Further remove unnecessary DMG/SGB checking (#7) and remove SGB layouts and palette data (#1)

This commit is contained in:
xCrystal
2023-07-26 17:01:20 +02:00
parent acd022d765
commit d30b9dd60f
68 changed files with 284 additions and 1826 deletions

View File

@@ -223,8 +223,8 @@ PrintPartyMonPage1:
hlcoord 0, 0
call _PrepMonFrontpic
call WaitBGMap
ld b, SCGB_STATS_SCREEN_HP_PALS
call GetSGBLayout
ld b, CGB_STATS_SCREEN_HP_PALS
call GetCGBLayout
call SetPalettes
ret
@@ -274,8 +274,8 @@ PrintPartyMonPage2:
ld de, wTempMonSpeed
call .PrintTempMonStats
call WaitBGMap
ld b, SCGB_STATS_SCREEN_HP_PALS
call GetSGBLayout
ld b, CGB_STATS_SCREEN_HP_PALS
call GetCGBLayout
call SetPalettes
ret