diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-05 05:44:43 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-05 05:49:10 -0400 |
commit | 43182b4a895975a6eb7b197bad7b077a37f776a6 (patch) | |
tree | ff7b46f23cafebdf9de3a25f9f007a9c4b1672e9 /engine/gfx | |
parent | f8518cf485c0c5e62980d21a2b80bab6f68ed732 (diff) |
Create PNGs for remaining gfx binary files.
Diffstat (limited to 'engine/gfx')
-rwxr-xr-x | engine/gfx/color.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/gfx/color.asm b/engine/gfx/color.asm index ca713987..b388675f 100755 --- a/engine/gfx/color.asm +++ b/engine/gfx/color.asm @@ -1304,13 +1304,13 @@ ENDC IF DEF(_GOLD) SGBBorderMap: INCBIN "gfx/sgb_border/gold.map" -SGBBorderPalettes: INCLUDE "gfx/sgb_border/pals/gold.pal" +SGBBorderPalettes: INCLUDE "gfx/sgb_border/gold.pal" SGBBorder: INCBIN "gfx/sgb_border/gold.2bpp" ENDC IF DEF(_SILVER) SGBBorderMap: INCBIN "gfx/sgb_border/silver.map" -SGBBorderPalettes: INCLUDE "gfx/sgb_border/pals/silver.pal" +SGBBorderPalettes: INCLUDE "gfx/sgb_border/silver.pal" SGBBorder: INCBIN "gfx/sgb_border/silver.2bpp" ENDC |