mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Adjust darkness palettes
This commit is contained in:
parent
44c1968bfe
commit
5e176f814e
@ -15,7 +15,7 @@ UseFlashAuto::
|
||||
ld a, [wTimeOfDayPalset]
|
||||
cp DARKNESS_PALSET
|
||||
ret nz
|
||||
ld c, 30 ; 500 ms
|
||||
ld c, 50 ; 800 ms
|
||||
call DelayFrames
|
||||
call WaitSFX
|
||||
ld de, SFX_FLASH
|
||||
|
@ -1,8 +1,8 @@
|
||||
; dark
|
||||
RGB 01,01,02, 31,19,10, 31,07,01, 00,00,00 ; red
|
||||
RGB 01,01,02, 31,19,10, 10,09,31, 00,00,00 ; blue
|
||||
RGB 01,01,02, 31,19,10, 07,23,03, 00,00,00 ; green
|
||||
RGB 01,01,02, 31,19,10, 15,10,03, 00,00,00 ; brown
|
||||
RGB 01,01,02, 07,04,02, 07,02,00, 00,00,00 ; red
|
||||
RGB 01,01,02, 07,04,02, 02,02,07, 00,00,00 ; blue
|
||||
RGB 01,01,02, 07,04,02, 02,06,00, 00,00,00 ; green
|
||||
RGB 01,01,02, 07,04,02, 04,02,00, 00,00,00 ; brown
|
||||
RGB 31,31,31, 31,31,31, 13,13,13, 00,00,00 ; silver
|
||||
RGB 01,01,02, 00,00,00, 00,00,00, 00,00,00 ; tree
|
||||
RGB 01,01,02, 00,00,00, 00,00,00, 00,00,00 ; rock
|
||||
|
@ -1,11 +1,11 @@
|
||||
; in darkness, these eight are always used rather than following environment colors indices
|
||||
|
||||
; dark
|
||||
RGB 01,01,02, 00,00,00, 00,00,00, 00,00,00 ; gray
|
||||
RGB 01,01,02, 00,00,00, 00,00,00, 00,00,00 ; red
|
||||
RGB 01,01,02, 00,00,00, 00,00,00, 00,00,00 ; green
|
||||
RGB 01,01,02, 00,00,00, 00,00,00, 00,00,00 ; water
|
||||
RGB 30,30,11, 00,00,00, 00,00,00, 00,00,00 ; yellow
|
||||
RGB 01,01,02, 00,00,00, 00,00,00, 00,00,00 ; brown
|
||||
RGB 01,01,02, 00,00,00, 00,00,00, 00,00,00 ; roof
|
||||
RGB 03,03,04, 02,02,03, 01,01,02, 00,00,00 ; gray
|
||||
RGB 03,03,04, 03,02,03, 02,00,01, 00,00,00 ; red
|
||||
RGB 03,03,04, 02,02,03, 00,02,02, 00,00,00 ; green
|
||||
RGB 03,03,04, 01,01,03, 00,00,02, 00,00,00 ; water
|
||||
RGB 30,30,11, 03,02,03, 03,02,01, 00,00,00 ; yellow
|
||||
RGB 03,03,04, 02,01,02, 01,00,01, 00,00,00 ; brown
|
||||
RGB 03,03,04, 02,02,04, 01,01,03, 00,00,00 ; roof
|
||||
RGB 31,31,31, 31,31,16, 14,09,00, 00,00,00 ; text
|
||||
|
Loading…
Reference in New Issue
Block a user