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

@@ -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