pokeemerald/data/map_events.s

19 lines
483 B
ArmAsm
Raw Normal View History

2019-11-21 20:03:35 +01:00
#include "constants/event_bg.h"
#include "constants/event_object_movement.h"
#include "constants/event_objects.h"
2017-12-11 19:41:13 +01:00
#include "constants/flags.h"
#include "constants/items.h"
#include "constants/map_scripts.h"
#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"
#include "constants/trainer_hill.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