summaryrefslogtreecommitdiff
path: root/source/bank_74.asm
blob: 097f935a1087a23742567e5691b05dc56af894e7 (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
SECTION "bank74", ROMX[$4000], BANK[$74]

gfx_lv_4_jungle_zone::
INCBIN "gfx/levels/lv_4_jungle_zone.bin"
.end::

gfx_lv_4_jungle_zone_sgb::
INCBIN "gfx/levels/lv_4_jungle_zone_sgb.bin"
.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/levels/lv_4_jungle_zone_unused.bin"
.end::

gfx_lv_3_sea_cottage::
INCBIN "gfx/levels/lv_3_sea_cottage.bin"
.end::

gfx_lv_3_sea_cottage_sgb::
INCBIN "gfx/levels/lv_3_sea_cottage_sgb.bin"
.end::

; The unused "3" in "3/10" is has less of a black border.
gfx_lv_3_sea_cottage_duplicate::
INCBIN "gfx/levels/lv_3_sea_cottage_unused.bin"
.end::