More accurate constant/label names

This commit is contained in:
Remy Oukaour
2018-01-18 15:06:43 -05:00
parent 69ace7f48d
commit 3bf8325edd
6 changed files with 12 additions and 12 deletions

View File

@@ -444,7 +444,7 @@ _CGB06: ; 90f8
call CopyFourPalettes
call WipeAttrMap
ld de, wOBPals1
ld a, PREDEFPAL_GS_INTRO_CHARIZARD_BG
ld a, PREDEFPAL_PACK
call GetPredefPal
call LoadHLPaletteIntoDE
hlcoord 0, 6, AttrMap
@@ -524,7 +524,7 @@ _CGB_GSIntro: ; 9122
ld hl, PalPacket_Pack + 1
call CopyFourPalettes
ld de, wOBPals1
ld a, PREDEFPAL_GS_INTRO_CHARIZARD_OB
ld a, PREDEFPAL_GS_INTRO_STARTERS_TRANSITION
call GetPredefPal
call LoadHLPaletteIntoDE
call WipeAttrMap