Routines |
Prev: FB57 | Up: Map | Next: FB6B |
Used by the routine at PlayThemeTune.
|
||||
FB5E | LD E,(HL) | Load the next address into DE. | ||
FB5F | INC HL | |||
FB60 | LD D,(HL) | |||
FB61 | INC DE | Increment DE by one. | ||
This entry point is used by the routine at FB79.
|
||||
FB62 | LD A,(DE) | |||
FB63 | CP $40 | Jump to FB79 if A is equal to 40. | ||
FB65 | JR Z,$FB79 | |||
FB67 | LD (HL),D | |||
FB68 | DEC HL | |||
FB69 | LD (HL),E | |||
FB6A | RET | Return. |
Prev: FB57 | Up: Map | Next: FB6B |