blob: b50c7f015f7a772a3102ea4eb689a575c71f1bc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
MagmaHideout_1F_MapBorder::
.incbin "data/layouts/MagmaHideout_1F/border.bin"
MagmaHideout_1F_MapBlockdata::
.incbin "data/layouts/MagmaHideout_1F/map.bin"
.align 2
MagmaHideout_1F_Layout::
.4byte 0x25
.4byte 0x26
.4byte MagmaHideout_1F_MapBorder
.4byte MagmaHideout_1F_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Lavaridge
|