pokeemerald/data/layouts/Underwater5/layout.inc

16 lines
318 B
PHP
Raw Normal View History

2018-06-21 00:41:17 +02:00
Underwater5_MapBorder::
.incbin "data/layouts/Underwater5/border.bin"
Underwater5_MapBlockdata::
.incbin "data/layouts/Underwater5/map.bin"
.align 2
Underwater5_Layout::
.4byte 0x50
.4byte 0x28
.4byte Underwater5_MapBorder
.4byte Underwater5_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Underwater
2018-06-21 00:42:34 +02:00