blob: fdd5b395d414c32fde51036cd0de63c8d2035425 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
AbandonedShip_Room_B1F_MapBorder::
.incbin "data/layouts/AbandonedShip_Room_B1F/border.bin"
AbandonedShip_Room_B1F_MapBlockdata::
.incbin "data/layouts/AbandonedShip_Room_B1F/map.bin"
.align 2
AbandonedShip_Room_B1F_Layout::
.4byte 0x9
.4byte 0x8
.4byte AbandonedShip_Room_B1F_MapBorder
.4byte AbandonedShip_Room_B1F_MapBlockdata
.4byte gTileset_General
.4byte gTileset_InsideShip
|