You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Detach PAL_OW_MISC from map palettes i.e. LoadMapPals (#3)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
; see data/maps/environment_colors.asm
|
||||
|
||||
; morn
|
||||
RGB 28,31,16, 21,21,21, 13,13,13, 07,07,07 ; gray
|
||||
RGB 28,31,16, 31,19,24, 30,10,06, 07,07,07 ; red
|
||||
@@ -6,7 +8,7 @@
|
||||
RGB 28,31,16, 31,31,07, 31,16,01, 07,07,07 ; yellow
|
||||
RGB 28,31,16, 24,18,07, 20,15,03, 07,07,07 ; brown
|
||||
RGB 28,31,16, 15,31,31, 05,17,31, 07,07,07 ; roof (overwritten if outdoor env)
|
||||
RGB 31,31,31, 31,31,16, 14,09,00, 00,00,00 ; text (always overwritten)
|
||||
RGB 31,31,31, 31,31,16, 14,09,00, 00,00,00 ; text (unused)
|
||||
|
||||
; day
|
||||
RGB 27,31,27, 21,21,21, 13,13,13, 07,07,07 ; gray
|
||||
@@ -16,7 +18,7 @@
|
||||
RGB 27,31,27, 31,31,07, 31,16,01, 07,07,07 ; yellow
|
||||
RGB 27,31,27, 24,18,07, 20,15,03, 07,07,07 ; brown
|
||||
RGB 27,31,27, 15,31,31, 05,17,31, 07,07,07 ; roof (overwritten if outdoor env)
|
||||
RGB 31,31,31, 31,31,16, 14,09,00, 00,00,00 ; text (always overwritten)
|
||||
RGB 31,31,31, 31,31,16, 14,09,00, 00,00,00 ; text (unused)
|
||||
|
||||
; nite
|
||||
RGB 15,14,24, 11,11,19, 07,07,12, 00,00,00 ; gray
|
||||
@@ -26,7 +28,7 @@
|
||||
RGB 30,30,11, 16,14,18, 16,14,10, 00,00,00 ; yellow
|
||||
RGB 15,14,24, 12,09,15, 08,04,05, 00,00,00 ; brown
|
||||
RGB 15,14,24, 13,12,23, 11,09,20, 00,00,00 ; roof (overwritten if outdoor env)
|
||||
RGB 31,31,31, 31,31,16, 14,09,00, 00,00,00 ; text (always overwritten)
|
||||
RGB 31,31,31, 31,31,16, 14,09,00, 00,00,00 ; text (unused)
|
||||
|
||||
; eve
|
||||
RGB 31,21,14, 18,16,16, 11,10,10, 06,05,05 ; gray
|
||||
@@ -36,7 +38,7 @@
|
||||
RGB 31,31,07, 27,21,10, 25,12,01, 06,05,05 ; yellow
|
||||
RGB 31,21,14, 21,13,05, 16,09,01, 06,05,05 ; brown
|
||||
RGB 31,21,14, 13,23,23, 04,13,23, 06,05,05 ; roof (overwritten if outdoor env)
|
||||
RGB 31,31,31, 31,31,16, 14,09,00, 00,00,00 ; text (always overwritten)
|
||||
RGB 31,31,31, 31,31,16, 14,09,00, 00,00,00 ; text (unused)
|
||||
|
||||
; building (morn/day)
|
||||
RGB 30,28,26, 19,19,19, 13,13,13, 07,07,07 ; gray
|
||||
@@ -46,7 +48,7 @@
|
||||
RGB 30,28,26, 31,31,07, 31,16,01, 07,07,07 ; yellow
|
||||
RGB 26,24,17, 21,17,07, 16,13,03, 07,07,07 ; brown
|
||||
RGB 30,28,26, 17,19,31, 14,16,31, 07,07,07 ; roof (overwritten if outdoor env)
|
||||
RGB 31,31,31, 31,31,16, 14,09,00, 00,00,00 ; text (always overwritten)
|
||||
RGB 31,31,31, 31,31,16, 14,09,00, 00,00,00 ; text (unused)
|
||||
|
||||
; overworld water (outdoor)
|
||||
RGB 23,23,31, 18,19,31, 13,12,31, 07,07,07 ; morn
|
||||
|
@@ -1,3 +1,5 @@
|
||||
; 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
|
||||
|
Reference in New Issue
Block a user