summaryrefslogtreecommitdiff
path: root/engine/scripting.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-08 13:27:26 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-08 13:27:26 -0500
commitac824f62fc6bdbc63f2f9fb7bd17e4827a535f36 (patch)
tree78eb17196fca085052cae87ae2997b0ac1b55657 /engine/scripting.asm
parentc34264ddd89c2af4ba1370d4a2789009e9139b48 (diff)
More battle core labels
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r--engine/scripting.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm
index 360360f79..296f69ecd 100644
--- a/engine/scripting.asm
+++ b/engine/scripting.asm
@@ -1360,7 +1360,7 @@ Script_writepersonxy: ; 0x9735b
ld a, [hLastTalked]
.ok
ld b, a
- callba Function80a1
+ callba WritePersonXY
ret
; 0x9736f
@@ -1376,7 +1376,7 @@ Script_follownotexact: ; 0x9736f
call GetScriptByte
call GetScriptPerson
ld c, a
- callba Function839e
+ callba FollowNotExact
ret
; 0x97384
@@ -1546,7 +1546,7 @@ Script_catchtutorial: ; 0x97447
call GetScriptByte
ld [BattleType], a
call BufferScreen
- callba Function4e554
+ callba CatchTutorial
jp Script_reloadmap
; 0x97459