diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-08 13:27:26 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-08 13:27:26 -0500 |
commit | ac824f62fc6bdbc63f2f9fb7bd17e4827a535f36 (patch) | |
tree | 78eb17196fca085052cae87ae2997b0ac1b55657 /engine/scripting.asm | |
parent | c34264ddd89c2af4ba1370d4a2789009e9139b48 (diff) |
More battle core labels
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 6 |
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 |