blob: d7f8c547ca261ed67e44a78241e870bbeac60b18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
MagmaHideout_4F_MapBorder::
.incbin "data/layouts/MagmaHideout_4F/border.bin"
MagmaHideout_4F_MapBlockdata::
.incbin "data/layouts/MagmaHideout_4F/map.bin"
.align 2
MagmaHideout_4F_Layout::
.4byte 0x3b
.4byte 0x1c
.4byte MagmaHideout_4F_MapBorder
.4byte MagmaHideout_4F_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Lavaridge
|