Prev: A0EB Up: Map Next: A53E
A531: Game Entry Point
Used by the routines at GameOver and Action_Load.
GameEntryPoint A531 LD HL,$5C6A Set CAPS LOCK on, using bit 3 of *FLAGS2.
A534 SET 3,(HL)
A536 LD A,$18 Write 18 to *LineNumber.
A538 LD ($A82E),A
A53B JP GameStart_Alias Jump to GameStart_Alias.
View the equivalent code in The Jewels Of Babylon.
Prev: A0EB Up: Map Next: A53E