diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-23 14:40:57 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-23 14:40:57 -0400 |
| commit | 2d117385b1f021729ba03cb6f44c1ef470b34f65 (patch) | |
| tree | b554e8f8da4015fc502a3ec7bab2014d4366a102 /items | |
| parent | dd5866576acea126ba38afb64e7dd0eb8bb55bfa (diff) | |
Start disassembling Bank 4
Diffstat (limited to 'items')
| -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 |
