Routines |
Prev: 48862 | Up: Map | Next: 48904 |
Used by the routine at 42145.
|
||||
48878 | LD A,(38549) | L=38549. | ||
48881 | LD L,A | |||
48882 | LD A,(38547) | A=CounterLow. | ||
48885 | AND %00011111 | Keep only bits 0-4. | ||
48887 | LD H,A | Store the result in H. | ||
48888 | LD E,16 | E=16. | ||
48890 | LD A,(HL) | |||
48891 | INC HL | |||
48892 | AND %01111111 | Keep only bits 0-6. | ||
48894 | LD B,A | Store the result in B. | ||
48895 | LD C,2 | C=2. | ||
48897 | CALL PlayWaveSequence | Call PlayWaveSequence. | ||
48900 | DEC E | Decrease E by one. | ||
48901 | JR NZ,48890 | |||
48903 | RET | Return. |
Prev: 48862 | Up: Map | Next: 48904 |