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 /items | |
parent | 0e63b0433fbabe1559291590d3450fb218d3fd6a (diff) |
Add constants for unused items, including Town Map and Poke Flute.
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index f34f95c70..ca5336a07 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -19,7 +19,7 @@ ItemEffects: ; e73c dw Brightpowder dw GreatBall dw PokeBall - dw Item06 + dw TownMap dw Bicycle dw MoonStone dw Antidote @@ -69,7 +69,7 @@ ItemEffects: ; e73c dw XSpecial dw CoinCase dw Itemfinder - dw Item38 + dw PokeFlute dw ExpShare dw OldRod dw GoodRod @@ -1152,7 +1152,7 @@ Functionedfa: ; edfa (3:6dfa) callba Function2715c ret -Item06: ; ee01 +TownMap: ; ee01 callba Function91ae1 ret ; ee08 @@ -2374,7 +2374,7 @@ Tablef504: ; f504 ; f50c -Item38: ; f50c +PokeFlute: ; f50c ld a, [IsInBattle] and a jr nz, .asm_f512 |