Routines |
Prev: 48465 | Up: Map | Next: 48505 |
|
||||||||
PlayAudio | 48494 | DI | Disable interrupts. | |||||
PlayAudio_Loop | 48495 | LD A,(DE) | Fetch the next byte of music data. | |||||
48496 | CP 255 | If this is 255 (the terminator) then jump to PlayAudio_Return. | ||||||
48498 | JR Z,PlayAudio_Return | |||||||
48500 | CALL PlayAudio_Process | Call PlayAudio_Process. | ||||||
48503 | JR PlayAudio_Loop | Jump to PlayAudio_Loop. |
Prev: 48465 | Up: Map | Next: 48505 |