pokeemerald/data/layouts/BattleTentLobby/layout.inc

16 lines
345 B
PHP
Raw Normal View History

2018-06-21 00:41:17 +02:00
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
2018-06-21 00:42:34 +02:00