More gfx/**/*.pal files

This commit is contained in:
Remy Oukaour 2018-01-12 14:54:00 -05:00
parent 31caeeba3c
commit f1e1b26138
7 changed files with 22 additions and 17 deletions

View File

@ -691,17 +691,12 @@ StartTrainerBattle_LoadPokeBallGraphics: ; 8c5dc (23:45dc)
; 8c6a1 (23:46a1) ; 8c6a1 (23:46a1)
.daypals ; 8c6a1 .daypals ; 8c6a1
RGB 31, 18, 29 INCLUDE "gfx/overworld/trainer_battle_day.pal"
RGB 31, 11, 15
RGB 31, 05, 05
RGB 07, 07, 07
; 8c6a9 ; 8c6a9
.nightpals ; 8c6a9 .nightpals ; 8c6a9
RGB 31, 18, 29 INCLUDE "gfx/overworld/trainer_battle_nite.pal"
RGB 31, 05, 05 ; 8c6b1
RGB 31, 05, 05
RGB 31, 05, 05
.loadpokeballgfx .loadpokeballgfx
ld a, [OtherTrainerClass] ld a, [OtherTrainerClass]

View File

@ -169,14 +169,11 @@ INCBIN "gfx/overworld/heal_machine.2bpp"
; 12451 ; 12451
.palettes ; 12451 .palettes ; 12451
RGB 31, 31, 31 INCLUDE "gfx/overworld/heal_machine.pal"
RGB 31, 19, 10
RGB 31, 07, 01
RGB 00, 00, 00
; 12459 ; 12459
.FlashPalettes8Times: ; 12459 .FlashPalettes8Times: ; 12459
ld c, $8 ld c, 8
.palette_loop .palette_loop
push bc push bc
call .FlashPalettes call .FlashPalettes

View File

@ -97,10 +97,7 @@ LoadGenderScreenPal: ; 48e47 (12:4e47)
; 48e5c (12:4e5c) ; 48e5c (12:4e5c)
.Palette: ; 48e5c .Palette: ; 48e5c
RGB 31, 31, 31 INCLUDE "gfx/intro/gender_screen.pal"
RGB 09, 30, 31
RGB 01, 11, 31
RGB 00, 00, 00
; 48e64 ; 48e64
LoadGenderScreenLightBlueTile: ; 48e64 (12:4e64) LoadGenderScreenLightBlueTile: ; 48e64 (12:4e64)

View File

@ -0,0 +1,4 @@
RGB 31, 31, 31
RGB 09, 30, 31
RGB 01, 11, 31
RGB 00, 00, 00

View File

@ -0,0 +1,4 @@
RGB 31, 31, 31
RGB 31, 19, 10
RGB 31, 07, 01
RGB 00, 00, 00

View File

@ -0,0 +1,4 @@
RGB 31, 18, 29
RGB 31, 11, 15
RGB 31, 05, 05
RGB 07, 07, 07

View File

@ -0,0 +1,4 @@
RGB 31, 18, 29
RGB 31, 05, 05
RGB 31, 05, 05
RGB 31, 05, 05