Prev: CD82 Up: Map Next: CD95
CD8B: Terminate Character Script
Used by the routines at ScriptInterpreter and CEB8.
Set script completion flag.
TerminateCharacterScript CD8B LD HL,$0001 Write 0001 to *CharacterScriptCycles.
CD8E LD ($A01F),HL
This entry point is used by the routines at ScriptInterpreter and ContinueScriptExecution.
TerminateCharacterScript_0 CD91 CALL $D026 Call D026.
CD94 RET Return.
Prev: CD82 Up: Map Next: CD95