pokeemerald/data/mystery_event.s

26 lines
818 B
ArmAsm
Raw Normal View History

2019-11-05 20:08:07 +00:00
#include "constants/global.h"
2018-01-20 22:26:30 +00:00
#include "constants/flags.h"
#include "constants/items.h"
#include "constants/map_scripts.h"
2019-11-05 20:08:07 +00:00
#include "constants/mevent.h"
2018-01-20 22:26:30 +00:00
#include "constants/moves.h"
2019-09-16 03:47:07 +00:00
#include "constants/region_map_sections.h"
2018-01-20 22:26:30 +00:00
#include "constants/songs.h"
#include "constants/species.h"
#include "constants/vars.h"
2017-01-16 06:38:56 +00:00
.include "asm/macros.inc"
2018-01-20 22:26:30 +00:00
.include "asm/macros/event.inc"
2017-01-16 06:38:56 +00:00
.include "constants/constants.inc"
.section .rodata
2019-01-02 21:12:43 +00:00
2018-01-20 22:26:30 +00:00
.align 2
2019-11-05 23:19:18 +00:00
.include "data/scripts/mevent_stamp_card.inc"
.include "data/scripts/mevent_pichu.inc"
.include "data/scripts/mevent_trainer.inc"
.include "data/scripts/mevent_battle_card.inc"
.include "data/scripts/mevent_aurora_ticket.inc"
.include "data/scripts/mevent_mystic_ticket.inc"
.include "data/scripts/mevent_altering_cave.inc"
.include "data/scripts/mevent_old_sea_map.inc"