Apply most of pokecrystal PR 1105

This commit is contained in:
xCrystal
2024-02-11 00:16:00 +01:00
parent 971c4aa2c7
commit 5c4d982702
74 changed files with 276 additions and 276 deletions

View File

@@ -1,4 +1,4 @@
_LoadScreenAttrmapPals::
_LoadOverworldAttrmapPals::
hlcoord 0, 0
decoord 0, 0, wAttrmap
ld b, SCREEN_HEIGHT

View File

@@ -111,7 +111,7 @@ _UpdateTimePals::
call DmgToCgbTimePals
ret
FadeInPalettesFromWhite::
FadeInFromWhite::
; fades from white to normal palettes in four steps
; all palettes use white color of Pal0 before step 3
call BackupWhiteColorFromBGPals1
@@ -127,7 +127,7 @@ FadeInPalettesFromWhite::
call ConvertTimePalsDecHL
ret
FadeOutPalettesToWhite::
FadeOutToWhite::
; fades from normal palettes to white in four steps
; all palettes use white color of Pal0 after step 2
ld c, $9
@@ -141,14 +141,14 @@ FadeOutPalettesToWhite::
call ConvertTimePalsIncHL
ret
FadeInPalettesFromBlack:
FadeInFromBlack:
ld c, $0
call GetTimePalFade
ld b, $4
call ConvertTimePalsIncHL
ret
FadeOutPalettesToBlack:
FadeOutToBlack:
ld c, $9
call GetTimePalFade
ld b, $4