Up: Map
49629: Game Entry Point
GameEntryPoint 49629 LD DE,49153 Copy 374 bytes of data from 1343 to RoomBuffer.
49632 LD BC,374
49635 LD HL,1343
49638 LDIR
49640 LD HL,65368 Write Graphics_CustomUDGs to *UDG.
49643 LD (23675),HL
49646 LD HL,15360 Write 15360 (CHARSET-256) to *CHARS.
49649 LD (23606),HL
49652 LD HL,57344 Blank 6000 bytes of data starting from SpriteBuffer.
49655 LD DE,57345
49658 LD (HL),L
49659 LD BC,6000
49662 LDIR
Set the lower screen to the default 2 lines.
49664 LD A,2 Write 2 to *DF_SZ.
49666 LD (23659),A
49669 JP 24000 Jump to Game_Initialise.
Up: Map