summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-10-08 22:25:54 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-10-08 22:25:54 -0400
commitf0081698d0928c0f62fab2f6c9490fccc05f997c (patch)
tree93f366bc24064d1ecee3da1af6fd118c4ea3049e
parentddb9dd0e5440ab51613ef9e70289a1627a45cf8c (diff)
Extract some more graphic data
-rw-r--r--gfx/itemdex/itemdex.attrmapbin0 -> 1024 bytes
-rw-r--r--gfx/itemdex/itemdex.pngbin0 -> 1226 bytes
-rw-r--r--gfx/itemdex/itemdex.tilemapbin0 -> 1024 bytes
-rw-r--r--gfx/town_map/town_map_transition.attrmap1
-rw-r--r--gfx/town_map/town_map_transition.tilemapbin0 -> 3600 bytes
-rw-r--r--source/bank_63.asm4
-rw-r--r--source/bank_68.asm5
-rw-r--r--source/bank_71.asm5
8 files changed, 15 insertions, 0 deletions
diff --git a/gfx/itemdex/itemdex.attrmap b/gfx/itemdex/itemdex.attrmap
new file mode 100644
index 0000000..9959d39
--- /dev/null
+++ b/gfx/itemdex/itemdex.attrmap
Binary files differ
diff --git a/gfx/itemdex/itemdex.png b/gfx/itemdex/itemdex.png
new file mode 100644
index 0000000..c243d09
--- /dev/null
+++ b/gfx/itemdex/itemdex.png
Binary files differ
diff --git a/gfx/itemdex/itemdex.tilemap b/gfx/itemdex/itemdex.tilemap
new file mode 100644
index 0000000..6bb8d49
--- /dev/null
+++ b/gfx/itemdex/itemdex.tilemap
Binary files differ
diff --git a/gfx/town_map/town_map_transition.attrmap b/gfx/town_map/town_map_transition.attrmap
new file mode 100644
index 0000000..be6e895
--- /dev/null
+++ b/gfx/town_map/town_map_transition.attrmap
@@ -0,0 +1 @@
+ \ No newline at end of file
diff --git a/gfx/town_map/town_map_transition.tilemap b/gfx/town_map/town_map_transition.tilemap
new file mode 100644
index 0000000..69a4984
--- /dev/null
+++ b/gfx/town_map/town_map_transition.tilemap
Binary files differ
diff --git a/source/bank_63.asm b/source/bank_63.asm
new file mode 100644
index 0000000..5bab581
--- /dev/null
+++ b/source/bank_63.asm
@@ -0,0 +1,4 @@
+SECTION "gfx_itemdex", ROMX[$4000], BANK[$63]
+gfx_itemdex::
+INCBIN "gfx/itemdex/itemdex.2bpp"
+.end::
diff --git a/source/bank_68.asm b/source/bank_68.asm
index 991ccbe..2f5ecd5 100644
--- a/source/bank_68.asm
+++ b/source/bank_68.asm
@@ -119,3 +119,8 @@ gfx_bgm_jigglypuff_4_sgb::
INCBIN "gfx/bgm/no_blink.2bpp"
INCBIN "gfx/bgm/jigglypuff_4_sgb.2bpp"
.end::
+
+SECTION "compressed_tilemap_attrmap_town_map_transition", ROMX[$7000], BANK[$68]
+compressed_tilemap_attrmap_town_map_transition::
+INCBIN "gfx/town_map/town_map_transition.tilemap_attrmap.xor"
+.end::
diff --git a/source/bank_71.asm b/source/bank_71.asm
index 955fd26..2d5dcbc 100644
--- a/source/bank_71.asm
+++ b/source/bank_71.asm
@@ -8,3 +8,8 @@ INCBIN "gfx/safari_map/lv_3_mountain_zone_sgb.2bpp"
gfx_lv_3_mountain_zone_duplicate::
INCBIN "gfx/safari_map/lv_3_mountain_zone.2bpp"
.end::
+
+SECTION "compressed_tilemap_attrmap_itemdex", ROMX[$7c00], BANK[$71]
+compressed_tilemap_attrmap_itemdex::
+INCBIN "gfx/itemdex/itemdex.tilemap_attrmap.xor"
+.end::