blob: e4dbb0f7813b0d4babf9bf6cd4ab784718431343 (
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
|
SECTION "bank76", ROMX[$4000], BANK[$76]
gfx_lv_6_silph_company::
INCBIN "gfx/levels/lv_6_silph_company.bin"
.end::
gfx_lv_6_silph_company_sgb::
INCBIN "gfx/levels/lv_6_silph_company_sgb.bin"
.end::
; The unused "6" in "6/10" is taller.
gfx_lv_6_silph_company_duplicate::
INCBIN "gfx/levels/lv_6_silph_company_unused.bin"
.end::
gfx_lv_7_cycling_road::
INCBIN "gfx/levels/lv_7_cycling_road.bin"
.end::
gfx_lv_7_cycling_road_sgb::
INCBIN "gfx/levels/lv_7_cycling_road_sgb.bin"
.end::
; The unused "/10" in "7/10" and "LV" are taller.
gfx_lv_7_cycling_road_duplicate::
INCBIN "gfx/levels/lv_7_cycling_road_unused.bin"
.end::
|