blob: 7003c0bc3ab97ec4d55ce09aee01eabca0b256d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
BattleTower_BattleRoom_MapBorder:: @ 82F2694
.incbin "data/layouts/BattleTower_BattleRoom/border.bin"
BattleTower_BattleRoom_MapBlockdata:: @ 82F269C
.incbin "data/layouts/BattleTower_BattleRoom/map.bin"
.align 2
BattleTower_BattleRoom_Layout:: @ 82F2750
.4byte 0xa
.4byte 0x9
.4byte BattleTower_BattleRoom_MapBorder
.4byte BattleTower_BattleRoom_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_BattleTower
|