Prev: 64343 Up: Map Next: 64363
64350: Routine at FB5E
Used by the routine at PlayThemeTune.
64350 LD E,(HL) Load the next address into DE.
64351 INC HL
64352 LD D,(HL)
64353 INC DE Increment DE by one.
This entry point is used by the routine at 64377.
64354 LD A,(DE)
64355 CP 64 Jump to 64377 if A is equal to 64.
64357 JR Z,64377
64359 LD (HL),D
64360 DEC HL
64361 LD (HL),E
64362 RET Return.
Prev: 64343 Up: Map Next: 64363