diff options
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/game_select/game_select.bin.xor | bin | 0 -> 4759 bytes | |||
-rw-r--r-- | gfx/game_select/game_select.png | bin | 0 -> 2321 bytes | |||
-rw-r--r-- | gfx/game_select/pokemon_picross.attrmap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/game_select/pokemon_picross.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/game_select/pokemon_picross.tilemap_attrmap.xor | bin | 0 -> 614 bytes | |||
-rw-r--r-- | gfx/game_select/safari_picross.attrmap | 1 | ||||
-rw-r--r-- | gfx/game_select/safari_picross.tilemap | 2 | ||||
-rw-r--r-- | gfx/game_select/safari_picross.tilemap_attrmap.xor | bin | 0 -> 698 bytes | |||
-rw-r--r-- | gfx/gfx.mk | 7 |
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 Binary files differnew file mode 100644 index 0000000..7f3803d --- /dev/null +++ b/gfx/game_select/game_select.bin.xor diff --git a/gfx/game_select/game_select.png b/gfx/game_select/game_select.png Binary files differnew file mode 100644 index 0000000..3b1b189 --- /dev/null +++ b/gfx/game_select/game_select.png diff --git a/gfx/game_select/pokemon_picross.attrmap b/gfx/game_select/pokemon_picross.attrmap Binary files differnew file mode 100644 index 0000000..5861905 --- /dev/null +++ b/gfx/game_select/pokemon_picross.attrmap diff --git a/gfx/game_select/pokemon_picross.tilemap b/gfx/game_select/pokemon_picross.tilemap Binary files differnew file mode 100644 index 0000000..63aa168 --- /dev/null +++ b/gfx/game_select/pokemon_picross.tilemap diff --git a/gfx/game_select/pokemon_picross.tilemap_attrmap.xor b/gfx/game_select/pokemon_picross.tilemap_attrmap.xor Binary files differnew file mode 100644 index 0000000..e36d310 --- /dev/null +++ b/gfx/game_select/pokemon_picross.tilemap_attrmap.xor 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 Binary files differnew file mode 100644 index 0000000..c2cd4c1 --- /dev/null +++ b/gfx/game_select/safari_picross.tilemap_attrmap.xor @@ -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 $@ $< |