Prev: C2E3 Up: Map Next: C2F2
C2E8: sound effect data
Sound effects are copied here by play_sound_effect_in_HL and the bytes read directly to save calculating offsets at the original location.
sound_effect_temp C2E8 DEFB $3F Outer loop counter.
C2E9 DEFB $04 Middle loop counter.
C2EA DEFB $FD,$FD,$C6,$93 Delay counters.
C2EE DEFB $04,$04,$E2,$B0 Values to add to delay.
Prev: C2E3 Up: Map Next: C2F2