summaryrefslogtreecommitdiff
path: root/data/maps.s
blob: 92f5544a192583c6145cb4315a9f4867d0f3f437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "constants/maps.h"
#include "constants/songs.h"
	.include "asm/macros.inc"
	.include "constants/constants.inc"

	.section .rodata

	.include "data/maps/_assets.inc"
	.include "data/maps/attributes_table.inc"
	.include "data/maps/headers.inc"
	.include "data/maps/_groups.inc"
	.include "data/maps/connections.inc"