diff options
author | yenatch <yenatch@gmail.com> | 2013-08-31 03:54:02 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-31 03:54:02 -0400 |
commit | 2acccc3ea5d5ebdd54cddc6cb7a3c888428be286 (patch) | |
tree | fa1399c8d8930cbe518578140db3857ffcceac96 /items | |
parent | b333b18dbde658cd7e4299f8206d1d52c532b87a (diff) |
rename FarBattleTextBox to StdBattleTextBox
that's it for bad Far usage
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index b060914db..342f61926 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -1212,7 +1212,7 @@ BitterBerry: ; f16a call $7789 ld hl, $4d81 - call FarBattleTextBox + call StdBattleTextBox ld a, $0 |