blob: 7a063b922c58b5153f9a014b8f9678b874d8abcb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
RusturfTunnel_MapBorder::
.incbin "data/layouts/RusturfTunnel/border.bin"
RusturfTunnel_MapBlockdata::
.incbin "data/layouts/RusturfTunnel/map.bin"
.align 2
RusturfTunnel_Layout::
.4byte 0x24
.4byte 0x18
.4byte RusturfTunnel_MapBorder
.4byte RusturfTunnel_MapBlockdata
.4byte gTileset_General
.4byte gTileset_RusturfTunnel
|