Prev: 8C30 Up: Map Next: 8C68
8C52: Start new wave
Used by the routine at manage_wave_lt_4.
start_new_wave 8C52 LD A,$02 Play a sound
8C54 CALL call_play_sound ...
This entry point is used by the routine at manage_wave_lt_4.
start_new_wave_0 8C57 ADD HL,BC Add offset to table base
8C58 LD (wave_data_address),HL Save table address
8C5B LD HL,wave Next wave
8C5E INC (HL) ...
8C5F LD HL,other_flags Flags
8C62 RES 5,(HL) Reset flag
8C64 SET 6,(HL) Set flag
8C66 JR handle_wave_outcoming_0
Prev: 8C30 Up: Map Next: 8C68