Routines |
Prev: C077 | Up: Map | Next: C0B8 |
Used by the routine at Sounds_PlayQueue.
|
||||
Sounds_PlaySound | C0AB | LD HL,$C0D9 | HL=C0D9. | |
Create an offset in DE.
|
||||
C0AE | ADD A,A | E=A*02. | ||
C0AF | LD E,A | |||
C0B0 | LD D,$00 | D=00. | ||
C0B2 | ADD HL,DE | HL+=DE. | ||
C0B3 | LD E,(HL) | E=*HL. | ||
C0B4 | INC HL | Increment HL by one. | ||
C0B5 | LD D,(HL) | D=*HL. | ||
C0B6 | EX DE,HL | Exchange the DE register with the shadow HL register. | ||
C0B7 | JP (HL) | Jump to the address held in *HL. |
Prev: C077 | Up: Map | Next: C0B8 |