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

@@ -72,7 +72,7 @@ Credits::
ldh [hLCDCPointer], a
call GetCreditsPalette
call SetPalettes
call SetDefaultBGPAndOBP
ldh a, [hVBlank]
push af
@@ -325,7 +325,7 @@ ParseCredits:
xor a
ld [wCreditsBorderFrame], a ; frame
call GetCreditsPalette
call SetPalettes ; update hw pal registers
call SetDefaultBGPAndOBP ; update hw pal registers
jr .loop
.clear

View File

@@ -17,7 +17,7 @@ InitDisplayForHallOfFame:
ld hl, .SavingRecordText
call PrintText1bpp
call WaitBGMap2
call SetPalettes
call SetDefaultBGPAndOBP
ret
.SavingRecordText:
@@ -50,7 +50,7 @@ InitDisplayForRedCredits:
ldh [hSCX], a
call EnableLCD
call WaitBGMap2
call SetPalettes
call SetDefaultBGPAndOBP
ret
ResetDisplayBetweenHallOfFameMons:

View File

@@ -19,7 +19,7 @@ SplashScreen:
call WaitBGMap
ld b, CGB_GAMEFREAK_LOGO
call GetCGBLayout
call SetPalettes
call SetDefaultBGPAndOBP
ld c, 10
call DelayFrames