blob: deaa4429d1d7214235d6b91e27a7515ebd5c3763 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
EverGrandeCity_HallOfFame_MapBorder::
.incbin "data/layouts/EverGrandeCity_HallOfFame/border.bin"
EverGrandeCity_HallOfFame_MapBlockdata::
.incbin "data/layouts/EverGrandeCity_HallOfFame/map.bin"
.align 2
EverGrandeCity_HallOfFame_Layout::
.4byte 0xf
.4byte 0x11
.4byte EverGrandeCity_HallOfFame_MapBorder
.4byte EverGrandeCity_HallOfFame_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_CableClub
|