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