summaryrefslogtreecommitdiff
path: root/include/event_scripts.h
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-10-21 03:07:59 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-10-21 03:08:10 +0800
commitb0400ef6ba6e6cf49ad2bdc19a29eb2abef26701 (patch)
tree60276257dd8cccfa1278bb0302cf948ae8ab79fa /include/event_scripts.h
parente48725d9b54ed9f71f65c3ba5577cffa8f4887d1 (diff)
battle_setup funcs
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r--include/event_scripts.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h
index 99b453c85..772b683af 100644
--- a/include/event_scripts.h
+++ b/include/event_scripts.h
@@ -1155,6 +1155,15 @@ extern const u8 EventScript_SafariOutOfBalls[];
extern const u8 EventScript_ItemfinderDigUpUnderfootItem[];
+// battle_setup
+extern const u8 EventScript_DoTrainerBattle[];
+extern const u8 EventScript_TryDoDoubleTrainerBattle[];
+extern const u8 EventScript_TryDoNormalTrainerBattle[];
+extern const u8 EventScript_TryDoDoubleRematchBattle[];
+extern const u8 EventScript_TryDoRematchBattle[];
+extern const u8 gUnknown_81A4EB4[];
+extern const u8 gUnknown_81C555B[];
+
// new_game
extern const u8 EventScript_ResetAllMapFlags[];