diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-25 00:09:13 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-25 00:09:13 +0200 |
commit | 52a951276f8d4b79195a0d4889503e4a7f096024 (patch) | |
tree | ad14e94be9fbe8fc4c77ecee3cef37d74cc176b5 /include/recorded_battle.h | |
parent | 898d0b20ad524e2837079a50f33f6fae0e72b685 (diff) |
battle 4, up to x69
Diffstat (limited to 'include/recorded_battle.h')
-rw-r--r-- | include/recorded_battle.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/recorded_battle.h b/include/recorded_battle.h new file mode 100644 index 000000000..d19a2b713 --- /dev/null +++ b/include/recorded_battle.h @@ -0,0 +1,6 @@ +#ifndef GUARD_RECORDED_BATTLE_H +#define GUARD_RECORDED_BATTLE_H + +void RecordedBattle_SetBankAction(u8 bank, u8 action); + +#endif // GUARD_RECORDED_BATTLE_H |