pokeemerald/data/layouts/IslandHarbor/layout.inc

16 lines
326 B
PHP
Raw Normal View History

2018-06-21 00:41:17 +02:00
IslandHarbor_MapBorder::
.incbin "data/layouts/IslandHarbor/border.bin"
IslandHarbor_MapBlockdata::
.incbin "data/layouts/IslandHarbor/map.bin"
.align 2
IslandHarbor_Layout::
.4byte 0x11
.4byte 0xd
.4byte IslandHarbor_MapBorder
.4byte IslandHarbor_MapBlockdata
.4byte gTileset_General
.4byte gTileset_IslandHarbor
2018-06-21 00:42:34 +02:00