jetpac | Routines |
Prev: 62da | Up: Map | Next: 6310 |
Resets all player, alien, and level data, then start a new game. Used by the routine at 61d5.
|
||||
62fe | ld hl,$5cf4 | Starting at the Player 1 score | ||
6301 | ld bc,$6000 | B = counter, C = fill byte | ||
6304 | call $7185 | Clear memory, with null byte | ||
6307 | call $62da | Reset the player data | ||
630a | call $6954 | Reset the self-modifying code | ||
630d | call $6083 | Initialise a new level |
Prev: 62da | Up: Map | Next: 6310 |