2018-06-20 23:41:17 +01:00
|
|
|
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
|
2018-06-20 23:42:34 +01:00
|
|
|
|