Consistent predef function names

This commit is contained in:
xCrystal
2018-01-02 18:49:25 +01:00
parent b4a49351c1
commit d7970f749a
102 changed files with 549 additions and 548 deletions

View File

@@ -1437,7 +1437,7 @@ Script_startbattle:
; script command 0x5f
call BufferScreen
predef StartBattle
predef Predef_StartBattle
ld a, [wBattleResult]
and $3f
ld [ScriptVar], a
@@ -2506,7 +2506,7 @@ Script_giveegg:
ld [CurPartySpecies], a
call GetScriptByte
ld [CurPartyLevel], a
farcall GiveEgg
farcall Predef_GiveEgg
ret nc
ld a, 2
ld [ScriptVar], a