Prev: A0F8 Up: Map Next: A84C
A826: Initialise New Level
Used by the routine at StartGame.
LevelNew A826 LD HL,$5EA1 Increase the lives counter ActivePlayer_Lives by one.
A829 INC (HL)
This entry point is used by the routine at A880.
LevelInitialisation A82A CALL $B385 Call B385.
A82D CALL $9020 Call 9020.
A830 CALL CreateWindow Call CreateWindow.
A833 CALL $A2F5 Call A2F5.
A836 CALL $A317 Call A317.
A839 CALL DisplayPlayerLives Call DisplayPlayerLives.
A83C CALL $9356 Call 9356.
A83F CALL $8BBB Call 8BBB.
A842 CALL $B2F9 Call B2F9.
A845 LD A,($5C78) A=FRAMES.
A848 LD ($5E53),A Write A to LastFrame.
A84B RET Return.
Prev: A0F8 Up: Map Next: A84C