summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/predef.asm2
-rw-r--r--engine/scripting.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/predef.asm b/engine/predef.asm
index 8c1a600bb..748d14c49 100644
--- a/engine/predef.asm
+++ b/engine/predef.asm
@@ -82,7 +82,7 @@ PredefPointers:: ; 856b
add_predef Predef_LoadSGBLayout
add_predef Function91d11
add_predef CheckContestMon
- add_predef Function8c20f
+ add_predef Predef_StartBattle
add_predef Predef35
add_predef Predef36
add_predef PlayBattleAnim
diff --git a/engine/scripting.asm b/engine/scripting.asm
index 6eba4a1bf..5cd62a22d 100644
--- a/engine/scripting.asm
+++ b/engine/scripting.asm
@@ -3011,7 +3011,7 @@ Script_reloadandreturn: ; 0x97b16
Script_loadfont: ; 0x97b1c
; script command 0x47
- call Function2e08
+ call LoadFont
ret
; 0x97b20