Extract more RGB data to .pal files

This commit is contained in:
Rangi 2020-10-30 16:12:25 -04:00
parent fe1a58deea
commit 9b0002161b
14 changed files with 61 additions and 51 deletions

View File

@ -464,21 +464,10 @@ _CGB_GSIntro:
ret
.ShellderLaprasBGPalette:
RGB 19, 31, 19
RGB 18, 23, 31
RGB 11, 21, 28
RGB 04, 16, 24
INCLUDE "gfx/intro/gs_shellder_lapras_bg.pal"
.ShellderLaprasOBPals:
RGB 29, 29, 29
RGB 20, 19, 20
RGB 19, 06, 04
RGB 03, 04, 06
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 00, 00
RGB 03, 04, 06
INCLUDE "gfx/intro/gs_shellder_lapras_ob.pal"
.JigglypuffPikachuScene:
ld de, wBGPals1
@ -991,7 +980,4 @@ GS_CGB_MysteryGift: ; unreferenced
ret
.MysteryGiftPalette:
RGB 31, 31, 31
RGB 09, 31, 31
RGB 10, 12, 31
RGB 00, 03, 19
INCLUDE "gfx/mystery_gift/gs_mystery_gift.pal"

View File

@ -138,13 +138,13 @@ Intro_LoadMagikarpPalettes: ; unreferenced
ret z
; CGB only
ld hl, .BGPal
ld hl, .MagikarpBGPal
ld de, wBGPals1
ld bc, 1 palettes
ld a, BANK(wBGPals1)
call FarCopyWRAM
ld hl, .OBPal
ld hl, .MagikarpOBPal
ld de, wOBPals1
ld bc, 1 palettes
ld a, BANK(wOBPals1)
@ -155,17 +155,11 @@ Intro_LoadMagikarpPalettes: ; unreferenced
ldh [hCGBPalUpdate], a
ret
.BGPal:
RGB 31, 31, 31
RGB 18, 23, 31
RGB 15, 20, 31
RGB 00, 00, 00
.MagikarpBGPal:
INCLUDE "gfx/intro/gs_magikarp_bg.pal"
.OBPal:
RGB 31, 31, 31
RGB 31, 31, 12
RGB 08, 16, 28
RGB 00, 00, 00
.MagikarpOBPal:
INCLUDE "gfx/intro/gs_magikarp_ob.pal"
Intro_LoadAllPal0: ; unreferenced
call CheckCGB

View File

@ -163,10 +163,7 @@ _CrystalCGB_MobileLayout1:
ret
.TextPalette:
RGB 31, 31, 31
RGB 26, 31, 00
RGB 20, 16, 03
RGB 00, 00, 00
INCLUDE "gfx/mystery_gift/mobile_text.pal"
Function49480:
hlcoord 0, 0, wAttrmap
@ -211,16 +208,10 @@ _CrystalCGB_NameCard:
ret
.BGPalette:
RGB 31, 31, 31
RGB 23, 16, 07
RGB 23, 07, 07
RGB 03, 07, 20
INCLUDE "gfx/mystery_gift/name_card_bg.pal"
.OBPalette:
RGB 00, 00, 00
RGB 07, 05, 31
RGB 14, 18, 31
RGB 31, 31, 31
INCLUDE "gfx/mystery_gift/name_card_ob.pal"
Function49742:
ld hl, .MobileBorderPalettes

View File

@ -1386,17 +1386,11 @@ Intro_Scene20_AppearUnown:
ldh [hCGBPalUpdate], a
ret
.pal1
RGB 24, 12, 09
RGB 31, 31, 31
RGB 12, 00, 31
RGB 00, 00, 00
.pal1:
INCLUDE "gfx/intro/unown_1.pal"
.pal2
RGB 24, 12, 09
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
.pal2:
INCLUDE "gfx/intro/unown_2.pal"
Intro_FadeUnownWordPals:
add a

View File

@ -0,0 +1,4 @@
RGB 31, 31, 31
RGB 18, 23, 31
RGB 15, 20, 31
RGB 00, 00, 00

View File

@ -0,0 +1,4 @@
RGB 31, 31, 31
RGB 31, 31, 12
RGB 08, 16, 28
RGB 00, 00, 00

View File

@ -0,0 +1,4 @@
RGB 19, 31, 19
RGB 18, 23, 31
RGB 11, 21, 28
RGB 04, 16, 24

View File

@ -0,0 +1,9 @@
RGB 29, 29, 29
RGB 20, 19, 20
RGB 19, 06, 04
RGB 03, 04, 06
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 00, 00
RGB 03, 04, 06

4
gfx/intro/unown_1.pal Normal file
View File

@ -0,0 +1,4 @@
RGB 24, 12, 09
RGB 31, 31, 31
RGB 12, 00, 31
RGB 00, 00, 00

4
gfx/intro/unown_2.pal Normal file
View File

@ -0,0 +1,4 @@
RGB 24, 12, 09
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31

View File

@ -0,0 +1,4 @@
RGB 31, 31, 31
RGB 09, 31, 31
RGB 10, 12, 31
RGB 00, 03, 19

View File

@ -0,0 +1,4 @@
RGB 31, 31, 31
RGB 26, 31, 00
RGB 20, 16, 03
RGB 00, 00, 00

View File

@ -0,0 +1,4 @@
RGB 31, 31, 31
RGB 23, 16, 07
RGB 23, 07, 07
RGB 03, 07, 20

View File

@ -0,0 +1,4 @@
RGB 00, 00, 00
RGB 07, 05, 31
RGB 14, 18, 31
RGB 31, 31, 31