Skip to content

Commit d98b5e6

Browse files
committed
Document where badge and elevator floor "items" are used
1 parent fd5dc11 commit d98b5e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

constants/item_constants.asm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
const HYPER_POTION ; $12
2828
const SUPER_POTION ; $13
2929
const POTION ; $14
30+
; badges use item IDs (see scripts/CeruleanBadgeHouse.asm)
3031
const BOULDERBADGE ; $15
3132
DEF SAFARI_BAIT EQU BOULDERBADGE ; overload
3233
const CASCADEBADGE ; $16
@@ -94,7 +95,7 @@ DEF SAFARI_ROCK EQU CASCADEBADGE ; overload
9495
const MAX_ELIXER ; $53
9596
DEF NUM_ITEMS EQU const_value - 1
9697

97-
; elevator floors use item IDs
98+
; elevator floors use item IDs (see scripts/CeladonMartElevator.asm and scripts/SilphCoElevator.asm)
9899
const FLOOR_B2F ; $54
99100
const FLOOR_B1F ; $55
100101
const FLOOR_1F ; $56

0 commit comments

Comments
 (0)