![]() |
Routines |
Prev: 6853 | Up: Map | Next: 68A1 |
Used by the routines at TitleScreen and StartGame.
|
||||
6890 | LD A,($6527) | Return if *Messaging_Header_LevelNumber is equal to 35 (ASCII "5"). | ||
6893 | CP $35 | |||
6895 | RET Z | |||
6896 | PUSH BC | Stash BC on the stack. | ||
6897 | LD BC,$0008 | BC=0008. | ||
689A | DJNZ $689A | Decrease counter by one and loop back to 689A until counter is zero. | ||
689C | DEC C | Decrease C by one. | ||
689D | JR NZ,$689A | Jump to 689A until C is zero. | ||
689F | POP BC | Restore BC from the stack. | ||
68A0 | RET | Return. |
Prev: 6853 | Up: Map | Next: 68A1 |