Move 'map attributes' into 'layouts'
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
.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
|
||||
Reference in New Issue
Block a user