mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
16 lines
326 B
PHP
16 lines
326 B
PHP
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
|
|
|