diff options
-rw-r--r-- | data/sgb/super_palettes.inc (renamed from data/super_palettes.inc) | 0 | ||||
-rw-r--r-- | gfx/gfx.asm | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/data/super_palettes.inc b/data/sgb/super_palettes.inc index 5dba6d8..5dba6d8 100644 --- a/data/super_palettes.inc +++ b/data/sgb/super_palettes.inc diff --git a/gfx/gfx.asm b/gfx/gfx.asm index 63c4d03..6e00551 100644 --- a/gfx/gfx.asm +++ b/gfx/gfx.asm @@ -33,7 +33,7 @@ INCBIN "gfx/title/titlebgdecoration.2bpp" SECTION "gfx.asm@SGB GFX", ROMX INCLUDE "data/pokemon/palettes.inc" -INCLUDE "data/super_palettes.inc" +INCLUDE "data/sgb/super_palettes.inc" AlternateSGBBorderTilemap:: INCBIN "gfx/sgb/sgb_border_alt.sgb.tilemap" |