blob: 7a8c17da2e644b7746eb97779868698ef4da65b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
MauvilleCity_MapBorder::
.incbin "data/layouts/MauvilleCity/border.bin"
MauvilleCity_MapBlockdata::
.incbin "data/layouts/MauvilleCity/map.bin"
.align 2
MauvilleCity_Layout::
.4byte 0x28
.4byte 0x14
.4byte MauvilleCity_MapBorder
.4byte MauvilleCity_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Mauville
|