summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-10-17 20:49:34 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-10-17 21:26:38 -0400
commit52605b764a6ecfb781ca9e70d51dad909dabe7c3 (patch)
tree5c5f94165c373acdab98443004131d31d937b01a /engine
parentf53d65c536096213b6826765f81a0f436c88fe72 (diff)
Add commented numbers to map/group constants
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