summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-08-21 23:40:13 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-08-21 23:40:13 +0200
commitfc9f7853a0e8dde9f80c1e16bee3a05978d29d15 (patch)
tree656414c0210bf1ee983227622d5400a721ee27cf /include
parentf3191f7aa13529f73d28bc48cf74406a204962c9 (diff)
up to sub_811D584
Diffstat (limited to 'include')
-rw-r--r--include/battle_transition.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/battle_transition.h b/include/battle_transition.h
index 9082b20ef..b2d897493 100644
--- a/include/battle_transition.h
+++ b/include/battle_transition.h
@@ -1,8 +1,8 @@
#ifndef GUARD_BATTLE_TRANSITION_H
#define GUARD_BATTLE_TRANSITION_H
-void sub_811AABC(u8);
-void sub_811AAD8(u8);
+void sub_811AABC(u8 transitionID);
+void sub_811AAD8(u8 transitionID);
bool8 IsBattleTransitionDone(void);
#define TRANSITIONS_NO 17
@@ -18,7 +18,7 @@ enum // TRANSITION_MUGSHOT
#define MUGSHOTS_NO 5
-// credits for the names goes to Dyskinesia
+// credits for the names go to Dyskinesia
#define B_TRANSITION_BLUR 0
#define B_TRANSITION_SMEAR 1