diff options
author | yenatch <yenatch@gmail.com> | 2014-04-28 16:43:11 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-04-28 16:43:11 -0400 |
commit | 6bba0e7fd14a4b166e8779392c6ff994a42e14f1 (patch) | |
tree | 27d23e08648bccd98188ce35bf6c2141a7bc25fe /main.asm | |
parent | 0e63b0433fbabe1559291590d3450fb218d3fd6a (diff) |
Add constants for unused items, including Town Map and Poke Flute.
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -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 |