summaryrefslogtreecommitdiff
path: root/include/battle_tv.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-02-27 20:40:09 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-02-27 20:40:09 +0100
commit59ff4aec9b792acacbdf6978ba4e9f63543af41f (patch)
tree4cb480e6e6ce31194026f32f6bd50d4dc8ebae59 /include/battle_tv.h
parenta9212eeb664efcdfb74a2f4bbc5e94f37e27e748 (diff)
decompile and document battle tv
Diffstat (limited to 'include/battle_tv.h')
-rw-r--r--include/battle_tv.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/battle_tv.h b/include/battle_tv.h
new file mode 100644
index 000000000..72466d73b
--- /dev/null
+++ b/include/battle_tv.h
@@ -0,0 +1,11 @@
+#ifndef GUARD_BATTLE_TV_H
+#define GUARD_BATTLE_TV_H
+
+void BattleTv_SetDataBasedOnString(u16 stringId);
+void BattleTv_SetDataBasedOnMove(u16 move, u16 weatherFlags, struct DisableStruct *disableStructPtr);
+void BattleTv_SetDataBasedOnAnimation(u8 animationId);
+void TryPutLinkBattleTvShowOnAir(void);
+void BattleTv_ClearExplosionFaintCause(void);
+u8 GetBattlerMoveSlotId(u8 battlerId, u16 moveId);
+
+#endif // GUARD_BATTLE_TV_H