mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 12:07:38 +01:00
17 lines
306 B
PHP
17 lines
306 B
PHP
|
.align 2
|
||
|
House2_MapBorder::
|
||
|
.incbin "data/layouts/House2/border.bin"
|
||
|
|
||
|
.align 2
|
||
|
House2_MapBlockdata::
|
||
|
.incbin "data/layouts/House2/map.bin"
|
||
|
|
||
|
.align 2
|
||
|
House2_Layout::
|
||
|
.4byte 0xb
|
||
|
.4byte 0x8
|
||
|
.4byte House2_MapBorder
|
||
|
.4byte House2_MapBlockdata
|
||
|
.4byte gTileset_Building
|
||
|
.4byte gTileset_GenericBuilding
|