Routines |
Prev: 8B22 | Up: Map | Next: 8B81 |
Used by the routine at 8B81.
|
||||
Pause | 8B78 | LD BC,$03E8 | Set a counter in BC=03E8. | |
Pause_Loop | 8B7B | DEC BC | Decrease the counter by one. | |
8B7C | LD A,B | Loop back to Pause_Loop until the counter is zero. | ||
8B7D | OR C | |||
8B7E | JR NZ,Pause_Loop | |||
8B80 | RET | Return. |
Prev: 8B22 | Up: Map | Next: 8B81 |