Prev: 52610 Up: Map Next: 52629
52619: Terminate Character Script
Used by the routines at ScriptInterpreter and 52920.
Set script completion flag.
TerminateCharacterScript 52619 LD HL,1 Write 0001 to *CharacterScriptCycles.
52622 LD (40991),HL
This entry point is used by the routines at ScriptInterpreter and ContinueScriptExecution.
TerminateCharacterScript_0 52625 CALL 53286 Call 53286.
52628 RET Return.
Prev: 52610 Up: Map Next: 52629