mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-18 04:27:38 +01:00
16 lines
315 B
PHP
16 lines
315 B
PHP
FortreeCity_MapBorder::
|
|
.incbin "data/layouts/FortreeCity/border.bin"
|
|
|
|
FortreeCity_MapBlockdata::
|
|
.incbin "data/layouts/FortreeCity/map.bin"
|
|
|
|
.align 2
|
|
FortreeCity_Layout::
|
|
.4byte 0x28
|
|
.4byte 0x14
|
|
.4byte FortreeCity_MapBorder
|
|
.4byte FortreeCity_MapBlockdata
|
|
.4byte gTileset_General
|
|
.4byte gTileset_Fortree
|
|
|