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

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

View File

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

View File

@@ -2031,7 +2031,7 @@ ReturnToMapWithSpeechTextbox:: ; 0x2b74
ld b, SCGB_MAPPALS
call GetSGBLayout
farcall LoadOW_BGPal7
call Special_UpdateTimePals
call UpdateTimePals
call DelayFrame
ld a, $1
ld [hMapAnims], a

View File

@@ -319,7 +319,7 @@ ret_d90:: ; d90
; d91
Special_ReloadSpritesNoPalettes:: ; d91
ReloadSpritesNoPalettes:: ; d91
ld a, [hCGB]
and a
ret z

View File

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

View File

@@ -18,7 +18,7 @@ TimeOfDayPals:: ; 47e
ret
; 485
Special_UpdateTimePals:: ; 485
callfar _Special_UpdateTimePals
UpdateTimePals:: ; 485
callfar _UpdateTimePals
ret
; 48c