blob: f76b9d4f4b7dca6e4a5e6652d00cfe0ce9160f3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
SECTION "lv_1_tok", ROMX[$4800], BANK[$69]
gfx_lv_1_tokiwa_forest::
INCBIN "gfx/levels/lv_1_tokiwa_forest.bin"
.end::
gfx_lv_1_tokiwa_forest_sgb::
INCBIN "gfx/levels/lv_1_tokiwa_forest_sgb.bin"
.end::
; The unused tree trunk tiles are darker.
gfx_lv_1_tokiwa_forest_duplicate::
INCBIN "gfx/levels/lv_1_tokiwa_forest_unused.bin"
.end::
SECTION "gfx_textbox_border", ROMX[$6000], BANK[$69]
gfx_textbox_border::
INCBIN "gfx/textbox_border.bin"
.end::
|