diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-05-12 17:42:54 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-05-12 17:42:54 -0700 |
commit | d8b53bf8a0e26c9d8b7dd17b151788e7e89ec7bf (patch) | |
tree | 4cb1b2bf0d8496eeca4222054f463ac7416874f3 /items | |
parent | fae070755617e9abf52bc48c5038e542a2469de8 (diff) | |
parent | e7208f196419fbf9a6b1d56af85f369d00e1051d (diff) |
Merge pull request #134 from iimarckus/oakintro
Add some naming screen stuff.
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 f60a666d4..20dbbed7a 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -402,7 +402,7 @@ ParkBall: ; e8a2 pop hl ld de, StringBuffer1 - call $2ef9 + call InitString jp $6be2 @@ -466,7 +466,7 @@ ParkBall: ; e8a2 ld hl, $b082 ld de, StringBuffer1 - call $2ef9 + call InitString call CloseSRAM |