score_under
Inactive; Former ROM hack tool author, ❤️
- 526
- Posts
- 19
- Years
- Age 32
- Kent, England
- Seen Dec 7, 2022
"jumptextfaceplayer" jumps to a handler which faces the player and shows the text. If you want the script to continue after that, you'll have to replace that command with something else. (Loadfont, 2writetext, etc)
For example, the script used by Red Gyarados:
For example, the script used by Red Gyarados:
Code:
#org 0x124F6F
'-----------------------------------
loadfont
2writetext 0x52D7 ' 0x1252D7
pause 0xF
cry 0x82
loadmovesprites
loadpokedata 0x82 0x1E
writecode 0x3 0x7 ' Shiny pokemon fight
startbattle
if == 0x1 0x4F86 ' 0x124F86
disappear 0xA
returnafterbattle
loadfont
giveitem 0x42 0x1
waitbutton
2writetext 0x52EB ' 0x1252EB
playsound 0x1
waitbutton
itemnotify
loadmovesprites
dotrigger 0x0
appear 0x2
end
#org 0x124F86
'-----------------------------------
returnafterbattle
loadfont
giveitem 0x42 0x1
waitbutton
2writetext 0x52EB ' 0x1252EB
playsound 0x1
waitbutton
itemnotify
loadmovesprites
dotrigger 0x0
appear 0x2
end
#org 0x1252D7
= GYARADOS: Gyashaa!\e
#org 0x1252EB
= [PLAYER] obtained a\nRED SCALE.\e