diff options
| author | SatoMew <SatoMew@users.noreply.github.com> | 2023-12-19 00:30:37 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-18 18:30:37 -0600 |
| commit | 07cefd462fbd4ddb7a5d2e874aedf3bddaf090e2 (patch) | |
| tree | 69e6a6f311685ee9810996ba0754153ed8f35279 /constants/item_constants.asm | |
| parent | Correct StarterDex function comment (#440) (diff) | |
| download | pokeyellow-07cefd462fbd4ddb7a5d2e874aedf3bddaf090e2.tar.gz pokeyellow-07cefd462fbd4ddb7a5d2e874aedf3bddaf090e2.tar.xz pokeyellow-07cefd462fbd4ddb7a5d2e874aedf3bddaf090e2.zip | |
Clean up item comments (#443)
Diffstat (limited to 'constants/item_constants.asm')
| -rw-r--r-- | constants/item_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/item_constants.asm b/constants/item_constants.asm index a7132670..6dd6cf8a 100644 --- a/constants/item_constants.asm +++ b/constants/item_constants.asm @@ -52,13 +52,13 @@ DEF SAFARI_ROCK EQU CASCADEBADGE ; overload const DOME_FOSSIL ; $29 const HELIX_FOSSIL ; $2A const SECRET_KEY ; $2B - const ITEM_2C ; $2C + const ITEM_2C ; $2C ; unused const BIKE_VOUCHER ; $2D const X_ACCURACY ; $2E const LEAF_STONE ; $2F const CARD_KEY ; $30 const NUGGET ; $31 - const ITEM_32 ; $32 + const ITEM_32 ; $32 ; unused const POKE_DOLL ; $33 const FULL_HEAL ; $34 const REVIVE ; $35 |
