Prev: DB5D Up: Map Next: DB83
DB63: Display the redefine keys instructions
Used by the routine at CA5B.
DB63 CALL $E801 Clear the screen.
DB66 LD HL,$FD93 Print the instructions (FD93).
DB69 CALL $EEF1
DB6C LD HL,$DB5D Set the attributes.
DB6F CALL $F470
DB72 LD HL,$DA8A Get the current sound state (DA8A).
DB75 LD (HL),$00 Set it to "no sound".
DB77 CALL $DD8D Wait for ENTER to be pressed.
DB7A LD HL,$DB52 Display the confirmation text.
DB7D CALL $DDE0
DB80 JP $F2BE Jump forward to define the keys.
Prev: DB5D Up: Map Next: DB83