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

@@ -130,8 +130,8 @@ RefreshBattleHuds:: ; 39c9
; 39d4
UpdateBattleHuds:: ; 39d4
farcall Predef_UpdatePlayerHUD
farcall Predef_UpdateEnemyHUD
farcall UpdatePlayerHUD
farcall UpdateEnemyHUD
ret
; 39e1

View File

@@ -166,7 +166,7 @@ Init:: ; 17d
call DelayFrame
predef Predef_InitSGBBorder ; SGB init
predef InitSGBBorder ; SGB init
call MapSetup_Sound_Off
xor a

View File

@@ -31,7 +31,7 @@ CheckSeenMon:: ; 339b
PokedexFlagAction:: ; 33a1
ld d, 0
predef Predef_SmallFarFlagAction
predef SmallFarFlagAction
ld a, c
and a
ret