diff options
Diffstat (limited to 'data/layouts/SlateportCity/layout.inc')
-rw-r--r-- | data/layouts/SlateportCity/layout.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/layouts/SlateportCity/layout.inc b/data/layouts/SlateportCity/layout.inc new file mode 100644 index 000000000..2d52b7280 --- /dev/null +++ b/data/layouts/SlateportCity/layout.inc @@ -0,0 +1,14 @@ +SlateportCity_MapBorder:: @ 828798C + .incbin "data/layouts/SlateportCity/border.bin" + +SlateportCity_MapBlockdata:: @ 8287994 + .incbin "data/layouts/SlateportCity/map.bin" + + .align 2 +SlateportCity_Layout:: @ 8288C54 + .4byte 0x28 + .4byte 0x3c + .4byte SlateportCity_MapBorder + .4byte SlateportCity_MapBlockdata + .4byte gTileset_General + .4byte gTileset_Slateport |