summaryrefslogtreecommitdiff
path: root/include/recorded_battle.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-03 21:35:27 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-03 21:35:27 +0200
commit46fe1f441f1f40633b538c9db7d24aa4439629cf (patch)
tree2ed94574638d6c30583258145f87a85ffdee8030 /include/recorded_battle.h
parentdb58d5e24a89d9c411231a74ce01daed7a303d67 (diff)
giant battle handler is done wohohohhohoho
Diffstat (limited to 'include/recorded_battle.h')
-rw-r--r--include/recorded_battle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/recorded_battle.h b/include/recorded_battle.h
index 2040f2b8a..2df1620e4 100644
--- a/include/recorded_battle.h
+++ b/include/recorded_battle.h
@@ -6,10 +6,13 @@ extern u32 gRecordedBattleRngSeed;
void sub_8185F84(void);
void sub_8184E58(void);
void RecordedBattle_SetBankAction(u8 bank, u8 action);
+void RecordedBattle_ClearBankAction(u8 bank, u8 bytesToClear);
void sub_8185F90(u16 arg0);
bool8 sub_8186450(void);
u8 sub_8185FAC(void);
u8 sub_8185FB8(void);
u8 MoveRecordedBattleToSaveData(void);
+void sub_818603C(u8);
+void sub_8185FD0(void);
#endif // GUARD_RECORDED_BATTLE_H