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