Controversial?
Bored musician, bad programmer
- 639
- Posts
- 14
- Years
- UK
- Seen Oct 11, 2020
Okay, here's me n00bing out..
Soo basically it skips the script up to 0x8800149, ignoring all of the stuff up to there. Also, after the textbox the script ends, ignoring the flag setting and the movement afterwards. Probably an easy solution, but do you know what's up?
'-----------------------
#org 0x80010D
lock
faceplayer
checkflag 0x7
if 0x1 goto 0x88002C3
applymovement 0x1 0x8800146
waitmovement 0x0
msgbox 0x8800154 '"Hey, [player]!"
pause 0x20
applymovement 0x1 0x8800149
msgbox 0x8800162 '" reddfrrJERRY'S MUM: So you finally..."
pause 0x20
applymovement 0x1 0x880014E
setflag 0x7
callstd 0x2
'-----------------------
#org 0x8002C3
'-----------
' Movements
'-----------
#org 0x800146
#raw 2 'Face Left
#raw FE 'End of Movements
#org 0x800149
#raw 13 'Step Right (Normal)
#raw 13 'Step Right (Normal)
#raw 13 'Step Right (Normal)
#raw FE 'End of Movements
#org 0x80014E
#raw 3 'Face Right
#raw 12 'Step Left (Normal)
#raw 12 'Step Left (Normal)
#raw 12 'Step Left (Normal)
#raw FE 'End of Movements
'---------
' Strings
'---------
#org 0x800154
= Hey, [player]!
#org 0x800162
= JERRY'S MUM: So you finally woke up, \neh?\pJerry and the others woke up ages\nago - I think they've all gone to\lBlitzore City.\pAnyways, your mum called in here\nearlier. She was acting really\lstressed and stuff[.]\pShe told me she wants you to go\nhome now, so if it doesn't bother\lyou, I think that'd be a good idea,\lyeah?\pIt was nice seeing you, by the way.
Soo basically it skips the script up to 0x8800149, ignoring all of the stuff up to there. Also, after the textbox the script ends, ignoring the flag setting and the movement afterwards. Probably an easy solution, but do you know what's up?