linkandzelda
Ex-rom hacker turned indie game developer
- 777
- Posts
- 18
- Years
- Mexico
- Seen Feb 16, 2024
Pokedex is setflag 0x801.
doyou know the pokedex flag for lg/fr
Pokedex is setflag 0x801.
What causes "run-time error '13' mismatch"?
0x829doyou know the pokedex flag for lg/fr
How would this look in script I'm a noob please forgive me this stuff is very confusing to me!
Ummm.......Okay, but I think everyone would rather just want to learn how to do this themselves instead of using your script. So, why don't you just make a tutorial on how to do this rather than posting your rom?I dont know if im allowed to post this here or not but here it is
This is to make a Shiny Rayquaza appear at Level 30 in Pokemon Fire Red
Here is what you do
1.Patch the ROM with the patch
2.Put a sprite where you want rayquaza and put its Script Offset as $730000 then when you talk to it itll start a shiny Rayquaza battle ^_^
The Script Offest again is
$730000
Here is the patch
Credits to -HAckMew- for this
Ummm.......Okay, but I think everyone would rather just want to learn how to do this themselves instead of using your script. So, why don't you just make a tutorial on how to do this rather than posting your rom?
hello could anybody tell me the number for the Vs.Seeker,cause i can't find it in the item list or make me the script in Gold where you go downstairs and your mom gives you Vs.Seeker
hi
i need help. on pokemon crystal where you enter cherrygrove for thwe first time theres a man there that gives you a tour and then gives you a map card and goes into his house. if you go to the house before hes not there obveously but im having trouble making a script like that for leaf green.
Thanks foullump. it realy helpped.
if anyone wants to know setting the flags 0x829 and 0x10A enables the regular dex and national dex
can someone help me with this script please
Spoiler:
#ORG $begin
checkflag 0x212
if B_true goto $done
playsound 0x12E
applymovement 0x1 $mumwalk
pause 0x20
message $mumtalk
boxset 6
giveitem 0x116 1
message $mumtalk2
boxset 6
applymovement 0x1 $mumwalk2
pause 0x20
setflag 0x212
fadesound
release
end
#org $done
release
end
#org $mumtalk
$mumtalk 1 = Oh, \v\h01...! Our neighbor, Prof. Elm,\nwas looking for you. He said he\pwanted you to do something for
him.\pOh! I almost forgot! Your Pokemon\nGear is back from the repair shop.\pHere you go!
#org $mumtalk2
$mumtalk2 1 = Pokemon Gear, or just PokeGear.\pIt's essential if you want to be a\ngood trainer.\pTo make calls just turn the
PokeGear\non and select the Phone icon.\pPhone numbers are stored in memory.\nJust choose a name you want to\pcall. Gee,
isn't that convenient?
#org $mumwalk
$mumwalk 1 ; #binary 0x11 0x13 0xFE
#org $mumwalk2
$mumwalk2 1 ; #binary 0x12 0x10 0xFE
this script works if i take out the sound but not if i leave it in.
plus can someone tell the item number for the vs seeker please.
thanks in advance
zel is away i think because hes disabled PM's so i dont know what to do.
#org $go
checkflag 0x201
if B_true goto $done
setflag 0x200
setflag 0x201
release
end
#org $done
release
end
i think my rom is broke. i inserted that playsound thing and it did not work then i changed back to the old offset and it now gives me the scanner instead of the vs seeker. i tried rewriting the script and inserted it 5 times but still get the same thing.