![]() |
Routines |
Prev: 26707 | Up: Map | Next: 26785 |
Used by the routines at TitleScreen and StartGame.
|
||||
26768 | LD A,(25895) | Return if *Messaging_Header_LevelNumber is equal to 53 (ASCII "5"). | ||
26771 | CP 53 | |||
26773 | RET Z | |||
26774 | PUSH BC | Stash BC on the stack. | ||
26775 | LD BC,8 | BC=0008. | ||
26778 | DJNZ 26778 | Decrease counter by one and loop back to 26778 until counter is zero. | ||
26780 | DEC C | Decrease C by one. | ||
26781 | JR NZ,26778 | Jump to 26778 until C is zero. | ||
26783 | POP BC | Restore BC from the stack. | ||
26784 | RET | Return. |
Prev: 26707 | Up: Map | Next: 26785 |