diff options
author | yenatch <yenatch@gmail.com> | 2013-07-29 23:58:02 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-07-29 23:58:02 -0400 |
commit | 50f1d7b788418630ba45573cabce6ecc85c49af5 (patch) | |
tree | d6e047154626bdb5aecbe2cd32d14c0332a89aae /items | |
parent | 7db40e039561f5b7790110afec3b149d5d957303 (diff) |
no more incbins in bank 0
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index 09e6857bf..1ed4c3111 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -402,7 +402,7 @@ ParkBall: ; e8a2 pop hl ld de, StringBuffer1 - call InitString + call InitName jp $6be2 @@ -466,7 +466,7 @@ ParkBall: ; e8a2 ld hl, $b082 ld de, StringBuffer1 - call InitString + call InitName call CloseSRAM |