blob: 01507909c17a7831040f35da30edeb8ec442b751 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
MagmaHideout_2F_2R_MapBorder::
.incbin "data/layouts/MagmaHideout_2F_2R/border.bin"
MagmaHideout_2F_2R_MapBlockdata::
.incbin "data/layouts/MagmaHideout_2F_2R/map.bin"
.align 2
MagmaHideout_2F_2R_Layout::
.4byte 0x31
.4byte 0x1c
.4byte MagmaHideout_2F_2R_MapBorder
.4byte MagmaHideout_2F_2R_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Lavaridge
|