diff options
Diffstat (limited to 'engine/items/item_effects.asm')
-rwxr-xr-x | engine/items/item_effects.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/items/item_effects.asm b/engine/items/item_effects.asm index 42e93894..e270734d 100755 --- a/engine/items/item_effects.asm +++ b/engine/items/item_effects.asm @@ -551,7 +551,7 @@ UltraBall: ; e926 ld b, $0 farcall NamingScreen call RotateThreePalettesRight - call Functiond9e + call LoadStandardFont pop hl ld de, wStringBuffer1 call InitName @@ -610,7 +610,7 @@ UltraBall: ; e926 ld hl, Text_SentToBillsPC ; $6e3f call PrintText call RotateThreePalettesRight - call Functiond9e + call LoadStandardFont jr .end_ball_function .catch_bug_contest_mon |