![]() |
Routines |
Prev: 33631 | Up: Map | Next: 33663 |
Used by the routine at Messaging_GenerateTicker.
|
||||
AddLocationTickerBuffer | 33646 | LD IX,(61426) | IX=*Pointer_ActivePlayer. | |
33650 | LD L,(IX+8) | Load the current location pointer to HL. | ||
33653 | LD H,(IX+9) | |||
Add 0017 to HL, which is the count of data before the location name string starts.
The location names vary in length but the data for them does not.
|
||||
33656 | LD BC,17 | HL+=0017. | ||
33659 | ADD HL,BC | |||
33660 | JP AddStringToBuffer | Jump to AddStringToBuffer. |
Prev: 33631 | Up: Map | Next: 33663 |