diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-04 21:39:46 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-04 21:39:46 -0500 |
commit | f8f32941306615879b42b2af8894e65d82ee4a16 (patch) | |
tree | 7c7601dca4de8626275b690c531633fa01463638 /gfx | |
parent | bc3cc697494d1212b8fed9273d72f0448f24b1d5 (diff) |
Add ROOF_ constants
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/tilesets/bg_tiles.pal | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/gfx/tilesets/bg_tiles.pal b/gfx/tilesets/bg_tiles.pal index e21561c74..3605e2184 100644 --- a/gfx/tilesets/bg_tiles.pal +++ b/gfx/tilesets/bg_tiles.pal @@ -49,13 +49,5 @@ RGB 31,31,16, 31,31,16, 14,09,00, 00,00,00 ; text ; overworld water -; morn/day - RGB 23, 23, 31 - RGB 18, 19, 31 - RGB 13, 12, 31 - RGB 07, 07, 07 -; nite - RGB 15, 13, 27 - RGB 10, 09, 20 - RGB 04, 03, 18 - RGB 00, 00, 00 + RGB 23,23,31, 18,19,31, 13,12,31, 07,07,07 ; morn/day + RGB 15,13,27, 10,09,20, 04,03,18, 00,00,00 ; nite |