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