Routines |
Prev: 835F | Up: Map | Next: 837F |
Used by the routine at Messaging_GenerateTicker.
|
||||
AddLocationTickerBuffer | 836E | LD IX,($EFF2) | IX=*Pointer_ActivePlayer. | |
8372 | LD L,(IX+$08) | Load the current location pointer to HL. | ||
8375 | LD H,(IX+$09) | |||
Add 0011 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.
|
||||
8378 | LD BC,$0011 | HL+=0011. | ||
837B | ADD HL,BC | |||
837C | JP AddStringToBuffer | Jump to AddStringToBuffer. |
Prev: 835F | Up: Map | Next: 837F |