masterquestmq
Enthusiastic Rom Hacker
- 194
- Posts
- 14
- Years
- Seen Nov 19, 2023
I've been having trouble with the nurse joy script on this hacked engine
the game crashes after she gives me back the pokemon(before the hope we see you again script)
is it the script or we just cant recreate the nurse joy script?
some help here
#dynamic 0x720000
#org @nurse_start
lock
faceplayer
special 0x187
compare LASTRESULT 0x2
if 0x1 goto @error_release
preparemsg @heal_q '"Welcome to our POKéMON CENTER!\pWo..."
waitmsg
multichoice 0x13 0x8 0x0 0x2
copyvar 0x8000 LASTRESULT
compare 0x8000 0x0
if 0x1 goto @set_heal_poke
compare 0x8000 0x1
if 0x1 goto @go_away
compare 0x8000 0x7F
if 0x1 goto @go_away
release
end
'---------------
#org @error_release
release
end
'---------------
#org @set_heal_poke
cmdc3 0xF
preparemsg @will_heal '"Okay, I'll take your POKéMON for a..."
waitmsg
call @heal_anime
special 0x169
goto @check_wireless
'---------------
#org @go_away
msgbox @goodbye MSG_KEEPOPEN '"We hope to see you again!"
release
end
the game crashes after she gives me back the pokemon(before the hope we see you again script)
is it the script or we just cant recreate the nurse joy script?
some help here
#dynamic 0x720000
#org @nurse_start
lock
faceplayer
special 0x187
compare LASTRESULT 0x2
if 0x1 goto @error_release
preparemsg @heal_q '"Welcome to our POKéMON CENTER!\pWo..."
waitmsg
multichoice 0x13 0x8 0x0 0x2
copyvar 0x8000 LASTRESULT
compare 0x8000 0x0
if 0x1 goto @set_heal_poke
compare 0x8000 0x1
if 0x1 goto @go_away
compare 0x8000 0x7F
if 0x1 goto @go_away
release
end
'---------------
#org @error_release
release
end
'---------------
#org @set_heal_poke
cmdc3 0xF
preparemsg @will_heal '"Okay, I'll take your POKéMON for a..."
waitmsg
call @heal_anime
special 0x169
goto @check_wireless
'---------------
#org @go_away
msgbox @goodbye MSG_KEEPOPEN '"We hope to see you again!"
release
end