You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Consistent predef function names
This commit is contained in:
@@ -130,8 +130,8 @@ RefreshBattleHuds:: ; 39c9
|
||||
; 39d4
|
||||
|
||||
UpdateBattleHuds:: ; 39d4
|
||||
farcall UpdatePlayerHUD
|
||||
farcall UpdateEnemyHUD
|
||||
farcall Predef_UpdatePlayerHUD
|
||||
farcall Predef_UpdateEnemyHUD
|
||||
ret
|
||||
; 39e1
|
||||
|
||||
|
||||
@@ -166,7 +166,7 @@ Init:: ; 17d
|
||||
|
||||
call DelayFrame
|
||||
|
||||
predef InitSGBBorder ; SGB init
|
||||
predef Predef_InitSGBBorder ; SGB init
|
||||
|
||||
call MapSetup_Sound_Off
|
||||
xor a
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -319,7 +319,7 @@ ret_d90:: ; d90
|
||||
; d91
|
||||
|
||||
|
||||
Special_ReloadSpritesNoPalettes:: ; d91
|
||||
ReloadSpritesNoPalettes:: ; d91
|
||||
ld a, [hCGB]
|
||||
and a
|
||||
ret z
|
||||
|
||||
@@ -31,7 +31,7 @@ CheckSeenMon:: ; 339b
|
||||
|
||||
PokedexFlagAction:: ; 33a1
|
||||
ld d, 0
|
||||
predef FlagPredef
|
||||
predef Predef_Flag
|
||||
ld a, c
|
||||
and a
|
||||
ret
|
||||
|
||||
@@ -18,7 +18,7 @@ TimeOfDayPals:: ; 47e
|
||||
ret
|
||||
; 485
|
||||
|
||||
Special_UpdateTimePals:: ; 485
|
||||
callfar _Special_UpdateTimePals
|
||||
UpdateTimePals:: ; 485
|
||||
callfar _UpdateTimePals
|
||||
ret
|
||||
; 48c
|
||||
|
||||
Reference in New Issue
Block a user