diff options
| author | Rangi42 <remy.oukaour+rangi42@gmail.com> | 2023-11-21 20:21:14 -0500 |
|---|---|---|
| committer | Rangi42 <remy.oukaour+rangi42@gmail.com> | 2023-11-21 20:21:14 -0500 |
| commit | 13079730acb01df16724d9cc11d9592bc4a10958 (patch) | |
| tree | c301a9ec9e7a1c1d9ef738fc6e8005dbe3b4cc49 /constants | |
| parent | Use some more constants in place of raw numbers (diff) | |
| download | pokeyellow-13079730acb01df16724d9cc11d9592bc4a10958.tar.gz pokeyellow-13079730acb01df16724d9cc11d9592bc4a10958.tar.xz pokeyellow-13079730acb01df16724d9cc11d9592bc4a10958.zip | |
Rename two unused items as `ITEM_XX` like pokecrystal
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/item_constants.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/constants/item_constants.asm b/constants/item_constants.asm index e25aadba..a7132670 100644 --- a/constants/item_constants.asm +++ b/constants/item_constants.asm @@ -28,9 +28,9 @@ const SUPER_POTION ; $13 const POTION ; $14 const BOULDERBADGE ; $15 +DEF SAFARI_BAIT EQU BOULDERBADGE ; overload const CASCADEBADGE ; $16 -DEF SAFARI_BAIT EQU $15 ; overload -DEF SAFARI_ROCK EQU $16 ; overload +DEF SAFARI_ROCK EQU CASCADEBADGE ; overload const THUNDERBADGE ; $17 const RAINBOWBADGE ; $18 const SOULBADGE ; $19 @@ -52,13 +52,13 @@ DEF SAFARI_ROCK EQU $16 ; overload const DOME_FOSSIL ; $29 const HELIX_FOSSIL ; $2A const SECRET_KEY ; $2B - const UNUSED_ITEM ; $2C "?????" + const ITEM_2C ; $2C const BIKE_VOUCHER ; $2D const X_ACCURACY ; $2E const LEAF_STONE ; $2F const CARD_KEY ; $30 const NUGGET ; $31 - const PP_UP_2 ; $32 + const ITEM_32 ; $32 const POKE_DOLL ; $33 const FULL_HEAL ; $34 const REVIVE ; $35 |
