diff options
author | IIMarckus <iimarckus@gmail.com> | 2012-01-10 20:57:41 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2012-01-10 20:57:41 -0700 |
commit | 317a98db94e1ef1da1950d1c825fc52b766160a6 (patch) | |
tree | d5d6bbfc27f16b88f8207c8c104e277ffdc241e0 /constants.asm | |
parent | 376810b3bec52c82e82d3fd458584e4f30fd3985 (diff) |
Use item names in object data.
hg-commit-id: 800f382722dc
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants.asm b/constants.asm index 8e445e87..f3ec0a5c 100644 --- a/constants.asm +++ b/constants.asm @@ -599,7 +599,7 @@ X_ACCURACY EQU $2E LEAF_STONE EQU $2F CARD_KEY EQU $30 NUGGET EQU $31 -PP_UP EQU $32 +;PP_UP EQU $32 POKE_DOLL EQU $33 FULL_HEAL EQU $34 REVIVE EQU $35 @@ -629,7 +629,7 @@ OLD_ROD EQU $4C GOOD_ROD EQU $4D SUPER_ROD EQU $4E ; XXX todo: compare this to $32 -;PP_UP EQU $4F +PP_UP EQU $4F ETHER EQU $50 MAX_ETHER EQU $51 ELIXER EQU $52 |