mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
More gfx/**/*.pal files
This commit is contained in:
parent
31caeeba3c
commit
f1e1b26138
@ -691,17 +691,12 @@ StartTrainerBattle_LoadPokeBallGraphics: ; 8c5dc (23:45dc)
|
||||
; 8c6a1 (23:46a1)
|
||||
|
||||
.daypals ; 8c6a1
|
||||
RGB 31, 18, 29
|
||||
RGB 31, 11, 15
|
||||
RGB 31, 05, 05
|
||||
RGB 07, 07, 07
|
||||
INCLUDE "gfx/overworld/trainer_battle_day.pal"
|
||||
; 8c6a9
|
||||
|
||||
.nightpals ; 8c6a9
|
||||
RGB 31, 18, 29
|
||||
RGB 31, 05, 05
|
||||
RGB 31, 05, 05
|
||||
RGB 31, 05, 05
|
||||
INCLUDE "gfx/overworld/trainer_battle_nite.pal"
|
||||
; 8c6b1
|
||||
|
||||
.loadpokeballgfx
|
||||
ld a, [OtherTrainerClass]
|
||||
|
@ -169,14 +169,11 @@ INCBIN "gfx/overworld/heal_machine.2bpp"
|
||||
; 12451
|
||||
|
||||
.palettes ; 12451
|
||||
RGB 31, 31, 31
|
||||
RGB 31, 19, 10
|
||||
RGB 31, 07, 01
|
||||
RGB 00, 00, 00
|
||||
INCLUDE "gfx/overworld/heal_machine.pal"
|
||||
; 12459
|
||||
|
||||
.FlashPalettes8Times: ; 12459
|
||||
ld c, $8
|
||||
ld c, 8
|
||||
.palette_loop
|
||||
push bc
|
||||
call .FlashPalettes
|
||||
|
@ -97,10 +97,7 @@ LoadGenderScreenPal: ; 48e47 (12:4e47)
|
||||
; 48e5c (12:4e5c)
|
||||
|
||||
.Palette: ; 48e5c
|
||||
RGB 31, 31, 31
|
||||
RGB 09, 30, 31
|
||||
RGB 01, 11, 31
|
||||
RGB 00, 00, 00
|
||||
INCLUDE "gfx/intro/gender_screen.pal"
|
||||
; 48e64
|
||||
|
||||
LoadGenderScreenLightBlueTile: ; 48e64 (12:4e64)
|
||||
|
4
gfx/intro/gender_screen.pal
Normal file
4
gfx/intro/gender_screen.pal
Normal file
@ -0,0 +1,4 @@
|
||||
RGB 31, 31, 31
|
||||
RGB 09, 30, 31
|
||||
RGB 01, 11, 31
|
||||
RGB 00, 00, 00
|
4
gfx/overworld/heal_machine.pal
Normal file
4
gfx/overworld/heal_machine.pal
Normal file
@ -0,0 +1,4 @@
|
||||
RGB 31, 31, 31
|
||||
RGB 31, 19, 10
|
||||
RGB 31, 07, 01
|
||||
RGB 00, 00, 00
|
4
gfx/overworld/trainer_battle_day.pal
Normal file
4
gfx/overworld/trainer_battle_day.pal
Normal file
@ -0,0 +1,4 @@
|
||||
RGB 31, 18, 29
|
||||
RGB 31, 11, 15
|
||||
RGB 31, 05, 05
|
||||
RGB 07, 07, 07
|
4
gfx/overworld/trainer_battle_nite.pal
Normal file
4
gfx/overworld/trainer_battle_nite.pal
Normal file
@ -0,0 +1,4 @@
|
||||
RGB 31, 18, 29
|
||||
RGB 31, 05, 05
|
||||
RGB 31, 05, 05
|
||||
RGB 31, 05, 05
|
Loading…
Reference in New Issue
Block a user