summaryrefslogtreecommitdiff
path: root/include/recorded_battle.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-01 01:12:42 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-01 01:12:42 +0200
commit729f4e10ed8a53155d992b8904926a10181acafa (patch)
tree247207eb07b7313981785f8ec73f2e8094701cf3 /include/recorded_battle.h
parent13017a3b194257c9db1588ac710c888607467b2e (diff)
start decompiling battle2
Diffstat (limited to 'include/recorded_battle.h')
-rw-r--r--include/recorded_battle.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/recorded_battle.h b/include/recorded_battle.h
index d19a2b713..407d0caf7 100644
--- a/include/recorded_battle.h
+++ b/include/recorded_battle.h
@@ -1,6 +1,11 @@
#ifndef GUARD_RECORDED_BATTLE_H
#define GUARD_RECORDED_BATTLE_H
+extern u32 gRecordedBattleRngSeed;
+
+void sub_8185F84(void);
+void sub_8184E58(void);
void RecordedBattle_SetBankAction(u8 bank, u8 action);
+void sub_8185F90(u16 arg0);
#endif // GUARD_RECORDED_BATTLE_H