diff options
author | Thomas <doodrabbit@hotmail.com> | 2021-12-17 20:57:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-17 20:57:03 -0500 |
commit | af67eaffa7ab1a347a6f0e59ed7f1e107749d15a (patch) | |
tree | b9f90f7b047b3dc5a411dbf65117bf07b237a37d /graphics_rules.mk | |
parent | 3ab18655ca1311019212b3a2a9dbe32e5fbee55d (diff) | |
parent | 44cd7753b5dde323d1e8274b2dc8a5599729e83f (diff) |
Real-match math_util.c
Diffstat (limited to 'graphics_rules.mk')
-rw-r--r-- | graphics_rules.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics_rules.mk b/graphics_rules.mk index 5bad9e5e..74327449 100644 --- a/graphics_rules.mk +++ b/graphics_rules.mk @@ -1,4 +1,3 @@ -#todo data/dp_areawindow.NCGR (weirdness with size) #todo data/graphic/bag_gra/narc_0007.NCGR (SOPC section) (width 32, palette narc_0003.NCLR) CLOBBER_SIZE_NCGR_FILES := files/data/cell0.NCGR @@ -122,7 +121,7 @@ CLOBBER_SIZE_VERSION101_NCGR_FILES := files/graphic/bag_gra/narc_0002.NCGR \ files/poketool/icongra/poke_icon/narc_0000.NCLR \ files/resource/eng/trial/trial/narc_0000.NCLR \ files/resource/eng/trial/trial/narc_0003.NCLR \ - files/resource/eng/trial/trial/narc_0006.NCLR \ + files/resource/eng/trial/trial/narc_0006.NCLR 8BPP_NSCR_FILES := files/demo/title/titledemo/narc_0000.NSCR @@ -157,6 +156,9 @@ IR_NCLR_FILES := files/itemtool/itemdata/item_icon/narc_0028.NCLR \ files/itemtool/itemdata/item_icon/narc_0111.NCLR \ files/itemtool/itemdata/item_icon/narc_0114.NCLR +NCPR_NCLR_FILES := files/data/dp_areawindow.NCLR +NOBYTEORDER_WRONGSIZE_NCGR_FILES := files/data/dp_areawindow.NCGR + VERSION101_SOPC_8BPP_NCGR_FILES := files/demo/title/titledemo/narc_0001.NCGR \ files/demo/title/titledemo/narc_0003.NCGR |