Prev: 32138 Up: Map Next: 32195
32154: Start Game
Used by the routine at GameInitialisation.
StartGame 32154 CALL ResetPlayerData Call ResetPlayerData.
32157 LD A,3 Write starting lives to PlayerLives.
32159 LD (24097),A
32162 LD HL,60248 Write FoodItems to FoodPointer.
32165 LD (24149),HL
32168 CALL ClearScreen Call ClearScreen.
32171 CALL DrawSidePanel Call DrawSidePanel.
32174 CALL DrawLives Call DrawLives.
32177 CALL PlaceKeyPieces Call PlaceKeyPieces.
32180 CALL SetKeyPositions Call SetKeyPositions.
32183 CALL ResetGameState Call ResetGameState.
32186 CALL RandomiseDoors Call RandomiseDoors.
32189 CALL PreparePlayer Call PreparePlayer.
32192 JP EnterRoom Jump to EnterRoom.
View the equivalent code in;
Prev: 32138 Up: Map Next: 32195