Prev: 31414 Up: Map Next: 31476
31458: Prepare the phone messages, events and objects for a new game
Used by the routine at 63662.
31458 LD HL,27544 The phone initialisation data is at 27544 and 27557
31461 LD DE,27467 The phone message entries begin at 27467
31464 LD BC,6655 B=25, C=255
31467 LDI Initialise the first byte of a phone message entry
31469 INC E Point DE at the first byte of the next entry
31470 INC E
31471 DJNZ 31467 Jump back until all the entries have been initialised
31473 JP 30017 Initialise the event table at 24544 and the object location table at 32028
Prev: 31414 Up: Map Next: 31476