Prev: 6083 Up: Map Next: 60a7
6094: Initialise the level.
Used by the routines at 6083 and 60b7.
6094 call $68f2 Initialise alien buffers
6097 call $6064 Initialise the screen
609a call $7638 Draw the platforms
609d call $706d Display all player lives
60a0 ld a,($5c78) Set last_frame to current SYSVAR_FRAMES
60a3 ld ($5dd4),a
60a6 ret
Prev: 6083 Up: Map Next: 60a7