Add assert to note _CGB_Diploma also loads PartyMenuOBPals (#1167)

This commit is contained in:
Darsh
2025-02-24 12:40:50 -05:00
committed by GitHub
parent 86a87a355e
commit 7a7a06289c

View File

@@ -509,6 +509,7 @@ _CGB_BetaPoker:
_CGB_Diploma: _CGB_Diploma:
ld hl, DiplomaPalettes ld hl, DiplomaPalettes
ld de, wBGPals1 ld de, wBGPals1
assert DiplomaPalettes + 8 palettes == PartyMenuOBPals
ld bc, 16 palettes ld bc, 16 palettes
ld a, BANK(wBGPals1) ld a, BANK(wBGPals1)
call FarCopyWRAM call FarCopyWRAM