We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5dc11 commit d98b5e6Copy full SHA for d98b5e6
constants/item_constants.asm
@@ -27,6 +27,7 @@
27
const HYPER_POTION ; $12
28
const SUPER_POTION ; $13
29
const POTION ; $14
30
+; badges use item IDs (see scripts/CeruleanBadgeHouse.asm)
31
const BOULDERBADGE ; $15
32
DEF SAFARI_BAIT EQU BOULDERBADGE ; overload
33
const CASCADEBADGE ; $16
@@ -94,7 +95,7 @@ DEF SAFARI_ROCK EQU CASCADEBADGE ; overload
94
95
const MAX_ELIXER ; $53
96
DEF NUM_ITEMS EQU const_value - 1
97
-; elevator floors use item IDs
98
+; elevator floors use item IDs (see scripts/CeladonMartElevator.asm and scripts/SilphCoElevator.asm)
99
const FLOOR_B2F ; $54
100
const FLOOR_B1F ; $55
101
const FLOOR_1F ; $56
0 commit comments