Prev: D5CF Up: Map Next: D60E
D602: Demo Mode
Used by the routines at DisplayIntroductionScreen and MenuKeypress.
DemoMode D602 POP BC Restore BC from the stack.
D603 LD A,$03 Write "Demo Mode" (03) to GameState.
D605 LD ($5BF0),A
D608 CALL InitialiseGame Call InitialiseGame.
D60B JP DisplayIntroductionScreen Jump to DisplayIntroductionScreen.
Prev: D5CF Up: Map Next: D60E