diff options
| author | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2025-08-28 19:22:16 -0400 |
|---|---|---|
| committer | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2025-08-28 19:22:16 -0400 |
| commit | d98b5e6f022b37ace47e7b59e7d4c7e8839b4ca4 (patch) | |
| tree | de60b39fd737af4837833a690fdc4fcd5c4fc868 /constants | |
| parent | Specify file extensions that `make` does not generate (diff) | |
| download | pokeyellow-d98b5e6f022b37ace47e7b59e7d4c7e8839b4ca4.tar.gz pokeyellow-d98b5e6f022b37ace47e7b59e7d4c7e8839b4ca4.tar.xz pokeyellow-d98b5e6f022b37ace47e7b59e7d4c7e8839b4ca4.zip | |
Document where badge and elevator floor "items" are used
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/item_constants.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/item_constants.asm b/constants/item_constants.asm index 4e09da0c..8f623d55 100644 --- a/constants/item_constants.asm +++ b/constants/item_constants.asm @@ -27,6 +27,7 @@ const HYPER_POTION ; $12 const SUPER_POTION ; $13 const POTION ; $14 +; badges use item IDs (see scripts/CeruleanBadgeHouse.asm) const BOULDERBADGE ; $15 DEF SAFARI_BAIT EQU BOULDERBADGE ; overload const CASCADEBADGE ; $16 @@ -94,7 +95,7 @@ DEF SAFARI_ROCK EQU CASCADEBADGE ; overload const MAX_ELIXER ; $53 DEF NUM_ITEMS EQU const_value - 1 -; elevator floors use item IDs +; elevator floors use item IDs (see scripts/CeladonMartElevator.asm and scripts/SilphCoElevator.asm) const FLOOR_B2F ; $54 const FLOOR_B1F ; $55 const FLOOR_1F ; $56 |
