summaryrefslogtreecommitdiff
path: root/data/layouts/BattleTentBattleRoom/layout.inc
blob: 4f9a8e6261fcd6be125e5a97357196bebd522b6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
BattleTentBattleRoom_MapBorder::
	.incbin "data/layouts/BattleTentBattleRoom/border.bin"

BattleTentBattleRoom_MapBlockdata::
	.incbin "data/layouts/BattleTentBattleRoom/map.bin"

	.align 2
BattleTentBattleRoom_Layout::
	.4byte 0xa
	.4byte 0x9
	.4byte BattleTentBattleRoom_MapBorder
	.4byte BattleTentBattleRoom_MapBlockdata
	.4byte gTileset_Building
	.4byte gTileset_BattleTent