pokeemerald/data/layouts/Underwater1/layout.inc

16 lines
318 B
PHP
Raw Normal View History

2018-06-21 00:41:17 +02:00
Underwater1_MapBorder::
.incbin "data/layouts/Underwater1/border.bin"
Underwater1_MapBlockdata::
.incbin "data/layouts/Underwater1/map.bin"
.align 2
Underwater1_Layout::
.4byte 0x50
.4byte 0x50
.4byte Underwater1_MapBorder
.4byte Underwater1_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Underwater
2018-06-21 00:42:34 +02:00