summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/battle.h1
-rwxr-xr-xinclude/event_scripts.h10
-rw-r--r--include/rom6.h1
3 files changed, 12 insertions, 0 deletions
diff --git a/include/battle.h b/include/battle.h
index 3328c691f..4278d0a62 100644
--- a/include/battle.h
+++ b/include/battle.h
@@ -987,5 +987,6 @@ extern u8 gBattleOutcome;
extern u16 gLastUsedItem;
extern u32 gBattleTypeFlags;
extern struct MonSpritesGfx* gMonSpritesGfxPtr;
+extern u16 gTrainerBattleOpponent_A;
#endif // GUARD_BATTLE_H
diff --git a/include/event_scripts.h b/include/event_scripts.h
index 259e463c8..f85118e00 100755
--- a/include/event_scripts.h
+++ b/include/event_scripts.h
@@ -362,4 +362,14 @@ extern const u8 gPokeNewsTextLilycove_Ending[];
extern const u8 gPokeNewsTextBlendMaster_Upcoming[];
extern const u8 gPokeNewsTextBlendMaster_Ongoing[];
extern const u8 gPokeNewsTextBlendMaster_Ending[];
+extern const u8 gUnknown_08274966[];
+extern const u8 gUnknown_08274D13[];
+extern const u8 gUnknown_08274FFE[];
+extern const u8 gUnknown_08275367[];
+extern const u8 gUnknown_082756C7[];
+extern const u8 gUnknown_08274B24[];
+extern const u8 gUnknown_08274E75[];
+extern const u8 gUnknown_082751E1[];
+extern const u8 gUnknown_082754F6[];
+extern const u8 gUnknown_082758CC[];
#endif //GUARD_EVENT_SCRIPTS_H
diff --git a/include/rom6.h b/include/rom6.h
index 0e9927855..a6aab998c 100644
--- a/include/rom6.h
+++ b/include/rom6.h
@@ -3,5 +3,6 @@
void sub_81357FC(u8, void(void));
u8 GetLeadMonIndex(void);
+void sub_813BADC(bool8);
#endif //GUARD_ROM6_H