Remove Predef_ prefix from routines listed in PredefPointers
This commit is contained in:
@@ -130,8 +130,8 @@ RefreshBattleHuds:: ; 39c9
|
||||
; 39d4
|
||||
|
||||
UpdateBattleHuds:: ; 39d4
|
||||
farcall Predef_UpdatePlayerHUD
|
||||
farcall Predef_UpdateEnemyHUD
|
||||
farcall UpdatePlayerHUD
|
||||
farcall UpdateEnemyHUD
|
||||
ret
|
||||
; 39e1
|
||||
|
||||
|
@@ -166,7 +166,7 @@ Init:: ; 17d
|
||||
|
||||
call DelayFrame
|
||||
|
||||
predef Predef_InitSGBBorder ; SGB init
|
||||
predef InitSGBBorder ; SGB init
|
||||
|
||||
call MapSetup_Sound_Off
|
||||
xor a
|
||||
|
@@ -31,7 +31,7 @@ CheckSeenMon:: ; 339b
|
||||
|
||||
PokedexFlagAction:: ; 33a1
|
||||
ld d, 0
|
||||
predef Predef_SmallFarFlagAction
|
||||
predef SmallFarFlagAction
|
||||
ld a, c
|
||||
and a
|
||||
ret
|
||||
|
Reference in New Issue
Block a user