Prev: AA7B Up: Map Next: AAA8
AA9B: Two Player Game
Used by the routine at StartMenu.
Game_TwoPlayer AA9B LD A,$01 Write 01 to;
AA9D LD ($9AB7),A
AAA0 LD ($9AB8),A
AAA3 CALL Print_CurrentPlayerID Call Print_CurrentPlayerID.
AAA6 JR $AADC Jump to AADC.
Prev: AA7B Up: Map Next: AAA8