pokeemerald/data/mystery_event.s

26 lines
818 B
ArmAsm
Raw Normal View History

2019-11-05 21:08:07 +01:00
#include "constants/global.h"
2018-01-20 23:26:30 +01:00
#include "constants/flags.h"
#include "constants/items.h"
#include "constants/map_scripts.h"
2019-11-05 21:08:07 +01:00
#include "constants/mevent.h"
2018-01-20 23:26:30 +01:00
#include "constants/moves.h"
2019-09-16 05:47:07 +02:00
#include "constants/region_map_sections.h"
2018-01-20 23:26:30 +01:00
#include "constants/songs.h"
#include "constants/species.h"
#include "constants/vars.h"
2017-01-16 07:38:56 +01:00
.include "asm/macros.inc"
2018-01-20 23:26:30 +01:00
.include "asm/macros/event.inc"
2017-01-16 07:38:56 +01:00
.include "constants/constants.inc"
.section .rodata
2019-01-02 22:12:43 +01:00
2018-01-20 23:26:30 +01:00
.align 2
2019-11-06 00:19:18 +01: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"