mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Add some labels for RAM locations, relative to mapheader.
hg-commit-id: 077e4a4aa7ed
This commit is contained in:
parent
112b90ab0b
commit
64c09f8c32
|
@ -158,6 +158,12 @@ W_CURMAP EQU $D35E
|
|||
W_YCOORD EQU $D361 ; player’s position on the current map
|
||||
W_XCOORD EQU $D362
|
||||
|
||||
W_MAPDATAPTR EQU $D36A
|
||||
W_MAPTEXTPTR EQU $D36C
|
||||
W_MAPSCRIPTPTR EQU $D36E
|
||||
|
||||
W_MAPTEXTPTRLIST EQU $D4E4
|
||||
|
||||
W_PLAYERCOINS1 EQU $D5A4
|
||||
W_PLAYERCOINS2 EQU $D5A5
|
||||
|
||||
|
|
Loading…
Reference in a new issue