blob: 28ccdc43c5dd4698b0b1f819f26c23f1041305a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DewfordTown_MapBorder::
.incbin "data/layouts/DewfordTown/border.bin"
DewfordTown_MapBlockdata::
.incbin "data/layouts/DewfordTown/map.bin"
.align 2
DewfordTown_Layout::
.4byte 0x14
.4byte 0x14
.4byte DewfordTown_MapBorder
.4byte DewfordTown_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Dewford
|