Hello everyone, I'm currently tring to add new scripts to a Heartgold ROM, the frist one being a trigger to prevent you from leaving Pallet town without visiting prof OAK
Scripts like this:
Code:
(PPRE 0.14 format)
scr_9
Checkflag 7000
CheckLR 0 func_6
End
func_6
Fanfare 1500
Lockall
Message 6
WaitButton
CloseMsgOnKeyPress
Applymovement 255 mov_5
Waitmovement
Releaseall
End
mov_5
MoveDownNormal 1
However, the game crashed upon walking into the trigger. Though when the movement commands (in italics) are removed, it behaves normaly again.
How to solve this?