blob: c2199b2f2e69699fb1669bd7b89757af4a915ec4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
MagmaHideout_3F_1R_MapBorder::
.incbin "data/layouts/MagmaHideout_3F_1R/border.bin"
MagmaHideout_3F_1R_MapBlockdata::
.incbin "data/layouts/MagmaHideout_3F_1R/map.bin"
.align 2
MagmaHideout_3F_1R_Layout::
.4byte 0x1c
.4byte 0x18
.4byte MagmaHideout_3F_1R_MapBorder
.4byte MagmaHideout_3F_1R_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Lavaridge
|