From 2acccc3ea5d5ebdd54cddc6cb7a3c888428be286 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 31 Aug 2013 03:54:02 -0400 Subject: rename FarBattleTextBox to StdBattleTextBox that's it for bad Far usage --- items/item_effects.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items') 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 -- cgit v1.2.3