blob: faa37d65caaf78efe686337b951c0460656c20f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#include "constants/flags.h"
#include "constants/items.h"
#include "constants/event_bg.h"
#include "constants/event_object_movement.h"
#include "constants/event_objects.h"
#include "constants/maps.h"
#include "constants/secret_bases.h"
#include "constants/trainer_types.h"
#include "constants/vars.h"
#include "constants/weather.h"
.include "include/macros.inc"
.include "constants/constants.inc"
.section .rodata
.include "data/maps/events.inc"
|