Routines |
Prev: $2B52 | Up: Map | Next: $2BB0 |
$2B9F | LDA #$26 | Replace the address of this uninterruptible subcommand routine in BOY WONDER's buffer with that of $26E0. | ||
$2BA1 | STA $B1 | |||
$2BA3 | LDA #$E0 | |||
$2BA5 | STA $B0 | |||
This entry point is used by the routines at $189D and $191B.
|
||||
$2BA7 | JSR $322E | Update the SRB for the character's current animatory state and location. | ||
$2BAA | DEC $26 | Decrement the character's animatory state, moving him to the next action phase. | ||
$2BAC | JSR $322E | Update the SRB for the character's new animatory state. | ||
$2BAF | RTS |
Prev: $2B52 | Up: Map | Next: $2BB0 |