diff options
author | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2021-05-18 15:37:05 +0700 |
---|---|---|
committer | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2021-05-18 15:37:05 +0700 |
commit | 87d04a1252e9664018b6624ed3eb660efee90092 (patch) | |
tree | c0c76c15c336ca5daa446dc11619bb1b0f942268 | |
parent | 9bde0a9ca74c140ca2ab9c5ac70bd57cf27ae334 (diff) |
Move super_palettes.inc to data/sgb/
-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" |