mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
16 lines
318 B
PHP
16 lines
318 B
PHP
Underwater7_MapBorder::
|
|
.incbin "data/layouts/Underwater7/border.bin"
|
|
|
|
Underwater7_MapBlockdata::
|
|
.incbin "data/layouts/Underwater7/map.bin"
|
|
|
|
.align 2
|
|
Underwater7_Layout::
|
|
.4byte 0x50
|
|
.4byte 0x28
|
|
.4byte Underwater7_MapBorder
|
|
.4byte Underwater7_MapBlockdata
|
|
.4byte gTileset_General
|
|
.4byte gTileset_Underwater
|
|
|