blob: a3216370f0fc51b2e22d1b9628889b512d5aeeff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BattleTentLobby_MapBorder::
.incbin "data/layouts/BattleTentLobby/border.bin"
BattleTentLobby_MapBlockdata::
.incbin "data/layouts/BattleTentLobby/map.bin"
.align 2
BattleTentLobby_Layout::
.4byte 0xd
.4byte 0xa
.4byte BattleTentLobby_MapBorder
.4byte BattleTentLobby_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_BattleTent
|