mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
16 lines
335 B
PHP
16 lines
335 B
PHP
RusturfTunnel_MapBorder::
|
|
.incbin "data/layouts/RusturfTunnel/border.bin"
|
|
|
|
RusturfTunnel_MapBlockdata::
|
|
.incbin "data/layouts/RusturfTunnel/map.bin"
|
|
|
|
.align 2
|
|
RusturfTunnel_Layout::
|
|
.4byte 0x24
|
|
.4byte 0x18
|
|
.4byte RusturfTunnel_MapBorder
|
|
.4byte RusturfTunnel_MapBlockdata
|
|
.4byte gTileset_General
|
|
.4byte gTileset_RusturfTunnel
|
|
|