Prev: CE6A Up: Map Next: CE8F
CE83: Get Current Script State
Used by the routines at ContinueScriptExecution and CEB8.
GetCurrentScriptState CE83 LD IY,($9FDB) IY=*CurrentCharacter_TimetablePointer.
CE87 LD HL,($9FD9) IX=*CurrentCharacter_CommandPosition (using the stack).
CE8A PUSH HL
CE8B POP IX
CE8D LD A,(HL) Get the current command byte.
CE8E RET Return.
Prev: CE6A Up: Map Next: CE8F