mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 12:07:38 +01:00
16 lines
318 B
PHP
16 lines
318 B
PHP
Underwater4_MapBorder::
|
|
.incbin "data/layouts/Underwater4/border.bin"
|
|
|
|
Underwater4_MapBlockdata::
|
|
.incbin "data/layouts/Underwater4/map.bin"
|
|
|
|
.align 2
|
|
Underwater4_Layout::
|
|
.4byte 0x78
|
|
.4byte 0x28
|
|
.4byte Underwater4_MapBorder
|
|
.4byte Underwater4_MapBlockdata
|
|
.4byte gTileset_General
|
|
.4byte gTileset_Underwater
|
|
|