pokeemerald/data/layouts/Underwater6/layout.inc

16 lines
318 B
PHP
Raw Normal View History

2018-06-21 00:41:17 +02:00
Underwater6_MapBorder::
.incbin "data/layouts/Underwater6/border.bin"
Underwater6_MapBlockdata::
.incbin "data/layouts/Underwater6/map.bin"
.align 2
Underwater6_Layout::
.4byte 0x28
.4byte 0x50
.4byte Underwater6_MapBorder
.4byte Underwater6_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Underwater
2018-06-21 00:42:34 +02:00