More battle core labels

This commit is contained in:
PikalaxALT
2015-11-08 13:27:26 -05:00
parent c34264ddd8
commit ac824f62fc
17 changed files with 378 additions and 816 deletions

View File

@ -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