blob: 56d9571396343c2e7e1ca0374a54918299fc7155 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#include "constants/map_types.h"
#include "constants/maps.h"
#include "constants/weather.h"
#include "constants/region_map_sections.h"
#include "constants/songs.h"
#include "constants/weather.h"
.include "asm/macros.inc"
.include "constants/constants.inc"
.section .rodata
.include "data/layouts.inc"
.include "data/layouts_table.inc"
.include "data/maps/headers.inc"
.include "data/maps/groups.inc"
.include "data/maps/connections.inc"
|