summaryrefslogtreecommitdiff
path: root/engine/items/item_effects.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-04-01 20:58:12 -0400
committerentrpntr <entrpntr@gmail.com>2020-04-02 01:36:09 -0400
commit48e0d17b6a51344a07c679e17eb92a25fdb1882b (patch)
tree290a1e71a454c76d5a3baeb9cd4de32ac86989ca /engine/items/item_effects.asm
parent90cdd19ae81c1f3446d64094018b3f1d705ce1cf (diff)
Finish disassembling bank $2e, miscellaneous pics cleanup.
Diffstat (limited to 'engine/items/item_effects.asm')
-rwxr-xr-xengine/items/item_effects.asm4
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