pokeemerald/data/layouts/PokemonCenter_2F/layout.inc

16 lines
355 B
PHP
Raw Normal View History

2018-06-21 00:41:17 +02:00
PokemonCenter_2F_MapBorder::
.incbin "data/layouts/PokemonCenter_2F/border.bin"
PokemonCenter_2F_MapBlockdata::
.incbin "data/layouts/PokemonCenter_2F/map.bin"
.align 2
PokemonCenter_2F_Layout::
.4byte 0xe
.4byte 0xa
.4byte PokemonCenter_2F_MapBorder
.4byte PokemonCenter_2F_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_PokemonCenter
2018-06-21 00:42:34 +02:00