player id, money, and coins

hg-commit-id: fdfaad9605f8
This commit is contained in:
Bryan Bishop 2012-01-19 14:56:37 -06:00
parent 274de92cfe
commit 2b1a6f5822

View file

@ -203,8 +203,16 @@ W_BAGCOUNT19 EQU $D343
W_BAGITEM20 EQU $D344
W_BAGCOUNT20 EQU $D345
; money is in decimal
W_PLAYERMONEY3 EQU $D347
W_PLAYERMONEY2 EQU $D348
W_PLAYERMONEY1 EQU $D349
W_RIVALNAME EQU $D34A ; 11 characters, including null
W_PLAYERIDHI EQU $D359
W_PLAYERIDLO EQU $D35A
W_CURMAP EQU $D35E
W_YCOORD EQU $D361 ; players position on the current map
@ -361,6 +369,10 @@ W_BOXITEM50 EQU $D59D
W_BOXCOUNT50 EQU $D59E
;box end of list $D59F
; coins are in decimal
W_PLAYERCOINSHI EQU $D5A4
W_PLAYERCOINSLO EQU $D5A5
W_SAFARITIMERHI EQU $D70D ; use 01 for maximum
W_SAFARITIMERLO EQU $D70E ; use F4 for maximum