summaryrefslogtreecommitdiff
path: root/include/recorded_battle.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2017-10-31 13:04:52 -0500
committerGitHub <noreply@github.com>2017-10-31 13:04:52 -0500
commit4cb8528d94216f69c4a37d470c1d5f3487a87239 (patch)
tree32cba14641d7f357b07ae227459fd4b059e22267 /include/recorded_battle.h
parent5ea2f463d71d0bc2663e70a553557de0ccf40eef (diff)
parentf724213a040f3c6a2f9685d52ae4e06d57aa0c41 (diff)
Merge pull request #94 from DizzyEggg/decompile_battle_controllers
Decompile ALL battle controllers
Diffstat (limited to 'include/recorded_battle.h')
-rw-r--r--include/recorded_battle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/recorded_battle.h b/include/recorded_battle.h
index 6b80e220f..ae2ed1a79 100644
--- a/include/recorded_battle.h
+++ b/include/recorded_battle.h
@@ -6,6 +6,7 @@ extern u32 gRecordedBattleRngSeed;
void sub_8184DA4(u8 arg0);
void sub_8185F84(void);
void sub_8184E58(void);
+u8 RecordedBattle_ReadBankAction(u8 bank);
void RecordedBattle_SetBankAction(u8 bank, u8 action);
void RecordedBattle_ClearBankAction(u8 bank, u8 bytesToClear);
void sub_8185F90(u16 arg0);
@@ -18,5 +19,6 @@ void sub_8185FD0(void);
void sub_8186444(void);
void sub_8185EB8(void);
u8 sub_81850DC(u8 *arg0);
+u8 sub_8185F40(void);
#endif // GUARD_RECORDED_BATTLE_H