2018-06-20 23:41:17 +01:00
|
|
|
UnionRoom_MapBorder::
|
|
|
|
.incbin "data/layouts/UnionRoom/border.bin"
|
|
|
|
|
|
|
|
UnionRoom_MapBlockdata::
|
|
|
|
.incbin "data/layouts/UnionRoom/map.bin"
|
|
|
|
|
|
|
|
.align 2
|
|
|
|
UnionRoom_Layout::
|
|
|
|
.4byte 0xf
|
|
|
|
.4byte 0xc
|
|
|
|
.4byte UnionRoom_MapBorder
|
|
|
|
.4byte UnionRoom_MapBlockdata
|
|
|
|
.4byte gTileset_Building
|
|
|
|
.4byte gTileset_UnionRoom
|
2018-06-20 23:42:34 +01:00
|
|
|
|