mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-18 04:27:38 +01:00
16 lines
310 B
PHP
16 lines
310 B
PHP
JaggedPass_MapBorder::
|
|
.incbin "data/layouts/JaggedPass/border.bin"
|
|
|
|
JaggedPass_MapBlockdata::
|
|
.incbin "data/layouts/JaggedPass/map.bin"
|
|
|
|
.align 2
|
|
JaggedPass_Layout::
|
|
.4byte 0x1e
|
|
.4byte 0x2e
|
|
.4byte JaggedPass_MapBorder
|
|
.4byte JaggedPass_MapBlockdata
|
|
.4byte gTileset_General
|
|
.4byte gTileset_Lavaridge
|
|
|