Move 'map attributes' into 'layouts'
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
.align 2
|
||||
GraniteCave_B2F_MapBorder::
|
||||
.incbin "data/layouts/GraniteCave_B2F/border.bin"
|
||||
|
||||
.align 2
|
||||
GraniteCave_B2F_MapBlockdata::
|
||||
.incbin "data/layouts/GraniteCave_B2F/map.bin"
|
||||
|
||||
.align 2
|
||||
GraniteCave_B2F_Layout::
|
||||
.4byte 0x20
|
||||
.4byte 0x1a
|
||||
.4byte GraniteCave_B2F_MapBorder
|
||||
.4byte GraniteCave_B2F_MapBlockdata
|
||||
.4byte gTileset_General
|
||||
.4byte gTileset_Cave
|
||||
Reference in New Issue
Block a user