pokeemerald/data/map_events.s

21 lines
549 B
ArmAsm
Raw Normal View History

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