pokeemerald/data/layouts/BattleElevator/layout.inc

16 lines
342 B
PHP
Raw Normal View History

2018-06-21 00:41:17 +02:00
BattleElevator_MapBorder::
.incbin "data/layouts/BattleElevator/border.bin"
BattleElevator_MapBlockdata::
.incbin "data/layouts/BattleElevator/map.bin"
.align 2
BattleElevator_Layout::
.4byte 0x5
.4byte 0x7
.4byte BattleElevator_MapBorder
.4byte BattleElevator_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_BattleFrontier
2018-06-21 00:42:34 +02:00