- 7
- Posts
- 6
- Years
- Seen Dec 21, 2019
Hi can someone please help me. I'm still new to Pokemon rom hacks. Mine is basically an updated version of Kanto where you can get all the Pokemon from Gen 1 with some added extra content and Pokemon up to Gen 8.
I'm trying to make it so the player is gifted a Pikachu (Let's Go) on route 1. I want to replicate it with Eevee in Pewter City. All i'm getting from the guy is are you looking after my pikachu?
Here is the script that shows up in the text editor in advance map.
'---------------
#org 0x890000
checkflag 0x828
if 0x1 goto 0x889006B
msgbox 0x8890076 MSG_YESNO '"Hello.\nSorry to trouble you.\nI c..."
compare LASTRESULT 0x1
if 0x1 goto 0x8890027
msgbox 0x88900D6 MSG_NORMAL '"That's okay.\pI'm sure someone els..."
release
end
'---------------
#org 0x89006B
msgbox 0x8890178 MSG_NORMAL '"Are you taking good care\nof Pikac..."
release
end
'---------------
#org 0x890027
givepokemon 0x1B8 0x5 0x0 0x0 0x0 0x0
fanfare 0x13E
msgbox 0x8890109 MSG_KEEPOPEN '"[black_fr]You received a Pikachu!"
waitfanfare
closeonkeypress
setflag 0x828
msgbox 0x8890126 MSG_YESNO '"[black_fr]Would you like to give a..."
compare LASTRESULT 0x1
if 0x1 call 0x8890064
msgbox 0x8890159 MSG_NORMAL '"Please take care of\nPikachu."
release
end
'---------------
#org 0x890064
call 0x81A74EB
return
'---------------
#org 0x1A74EB
fadescreen 0x1
special 0x9E
waitstate
return
'---------
' Strings
'---------
#org 0x890076
= Hello.\nSorry to trouble you.\nI can't take care\nof my Pikachu.\pCan you take care of\nit for me?
#org 0x8900D6
= That's okay.\pI'm sure someone else will\ntake it.
#org 0x890178
= Are you taking good care\nof Pikachu?
#org 0x890109
= [black_fr]You received a Pikachu!
#org 0x890126
= [black_fr]Would you like to give a\nnickname to Pikachu?
#org 0x890159
= Please take care of\nPikachu.
It originally worked for me but then stopped working and I keep using fresh clean roms and still won't work. Can someone please help it's driving me mad. Thank you.
I'm trying to make it so the player is gifted a Pikachu (Let's Go) on route 1. I want to replicate it with Eevee in Pewter City. All i'm getting from the guy is are you looking after my pikachu?
Here is the script that shows up in the text editor in advance map.
'---------------
#org 0x890000
checkflag 0x828
if 0x1 goto 0x889006B
msgbox 0x8890076 MSG_YESNO '"Hello.\nSorry to trouble you.\nI c..."
compare LASTRESULT 0x1
if 0x1 goto 0x8890027
msgbox 0x88900D6 MSG_NORMAL '"That's okay.\pI'm sure someone els..."
release
end
'---------------
#org 0x89006B
msgbox 0x8890178 MSG_NORMAL '"Are you taking good care\nof Pikac..."
release
end
'---------------
#org 0x890027
givepokemon 0x1B8 0x5 0x0 0x0 0x0 0x0
fanfare 0x13E
msgbox 0x8890109 MSG_KEEPOPEN '"[black_fr]You received a Pikachu!"
waitfanfare
closeonkeypress
setflag 0x828
msgbox 0x8890126 MSG_YESNO '"[black_fr]Would you like to give a..."
compare LASTRESULT 0x1
if 0x1 call 0x8890064
msgbox 0x8890159 MSG_NORMAL '"Please take care of\nPikachu."
release
end
'---------------
#org 0x890064
call 0x81A74EB
return
'---------------
#org 0x1A74EB
fadescreen 0x1
special 0x9E
waitstate
return
'---------
' Strings
'---------
#org 0x890076
= Hello.\nSorry to trouble you.\nI can't take care\nof my Pikachu.\pCan you take care of\nit for me?
#org 0x8900D6
= That's okay.\pI'm sure someone else will\ntake it.
#org 0x890178
= Are you taking good care\nof Pikachu?
#org 0x890109
= [black_fr]You received a Pikachu!
#org 0x890126
= [black_fr]Would you like to give a\nnickname to Pikachu?
#org 0x890159
= Please take care of\nPikachu.
It originally worked for me but then stopped working and I keep using fresh clean roms and still won't work. Can someone please help it's driving me mad. Thank you.
Last edited: