Remove Predef_ prefix from routines listed in PredefPointers

This commit is contained in:
Remy Oukaour
2018-01-16 14:30:10 -05:00
parent 2b82338920
commit 8048082114
81 changed files with 530 additions and 527 deletions

View File

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