blob: 2c4662a49d94fdadc3676b423a1f3889cfdcc8f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
MagmaHideout_3F_2R_MapBorder::
.incbin "data/layouts/MagmaHideout_3F_2R/border.bin"
MagmaHideout_3F_2R_MapBlockdata::
.incbin "data/layouts/MagmaHideout_3F_2R/map.bin"
.align 2
MagmaHideout_3F_2R_Layout::
.4byte 0x18
.4byte 0x11
.4byte MagmaHideout_3F_2R_MapBorder
.4byte MagmaHideout_3F_2R_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Lavaridge
|