blob: 4042b9653bf61c71c63d4280727e6b3e7d02c5da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
MagmaHideout_3F_3R_MapBorder::
.incbin "data/layouts/MagmaHideout_3F_3R/border.bin"
MagmaHideout_3F_3R_MapBlockdata::
.incbin "data/layouts/MagmaHideout_3F_3R/map.bin"
.align 2
MagmaHideout_3F_3R_Layout::
.4byte 0x21
.4byte 0x18
.4byte MagmaHideout_3F_3R_MapBorder
.4byte MagmaHideout_3F_3R_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Lavaridge
|