diff options
Diffstat (limited to 'items/item_effects.asm')
-rwxr-xr-x | 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 a401fc04..b276c1e8 100755 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -222,7 +222,7 @@ UltraBall: ; e926 ld a, [wd002] cp PARK_BALL call nz, ReturnToBattle_UseBall - ld hl, Options + ld hl, wOptions res NO_TEXT_SCROLL, [hl] ld hl, Text_UsedItem ; $7884 call PrintText |