diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-09-14 16:00:18 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-09-14 16:00:18 -0400 |
commit | f1c173b78fb27a3a0701ea70fe8bd68e60ab9091 (patch) | |
tree | b34940a5decb4bb7de384a56856aef08082059b4 | |
parent | dd94ccb01ea4e7eac63509f41314e2a7847665e4 (diff) |
Decompress and extract more "How to Play" graphics
-rw-r--r-- | gfx/how_to_play/how_to_play.attrmap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/how_to_play/how_to_play.png | bin | 1425 -> 1459 bytes | |||
-rw-r--r-- | gfx/how_to_play/how_to_play.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/how_to_play/safari.attrmap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/how_to_play/safari.png (renamed from gfx/how_to_play/how_to_play_safari.png) | bin | 1551 -> 1551 bytes | |||
-rw-r--r-- | gfx/how_to_play/safari.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/how_to_play/safari.tilemap_attrmap.xor | bin | 0 -> 850 bytes | |||
-rw-r--r-- | source/bank_57.asm | 5 | ||||
-rw-r--r-- | source/bank_5e.asm | 4 | ||||
-rw-r--r-- | source/bank_78.asm | 2 | ||||
-rw-r--r-- | source/bank_7c.asm | 5 |
11 files changed, 15 insertions, 1 deletions
diff --git a/gfx/how_to_play/how_to_play.attrmap b/gfx/how_to_play/how_to_play.attrmap Binary files differnew file mode 100644 index 0000000..56d1d73 --- /dev/null +++ b/gfx/how_to_play/how_to_play.attrmap diff --git a/gfx/how_to_play/how_to_play.png b/gfx/how_to_play/how_to_play.png Binary files differindex 9b39ce1..fe8f64c 100644 --- a/gfx/how_to_play/how_to_play.png +++ b/gfx/how_to_play/how_to_play.png diff --git a/gfx/how_to_play/how_to_play.tilemap b/gfx/how_to_play/how_to_play.tilemap Binary files differnew file mode 100644 index 0000000..36cb2df --- /dev/null +++ b/gfx/how_to_play/how_to_play.tilemap diff --git a/gfx/how_to_play/safari.attrmap b/gfx/how_to_play/safari.attrmap Binary files differnew file mode 100644 index 0000000..9c70a58 --- /dev/null +++ b/gfx/how_to_play/safari.attrmap diff --git a/gfx/how_to_play/how_to_play_safari.png b/gfx/how_to_play/safari.png Binary files differindex 4c0664a..4c0664a 100644 --- a/gfx/how_to_play/how_to_play_safari.png +++ b/gfx/how_to_play/safari.png diff --git a/gfx/how_to_play/safari.tilemap b/gfx/how_to_play/safari.tilemap Binary files differnew file mode 100644 index 0000000..c7b7865 --- /dev/null +++ b/gfx/how_to_play/safari.tilemap diff --git a/gfx/how_to_play/safari.tilemap_attrmap.xor b/gfx/how_to_play/safari.tilemap_attrmap.xor Binary files differnew file mode 100644 index 0000000..2621f8e --- /dev/null +++ b/gfx/how_to_play/safari.tilemap_attrmap.xor diff --git a/source/bank_57.asm b/source/bank_57.asm index 85ce178..93cc7f9 100644 --- a/source/bank_57.asm +++ b/source/bank_57.asm @@ -2,3 +2,8 @@ SECTION "gfx_text_chars_light", ROMX[$4000], BANK[$57] gfx_text_chars_light:: INCBIN "gfx/fonts/text_chars_light.bin" .end:: + +SECTION "tilemap_how_to_play", ROMX[$7c00], BANK[$57] +tilemap_how_to_play:: +INCBIN "gfx/how_to_play/how_to_play.tilemap" +.end:: diff --git a/source/bank_5e.asm b/source/bank_5e.asm new file mode 100644 index 0000000..a0d0d1e --- /dev/null +++ b/source/bank_5e.asm @@ -0,0 +1,4 @@ +SECTION "compressed_tilemap_attrmap_how_to_play_safari", ROMX[$7c00], BANK[$5e] +compressed_tilemap_attrmap_how_to_play_safari:: +INCBIN "gfx/how_to_play/safari.tilemap_attrmap.xor" +.end:: diff --git a/source/bank_78.asm b/source/bank_78.asm index 079ea83..38358ae 100644 --- a/source/bank_78.asm +++ b/source/bank_78.asm @@ -13,5 +13,5 @@ INCBIN "gfx/town_map/lv_10_hanada_cave_unused.bin" .end:: gfx_how_to_play_safari:: -INCBIN "gfx/how_to_play/how_to_play_safari.bin" +INCBIN "gfx/how_to_play/safari.bin" .end:: diff --git a/source/bank_7c.asm b/source/bank_7c.asm index 230ae4c..66c200b 100644 --- a/source/bank_7c.asm +++ b/source/bank_7c.asm @@ -3,6 +3,11 @@ gfx_alphabets:: INCBIN "gfx/fonts/alphabets.bin" .end:: +SECTION "attrmap_how_to_play", ROMX[$5c00], BANK[$7c] +attrmap_how_to_play:: +INCBIN "gfx/how_to_play/how_to_play.attrmap" +.end:: + SECTION "compressed_tilemap_attrmap_album_pic", ROMX[$7000], BANK[$7c] compressed_tilemap_attrmap_album_pic:: INCBIN "gfx/safari_zone_album/album_pic.tilemap_attrmap.xor" |