summaryrefslogtreecommitdiff
path: root/source/bank_74.asm
blob: c3078451253bb064488fc6d5b2bebde89270b971 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
SECTION "bank74", ROMX[$4000], BANK[$74]

gfx_lv_4_jungle_zone::
INCBIN "gfx/safari_map/lv_4_jungle_zone.2bpp"
.end::
gfx_lv_4_jungle_zone_sgb::
INCBIN "gfx/safari_map/lv_4_jungle_zone_sgb.2bpp"
.end::
; The edges of the unused tree trunk tiles are light and dark gray
; like the rest of the tree, not white and light gray.
gfx_lv_4_jungle_zone_duplicate::
INCBIN "gfx/safari_map/lv_4_jungle_zone_unused.2bpp"
.end::

gfx_lv_3_sea_cottage::
INCBIN "gfx/town_map/lv_3_sea_cottage.2bpp"
.end::
gfx_lv_3_sea_cottage_sgb::
INCBIN "gfx/town_map/lv_3_sea_cottage_sgb.2bpp"
.end::
; The unused "3" in "3/10" is has less of a black border.
gfx_lv_3_sea_cottage_duplicate::
INCBIN "gfx/town_map/lv_3_sea_cottage_unused.2bpp"
.end::

SECTION "tilemap_sgb_border", ROMX[$7010], BANK[$74]
tilemap_sgb_border::
INCBIN "gfx/sgb_border/sgb_border.bin"
.end::

SECTION "compressed_tilemap_attrmap_easy_picross", ROMX[$7ddc], BANK[$74]
compressed_tilemap_attrmap_easy_picross::
INCBIN "gfx/easy_picross/easy_picross.tilemap_attrmap.xor"
.end::