2019-11-21 19:03:35 +00:00
|
|
|
#include "constants/event_bg.h"
|
|
|
|
#include "constants/event_object_movement.h"
|
2018-06-15 03:00:09 +00:00
|
|
|
#include "constants/event_objects.h"
|
2017-12-11 18:41:13 +00:00
|
|
|
#include "constants/flags.h"
|
|
|
|
#include "constants/items.h"
|
2019-02-22 07:23:46 +00:00
|
|
|
#include "constants/map_scripts.h"
|
2018-06-15 03:00:09 +00:00
|
|
|
#include "constants/maps.h"
|
2018-07-11 16:12:26 +00:00
|
|
|
#include "constants/secret_bases.h"
|
2017-12-11 18:41:13 +00:00
|
|
|
#include "constants/vars.h"
|
2018-07-11 16:12:26 +00:00
|
|
|
#include "constants/weather.h"
|
2019-02-28 02:28:34 +00:00
|
|
|
#include "constants/trainer_hill.h"
|
2020-03-27 14:24:10 +00:00
|
|
|
#include "constants/trainer_types.h"
|
2017-11-10 19:20:27 +00:00
|
|
|
.include "asm/macros.inc"
|
|
|
|
.include "constants/constants.inc"
|
|
|
|
|
|
|
|
.section .rodata
|
|
|
|
|
2019-01-31 21:51:20 +00:00
|
|
|
.include "data/maps/events.inc"
|
2017-11-10 19:20:27 +00:00
|
|
|
|