Routines |
Prev: $0E59 | Up: Map | Next: $0EC1 |
$0EB4 | LDA $3F | Set bit 7 of the flags byte at $3F, signalling to the character-moving routine at $3B5E that a command list restart is required. | ||
$0EB6 | ORA #$80 | |||
$0EB8 | STA $3F | |||
$0EBA | LDA #$00 | Remove the address of any interruptible subcommand routine from the character's buffer. | ||
$0EBC | STA $AB | |||
$0EBE | JMP $1D2D | Terminate this primary command. |
Prev: $0E59 | Up: Map | Next: $0EC1 |