From de578751e40d0d42f426097eab224eceaf9fdfff Mon Sep 17 00:00:00 2001 From: red031000 Date: Mon, 1 Mar 2021 23:40:46 +0000 Subject: wifi_earth graphics --- files/application/wifi_earth/wifi_earth/.gitignore | 2 + .../wifi_earth/wifi_earth/0000_earth.NSBMD | Bin 0 -> 146564 bytes .../wifi_earth/wifi_earth/narc_0000.bin | Bin 146564 -> 0 bytes .../wifi_earth/wifi_earth/narc_0001.NSBMD | Bin 0 -> 668 bytes .../wifi_earth/wifi_earth/narc_0001.bin | Bin 668 -> 0 bytes .../wifi_earth/wifi_earth/narc_0002.NSBMD | Bin 0 -> 668 bytes .../wifi_earth/wifi_earth/narc_0002.bin | Bin 668 -> 0 bytes .../wifi_earth/wifi_earth/narc_0003.NSBMD | Bin 0 -> 668 bytes .../wifi_earth/wifi_earth/narc_0003.bin | Bin 668 -> 0 bytes .../wifi_earth/wifi_earth/narc_0004.NSBMD | Bin 0 -> 668 bytes .../wifi_earth/wifi_earth/narc_0004.bin | Bin 668 -> 0 bytes .../wifi_earth/wifi_earth/narc_0005.NCGR | Bin 192 -> 0 bytes .../wifi_earth/wifi_earth/narc_0005.png | Bin 0 -> 144 bytes .../wifi_earth/wifi_earth/narc_0006.NCLR | Bin 552 -> 0 bytes .../wifi_earth/wifi_earth/narc_0006.pal | 259 +++++++++++++++++++++ filesystem.mk | 4 + graphics_rules.mk | 12 +- 17 files changed, 273 insertions(+), 4 deletions(-) create mode 100644 files/application/wifi_earth/wifi_earth/.gitignore create mode 100644 files/application/wifi_earth/wifi_earth/0000_earth.NSBMD delete mode 100644 files/application/wifi_earth/wifi_earth/narc_0000.bin create mode 100644 files/application/wifi_earth/wifi_earth/narc_0001.NSBMD delete mode 100644 files/application/wifi_earth/wifi_earth/narc_0001.bin create mode 100644 files/application/wifi_earth/wifi_earth/narc_0002.NSBMD delete mode 100644 files/application/wifi_earth/wifi_earth/narc_0002.bin create mode 100644 files/application/wifi_earth/wifi_earth/narc_0003.NSBMD delete mode 100644 files/application/wifi_earth/wifi_earth/narc_0003.bin create mode 100644 files/application/wifi_earth/wifi_earth/narc_0004.NSBMD delete mode 100644 files/application/wifi_earth/wifi_earth/narc_0004.bin delete mode 100644 files/application/wifi_earth/wifi_earth/narc_0005.NCGR create mode 100644 files/application/wifi_earth/wifi_earth/narc_0005.png delete mode 100644 files/application/wifi_earth/wifi_earth/narc_0006.NCLR create mode 100644 files/application/wifi_earth/wifi_earth/narc_0006.pal diff --git a/files/application/wifi_earth/wifi_earth/.gitignore b/files/application/wifi_earth/wifi_earth/.gitignore new file mode 100644 index 00000000..2bac294d --- /dev/null +++ b/files/application/wifi_earth/wifi_earth/.gitignore @@ -0,0 +1,2 @@ +narc_0005.NCGR +narc_0006.NCLR diff --git a/files/application/wifi_earth/wifi_earth/0000_earth.NSBMD b/files/application/wifi_earth/wifi_earth/0000_earth.NSBMD new file mode 100644 index 00000000..14df1e08 Binary files /dev/null and b/files/application/wifi_earth/wifi_earth/0000_earth.NSBMD differ diff --git a/files/application/wifi_earth/wifi_earth/narc_0000.bin b/files/application/wifi_earth/wifi_earth/narc_0000.bin deleted file mode 100644 index 14df1e08..00000000 Binary files a/files/application/wifi_earth/wifi_earth/narc_0000.bin and /dev/null differ diff --git a/files/application/wifi_earth/wifi_earth/narc_0001.NSBMD b/files/application/wifi_earth/wifi_earth/narc_0001.NSBMD new file mode 100644 index 00000000..fa6bc078 Binary files /dev/null and b/files/application/wifi_earth/wifi_earth/narc_0001.NSBMD differ diff --git a/files/application/wifi_earth/wifi_earth/narc_0001.bin b/files/application/wifi_earth/wifi_earth/narc_0001.bin deleted file mode 100644 index fa6bc078..00000000 Binary files a/files/application/wifi_earth/wifi_earth/narc_0001.bin and /dev/null differ diff --git a/files/application/wifi_earth/wifi_earth/narc_0002.NSBMD b/files/application/wifi_earth/wifi_earth/narc_0002.NSBMD new file mode 100644 index 00000000..e121614f Binary files /dev/null and b/files/application/wifi_earth/wifi_earth/narc_0002.NSBMD differ diff --git a/files/application/wifi_earth/wifi_earth/narc_0002.bin b/files/application/wifi_earth/wifi_earth/narc_0002.bin deleted file mode 100644 index e121614f..00000000 Binary files a/files/application/wifi_earth/wifi_earth/narc_0002.bin and /dev/null differ diff --git a/files/application/wifi_earth/wifi_earth/narc_0003.NSBMD b/files/application/wifi_earth/wifi_earth/narc_0003.NSBMD new file mode 100644 index 00000000..e555f6b5 Binary files /dev/null and b/files/application/wifi_earth/wifi_earth/narc_0003.NSBMD differ diff --git a/files/application/wifi_earth/wifi_earth/narc_0003.bin b/files/application/wifi_earth/wifi_earth/narc_0003.bin deleted file mode 100644 index e555f6b5..00000000 Binary files a/files/application/wifi_earth/wifi_earth/narc_0003.bin and /dev/null differ diff --git a/files/application/wifi_earth/wifi_earth/narc_0004.NSBMD b/files/application/wifi_earth/wifi_earth/narc_0004.NSBMD new file mode 100644 index 00000000..1c0c0149 Binary files /dev/null and b/files/application/wifi_earth/wifi_earth/narc_0004.NSBMD differ diff --git a/files/application/wifi_earth/wifi_earth/narc_0004.bin b/files/application/wifi_earth/wifi_earth/narc_0004.bin deleted file mode 100644 index 1c0c0149..00000000 Binary files a/files/application/wifi_earth/wifi_earth/narc_0004.bin and /dev/null differ diff --git a/files/application/wifi_earth/wifi_earth/narc_0005.NCGR b/files/application/wifi_earth/wifi_earth/narc_0005.NCGR deleted file mode 100644 index 45fd8385..00000000 Binary files a/files/application/wifi_earth/wifi_earth/narc_0005.NCGR and /dev/null differ diff --git a/files/application/wifi_earth/wifi_earth/narc_0005.png b/files/application/wifi_earth/wifi_earth/narc_0005.png new file mode 100644 index 00000000..07667009 Binary files /dev/null and b/files/application/wifi_earth/wifi_earth/narc_0005.png differ diff --git a/files/application/wifi_earth/wifi_earth/narc_0006.NCLR b/files/application/wifi_earth/wifi_earth/narc_0006.NCLR deleted file mode 100644 index 50e2e255..00000000 Binary files a/files/application/wifi_earth/wifi_earth/narc_0006.NCLR and /dev/null differ diff --git a/files/application/wifi_earth/wifi_earth/narc_0006.pal b/files/application/wifi_earth/wifi_earth/narc_0006.pal new file mode 100644 index 00000000..c898c0ab --- /dev/null +++ b/files/application/wifi_earth/wifi_earth/narc_0006.pal @@ -0,0 +1,259 @@ +JASC-PAL +0100 +256 +0 0 0 +57 164 131 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +8 32 24 +57 164 131 +0 0 0 +41 131 106 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +8 32 24 +238 246 106 +0 0 0 +32 98 82 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +8 32 24 +255 98 255 +0 0 0 +16 65 49 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +8 32 24 +16 65 139 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +8 32 24 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/filesystem.mk b/filesystem.mk index 68ee7b4c..c6c5cfed 100644 --- a/filesystem.mk +++ b/filesystem.mk @@ -317,6 +317,10 @@ $(O2NARC_TARGETS): %.narc: %.json %.json.txt $$(dep) $(O2NARC) $(O2NARCFLAGS) $*.o $@ @$(RM) $*.o $*.c +files/application/wifi_earth/wifi_earth.narc: \ + files/application/wifi_earth/wifi_earth/narc_0005.NCGR \ + files/application/wifi_earth/wifi_earth/narc_0006.NCLR + files/battle/graphic/batt_bg.narc: \ files/battle/graphic/batt_bg/narc_0156.NSCR.lz \ files/battle/graphic/batt_bg/narc_0142.NSCR.lz \ diff --git a/graphics_rules.mk b/graphics_rules.mk index 9a7a442a..0d40af48 100644 --- a/graphics_rules.mk +++ b/graphics_rules.mk @@ -88,7 +88,8 @@ CLOBBER_SIZE_VERSION101_NCGR_FILES := files/graphic/bag_gra/narc_0002.NCGR \ files/poketool/icongra/poke_icon/narc_0016.NCGR \ files/poketool/icongra/poke_icon/narc_0402.NCGR -4BPP_NCLR_FILES := files/demo/title/titledemo/narc_0016.NCLR \ +4BPP_NCLR_FILES := files/application/wifi_earth/wifi_earth/narc_0006.NCLR \ + files/demo/title/titledemo/narc_0016.NCLR \ files/poketool/icongra/poke_icon/narc_0000.NCLR IR_NCLR_FILES := files/itemtool/itemdata/item_icon/narc_0028.NCLR \ @@ -125,7 +126,8 @@ IR_NCLR_FILES := files/itemtool/itemdata/item_icon/narc_0028.NCLR \ VERSION101_SOPC_8BPP_NCGR_FILES := files/demo/title/titledemo/narc_0001.NCGR \ files/demo/title/titledemo/narc_0003.NCGR -VERSION101_SOPC_NCGR_FILES := files/demo/title/titledemo/narc_0007.NCGR \ +VERSION101_SOPC_NCGR_FILES := files/application/wifi_earth/wifi_earth/narc_0005.NCGR \ + files/demo/title/titledemo/narc_0007.NCGR \ files/demo/title/titledemo/narc_0011.NCGR \ files/demo/title/titledemo/narc_0015.NCGR @@ -404,7 +406,8 @@ SCANNED_NCGR_FILES := files/poketool/pokegra/pokegra/narc_0006.NCGR \ files/poketool/trgra/trfgra/narc_0192.NCGR \ files/poketool/trgra/trfgra/narc_0194.NCGR \ -NCGR_CLEAN_LIST := files/data/cell0.NCGR \ +NCGR_CLEAN_LIST := files/application/wifi_earth/wifi_earth/narc_0005.NCGR \ + files/data/cell0.NCGR \ files/demo/title/titledemo/narc_0001.NCGR \ files/demo/title/titledemo/narc_0003.NCGR \ files/demo/title/titledemo/narc_0007.NCGR \ @@ -642,7 +645,8 @@ NCGR_CLEAN_LIST := files/data/cell0.NCGR \ files/poketool/trgra/trfgra/narc_0194.NCGR \ -NCLR_CLEAN_LIST := files/data/cell0.NCLR \ +NCLR_CLEAN_LIST := files/application/wifi_earth/wifi_earth/narc_0006.NCLR \ + files/data/cell0.NCLR \ files/demo/title/titledemo/narc_0001.NCLR \ files/demo/title/titledemo/narc_0003.NCLR \ files/demo/title/titledemo/narc_0009.NCLR \ -- cgit v1.2.3