diff options
| author | entrpntr <entrpntr@gmail.com> | 2020-04-05 04:42:52 -0400 |
|---|---|---|
| committer | entrpntr <entrpntr@gmail.com> | 2020-04-05 04:45:00 -0400 |
| commit | f8518cf485c0c5e62980d21a2b80bab6f68ed732 (patch) | |
| tree | 593e9090369b783de8566015ad35fd420abb74ca /engine | |
| parent | 07434c8f8662e2500ffb346da75b11f9929aa036 (diff) | |
Add gfx helper code for mail; add PNGs to repo.
Diffstat (limited to 'engine')
| -rwxr-xr-x | engine/gfx/color.asm | 50 |
1 files changed, 1 insertions, 49 deletions
diff --git a/engine/gfx/color.asm b/engine/gfx/color.asm index 1e404a61..ca713987 100755 --- a/engine/gfx/color.asm +++ b/engine/gfx/color.asm @@ -376,55 +376,7 @@ LoadMailPalettes: ret .MailPals: - RGB 20, 31, 11 - RGB 31, 19, 00 - RGB 31, 10, 09 - RGB 00, 00, 00 - - RGB 15, 20, 31 - RGB 30, 26, 00 - RGB 31, 12, 00 - RGB 00, 00, 00 - - RGB 24, 17, 31 - RGB 30, 26, 00 - RGB 08, 11, 31 - RGB 00, 00, 00 - - RGB 31, 25, 17 - RGB 31, 18, 04 - RGB 28, 12, 05 - RGB 00, 00, 00 - - RGB 19, 26, 31 - RGB 31, 05, 08 - RGB 31, 09, 31 - RGB 00, 00, 00 - - RGB 31, 19, 28 - RGB 31, 21, 00 - RGB 12, 22, 00 - RGB 00, 00, 00 - - RGB 19, 17, 23 - RGB 30, 26, 00 - RGB 31, 12, 00 - RGB 00, 00, 00 - - RGB 07, 26, 31 - RGB 26, 26, 27 - RGB 31, 11, 11 - RGB 00, 00, 00 - - RGB 21, 31, 21 - RGB 30, 26, 00 - RGB 31, 12, 00 - RGB 00, 00, 00 - - RGB 07, 26, 31 - RGB 31, 31, 00 - RGB 00, 21, 00 - RGB 00, 00, 00 +INCLUDE "gfx/mail/mail.pal" INCLUDE "predef/cgb.asm" |
