Routines |
Prev: 37194 | Up: Map | Next: 37281 |
Used by the routine at GameEntryPointAlias.
|
||||
GameEntryPoint | 37251 | XOR A | Write 0 to; | |
37252 | LD (39413),A | |||
37255 | LD (39414),A | |||
37258 | DI | Disable interrupts. | ||
37259 | EXX | Switch to the shadow registers. | ||
37260 | PUSH HL | Stash HL on the stack. | ||
37261 | EXX | Switch back to the normal registers. | ||
37262 | LD (63527),SP | Write SP to *Initial_StackPointer. | ||
37266 | CALL InitialiseGame | Call InitialiseGame. | ||
Clear the screen buffer.
|
||||
37269 | CALL PrintString_Loop | Call PrintString_Loop. | ||
37272 | DEFB 1 | ControlCode_01. | ||
37273 | DEFB 0 | CLEAR SCREEN. | ||
37274 | DEFB 26 | 39080. | ||
37275 | DEFW CustomFont | |||
37277 | DEFB 255 | Terminator. | ||
37278 | JP MainMenu | Jump to MainMenu. |
Prev: 37194 | Up: Map | Next: 37281 |