summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-04-28 16:43:11 -0400
committeryenatch <yenatch@gmail.com>2014-04-28 16:43:11 -0400
commit6bba0e7fd14a4b166e8779392c6ff994a42e14f1 (patch)
tree27d23e08648bccd98188ce35bf6c2141a7bc25fe /main.asm
parent0e63b0433fbabe1559291590d3450fb218d3fd6a (diff)
Add constants for unused items, including Town Map and Poke Flute.
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm24
1 files changed, 12 insertions, 12 deletions
diff --git a/main.asm b/main.asm
index 989a76b74..858c640c6 100644
--- a/main.asm
+++ b/main.asm
@@ -37376,18 +37376,18 @@ Function28771: ; 28771
Unknown_28785: ; 28785
; Alternate mappings for unused items.
- db $19, LEFTOVERS
- db $2d, BITTER_BERRY
- db $32, GOLD_BERRY
- db $5a, BERRY
- db $64, BERRY
- db $78, BERRY
- db $87, BERRY
- db $be, BERRY
- db $c3, BERRY
- db $dc, BERRY
- db $fa, BERRY
- db $ff, BERRY
+ db ITEM_19, LEFTOVERS
+ db ITEM_2D, BITTER_BERRY
+ db ITEM_32, GOLD_BERRY
+ db ITEM_5A, BERRY
+ db ITEM_64, BERRY
+ db ITEM_78, BERRY
+ db ITEM_87, BERRY
+ db ITEM_BE, BERRY
+ db ITEM_C3, BERRY
+ db ITEM_DC, BERRY
+ db HM_08, BERRY
+ db $ff, BERRY
db $00
; 2879e