summaryrefslogtreecommitdiff
path: root/gfx
diff options
context:
space:
mode:
Diffstat (limited to 'gfx')
-rw-r--r--gfx/game_select/game_select.bin.xorbin0 -> 4759 bytes
-rw-r--r--gfx/game_select/game_select.pngbin0 -> 2321 bytes
-rw-r--r--gfx/game_select/pokemon_picross.attrmapbin0 -> 1024 bytes
-rw-r--r--gfx/game_select/pokemon_picross.tilemapbin0 -> 1024 bytes
-rw-r--r--gfx/game_select/pokemon_picross.tilemap_attrmap.xorbin0 -> 614 bytes
-rw-r--r--gfx/game_select/safari_picross.attrmap1
-rw-r--r--gfx/game_select/safari_picross.tilemap2
-rw-r--r--gfx/game_select/safari_picross.tilemap_attrmap.xorbin0 -> 698 bytes
-rw-r--r--gfx/gfx.mk7
9 files changed, 6 insertions, 4 deletions
diff --git a/gfx/game_select/game_select.bin.xor b/gfx/game_select/game_select.bin.xor
new file mode 100644
index 0000000..7f3803d
--- /dev/null
+++ b/gfx/game_select/game_select.bin.xor
Binary files differ
diff --git a/gfx/game_select/game_select.png b/gfx/game_select/game_select.png
new file mode 100644
index 0000000..3b1b189
--- /dev/null
+++ b/gfx/game_select/game_select.png
Binary files differ
diff --git a/gfx/game_select/pokemon_picross.attrmap b/gfx/game_select/pokemon_picross.attrmap
new file mode 100644
index 0000000..5861905
--- /dev/null
+++ b/gfx/game_select/pokemon_picross.attrmap
Binary files differ
diff --git a/gfx/game_select/pokemon_picross.tilemap b/gfx/game_select/pokemon_picross.tilemap
new file mode 100644
index 0000000..63aa168
--- /dev/null
+++ b/gfx/game_select/pokemon_picross.tilemap
Binary files differ
diff --git a/gfx/game_select/pokemon_picross.tilemap_attrmap.xor b/gfx/game_select/pokemon_picross.tilemap_attrmap.xor
new file mode 100644
index 0000000..e36d310
--- /dev/null
+++ b/gfx/game_select/pokemon_picross.tilemap_attrmap.xor
Binary files differ
diff --git a/gfx/game_select/safari_picross.attrmap b/gfx/game_select/safari_picross.attrmap
new file mode 100644
index 0000000..64ee47a
--- /dev/null
+++ b/gfx/game_select/safari_picross.attrmap
@@ -0,0 +1 @@
+ \ No newline at end of file
diff --git a/gfx/game_select/safari_picross.tilemap b/gfx/game_select/safari_picross.tilemap
new file mode 100644
index 0000000..8c5ef0e
--- /dev/null
+++ b/gfx/game_select/safari_picross.tilemap
@@ -0,0 +1,2 @@
+فڀooooooooooooی܀ooooooooooooooooooooooooooooooooooooHIJi
+ ooooooooooooXYZyoooooooooooo()*+,-./oooooooooooo89:;<=>?ooooooooooooHIJKLMNOooooooooooooXYZ[\]^_݀ooooooooooooklmno߀oooooooooooo{|}~辀oooooooooooo€ùĀŹooooooooooooހǹȀɹooooooooooooЀѹooooooooooooҹooooooooooooعoooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo \ No newline at end of file
diff --git a/gfx/game_select/safari_picross.tilemap_attrmap.xor b/gfx/game_select/safari_picross.tilemap_attrmap.xor
new file mode 100644
index 0000000..c2cd4c1
--- /dev/null
+++ b/gfx/game_select/safari_picross.tilemap_attrmap.xor
Binary files differ
diff --git a/gfx/gfx.mk b/gfx/gfx.mk
index ac7c62b..df4c26e 100644
--- a/gfx/gfx.mk
+++ b/gfx/gfx.mk
@@ -9,12 +9,11 @@ RGBGFXFLAGS :=
$(dir_build)/%.bin: %.png | $$(dir $$@)
$(RGBGFX) $(RGBGFXFLAGS) -o $@ $<
-$(dir_build)/gfx/sprites/%.bin: RGBGFXFLAGS = -h
-
-# data_select.tilemap_attrmap.xor decompresses to data_select.tilemap concatenated with data_select.attrmap
-$(dir_build)/gfx/data_select/data_select.tilemap_attrmap: gfx/data_select/data_select.tilemap gfx/data_select/data_select.attrmap | $$(dir $$@)
+$(dir_build)/%.tilemap_attrmap: %.tilemap %.attrmap | $$(dir $$@)
cat $^ > $@
+$(dir_build)/gfx/sprites/%.bin: RGBGFXFLAGS = -h
+
# data_select.bin.xor decompresses to 2bpp-encoded data_select.png with an extra byte $33 (ASCII "3") appended
$(dir_build)/gfx/data_select/data_select.bin: gfx/data_select/data_select.bin.png | $$(dir $$@)
$(RGBGFX) $(RGBGFXFLAGS) -o $@ $<