Prev: 43493 Up: Map Next: 43610
43530: Routine at AA0A
Used by the routine at 40258.
43530 XOR A Write 0 to;
43531 LD (39723),A
43534 LD (39724),A
43537 CALL PrintString_Loop Call PrintString_Loop.
43540 DEFB 16,7 INK: WHITE.
43542 DEFB 17,0 PAPER: BLACK.
43544 DEFB 18,1 FLASH: ON.
43546 DEFB 22,13,2 PRINT AT: 13, 2.
43549 DEFM "GOOD" good
43553 DEFB 22,14,1 PRINT AT: 14, 1.
43556 DEFM "ARROWS" arrows
43562 DEFB 22,16,2 PRINT AT: 16, 2.
43565 DEFM "GAME" game
43569 DEFB 22,17,3 PRINT AT: 17, 3.
43572 DEFM "ON[" on!
43575 DEFB 255 Terminator.
43576 CALL LongPause Call LongPause.
The entrypoint for a one-player game.
Game_OnePlayer 43579 LD HL,39591 Write 0 to *Leg_2UP.
43582 LD (HL),0
43584 LD HL,39590 Write 0 to *Leg_1UP.
43587 LD (HL),0
43589 CALL InitialiseOpponent Call InitialiseOpponent.
43592 CALL Print_PlayArea Call Print_PlayArea.
43595 CALL QuarterFinals Call QuarterFinals.
43598 CALL LongPause Call LongPause.
43601 CALL LongPause Call LongPause.
43604 CALL LongPause Call LongPause.
43607 JP 43740 Jump to 43740.
Prev: 43493 Up: Map Next: 43610