Ground Attack | Routines |
Prev: 6DC4 | Up: Map | Next: 6E0A |
Used by the routines at Sound_MultiPlay and PauseOrSound.
|
||||
SoundPlay | 6DEC | LD BC,$00FE | ||
6DEF | LD HL,$0000 | |||
SoundPlay_0 | 6DF2 | LD A,(HL) | ||
6DF3 | AND $F8 | |||
6DF5 | OUT (C),A | |||
6DF7 | NOP | |||
6DF8 | OUT (C),A | |||
6DFA | NOP | |||
6DFB | OUT (C),A | |||
6DFD | INC HL | |||
6DFE | XOR A | |||
6DFF | SBC HL,DE | |||
6E01 | ADD HL,DE | |||
6E02 | JR NZ,SoundPlay_0 | |||
6E04 | RET | |||
6E05 | NOP | |||
6E06 | NOP | |||
6E07 | NOP | |||
6E08 | NOP | |||
6E09 | NOP |
Prev: 6DC4 | Up: Map | Next: 6E0A |