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