diff options
author | IIMarckus <iimarckus@gmail.com> | 2012-03-19 02:10:24 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2012-03-19 02:10:24 -0600 |
commit | 6540fa122edf76ce467696ffa9f4a23570bede51 (patch) | |
tree | 825d760951cc3258aac1340747e1ca3c3ca1e3eb /constants.asm | |
parent | 5e188435d53a16f5f30cb5f6bbf234ecbcb15903 (diff) |
Expand hidden coin functions.
hg-commit-id: 279322aa8573
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/constants.asm b/constants.asm index a4e046eb..0161c6e9 100644 --- a/constants.asm +++ b/constants.asm @@ -660,7 +660,6 @@ W_NUMSPRITES EQU $D4E1 ; number of sprites on the current map W_PEOPLEMOVEPERMISSIONS EQU $D4E4 ; coins are in decimal -W_PLAYERCOINS EQU $D5A4 ; two bytes W_PLAYERCOINS1 EQU $D5A4 W_PLAYERCOINS2 EQU $D5A5 |