Routines
Prev:
28616
Up:
Map
Next:
28646
28635: 'M' pressed - toggle message speed
The address of this routine is found in the table of keypress handling routines at
60672
. It is called from the main loop at
61483
when 'M' is pressed.
28635
LD A,(28612)
Toggle the message display interval at
28612
between 4 (fast) and 7 (slow)
28638
XOR 3
28640
LD (28612),A
28643
JP
60654
Make a sound effect
Prev:
28616
Up:
Map
Next:
28646