mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
16 lines
342 B
PHP
16 lines
342 B
PHP
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
|
|
|