Prev: $2A43 Up: Map Next: $2AA9
$2A99: Make a character find ERIC
This corresponds to $F78E in the ZX Spectrum version.
Used by command lists $D0, $D2, $D6, $DA, $DE and $E0, and also by the command list at $43A2.
$2A99 LDA #$0C Store the address of the routine at $0C31 (to be called after the character has found ERIC) at $AE.
$2A9B STA $AF
$2A9D LDA #$31
$2A9F STA $AE
$2AA1 JSR $1F77 Place the address of the interruptible subcommand routine at $0C3F into the character's buffer and jump to it.
$2AA4 .WORD $0C3F
Control returns here when the character has found ERIC.
$2AA6 JMP $1D2D Terminate this primary command.
Prev: $2A43 Up: Map Next: $2AA9