2019-01-29 16:55:25 -06:00
|
|
|
#include "constants/layouts.h"
|
2018-07-12 22:39:38 -05:00
|
|
|
#include "constants/map_types.h"
|
2018-06-14 22:00:09 -05:00
|
|
|
#include "constants/maps.h"
|
2018-07-12 22:39:38 -05:00
|
|
|
#include "constants/weather.h"
|
2018-07-12 21:47:04 -05:00
|
|
|
#include "constants/region_map_sections.h"
|
2017-12-11 12:27:51 -06:00
|
|
|
#include "constants/songs.h"
|
2019-02-27 21:28:34 -05:00
|
|
|
#include "constants/trainer_hill.h"
|
2017-11-10 12:39:00 -06:00
|
|
|
.include "asm/macros.inc"
|
|
|
|
.include "constants/constants.inc"
|
|
|
|
|
|
|
|
.section .rodata
|
|
|
|
|
2019-01-31 15:51:20 -06:00
|
|
|
.include "data/layouts/layouts.inc"
|
|
|
|
.include "data/layouts/layouts_table.inc"
|
2017-11-10 12:39:00 -06:00
|
|
|
.include "data/maps/headers.inc"
|
2018-06-20 17:41:17 -05:00
|
|
|
.include "data/maps/groups.inc"
|
2017-11-10 12:39:00 -06:00
|
|
|
.include "data/maps/connections.inc"
|