pokeemerald/data/mystery_event.s

26 lines
818 B
ArmAsm
Raw Normal View History

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