- 73
- Posts
- 9
- Years
- Seen Jul 18, 2024
So I set a level script into my Firered Hack and it plays out properly without any problems but if I walk back over the spot, it plays the text again.
Here is the compiled script, I'm not sure at all what's wrong here
'---------------
#org 0x800376
msgbox 0x8800396 MSG_NORMAL '"The terraform experiment with\nReg..."
applymovement 0x5 0x88003E8
waitmovement 0x5
hidesprite 0x5
setvar 0x4012 0x1
setflag 0x1206
release
end
'---------
' Strings
'---------
#org 0x800396
= The terraform experiment with\nRegirock was a success. Proceed to\lthe next step.
'-----------
' Movements
'-----------
#org 0x8003E8
#raw 0x11 'Step Up (Normal)
#raw 0x11 'Step Up (Normal)
#raw 0x11 'Step Up (Normal)
#raw 0x11 'Step Up (Normal)
#raw 0x11 'Step Up (Normal)
#raw 0x11 'Step Up (Normal)
#raw 0xFE 'End of Movements
Here is the compiled script, I'm not sure at all what's wrong here
'---------------
#org 0x800376
msgbox 0x8800396 MSG_NORMAL '"The terraform experiment with\nReg..."
applymovement 0x5 0x88003E8
waitmovement 0x5
hidesprite 0x5
setvar 0x4012 0x1
setflag 0x1206
release
end
'---------
' Strings
'---------
#org 0x800396
= The terraform experiment with\nRegirock was a success. Proceed to\lthe next step.
'-----------
' Movements
'-----------
#org 0x8003E8
#raw 0x11 'Step Up (Normal)
#raw 0x11 'Step Up (Normal)
#raw 0x11 'Step Up (Normal)
#raw 0x11 'Step Up (Normal)
#raw 0x11 'Step Up (Normal)
#raw 0x11 'Step Up (Normal)
#raw 0xFE 'End of Movements