mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-18 12:37:38 +01:00
17 lines
364 B
PHP
17 lines
364 B
PHP
|
.align 2
|
||
|
BattleTentLobby_MapBorder::
|
||
|
.incbin "data/layouts/BattleTentLobby/border.bin"
|
||
|
|
||
|
.align 2
|
||
|
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
|