diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-03 12:11:13 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-03 12:11:13 +0200 |
commit | c8114eb3a5c9ca2b63fbed90e0e6715b4957b2b7 (patch) | |
tree | 18e58bee1c267234dc827b8994cc1746f4bf7c9c /include/battle_transition.h | |
parent | d32ec8bf7246468625ab68a2d62835d70b7ac98c (diff) |
create battle_transition.h
Diffstat (limited to 'include/battle_transition.h')
-rw-r--r-- | include/battle_transition.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/battle_transition.h b/include/battle_transition.h new file mode 100644 index 000000000..1603f5c93 --- /dev/null +++ b/include/battle_transition.h @@ -0,0 +1,6 @@ +#ifndef GUARD_BATTLE_TRANSITION_H +#define GUARD_BATTLE_TRANSITION_H + +void sub_8149DFC(u8 a1); + +#endif // GUARD_BATTLE_TRANSITION_H |