jep-hack/gfx/tilesets/underwater_sprites.pal
Zeta_Null 29fc26f144 underwater tileset shit, brings number of errors down to 20
it's currently missing the custom palette but if I did I'd need to fuck with the code for it anyway when I add it properly when this stuff works so I dont think that's a big deal
2024-12-29 16:50:30 -05:00

40 lines
592 B
Plaintext

; red
RGB 14, 17, 24
RGB 11, 19, 10
RGB 11, 07, 01
RGB 00, 00, 00
; blue
RGB 14, 17, 24
RGB 11, 19, 10
RGB 10, 09, 29
RGB 00, 00, 00
; green
RGB 14, 17, 24
RGB 11, 19, 10
RGB 07, 22, 03
RGB 00, 00, 00
; brown
RGB 14, 17, 24
RGB 11, 19, 10
RGB 11, 10, 03
RGB 00, 00, 00
; pink
RGB 14, 17, 24
RGB 11, 19, 10
RGB 10, 09, 02
RGB 00, 00, 00
; silver
RGB 31, 31, 31
RGB 31, 31, 31
RGB 13, 13, 13
RGB 00, 00, 00
; tree (bg green)
RGB 19, 31, 19
RGB 11, 21, 28
RGB 04, 16, 24
RGB 00, 00, 00
; rock (bg brown)
RGB 14, 17, 24
RGB 08, 09, 16
RGB 04, 05, 10
RGB 02, 02, 04