Routines |
Prev: $2796 | Up: Map | Next: $27AA |
The address of this continual subcommand routine is placed into the stampede leader's buffer by command list $CC.
|
||||
$2797 | LDA #$00 | This instruction is redundant. | ||
$2799 | LDA $3F | Set bit 1 of the flags byte at $3F: this character is running continuously. | ||
$279B | ORA #$02 | |||
$279D | STA $3F | |||
$279F | LDA #$28 | Replace the address of this continual subcommand routine in the boy's buffer with that of $2873. | ||
$27A1 | STA $3A | |||
$27A3 | LDA #$73 | |||
$27A5 | STA $39 | |||
$27A7 | JMP $105B | Make the boy go to a random location. |
Prev: $2796 | Up: Map | Next: $27AA |