summaryrefslogtreecommitdiff
path: root/src/pokenav_match_call_1.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-09-24 10:17:34 -0400
committerGitHub <noreply@github.com>2021-09-24 10:17:34 -0400
commit42d2fefe0218f529f9c22f3b6b4230ca91a00de5 (patch)
treedb4ae87659baced2022e440109306266c1c80e3b /src/pokenav_match_call_1.c
parentf8f7617946e150514313267ba52a35ebd9052936 (diff)
parent09fd4fc4c57796036905cdc5caaa53fb96c436f8 (diff)
Merge branch 'master' into tag-none
Diffstat (limited to 'src/pokenav_match_call_1.c')
-rwxr-xr-xsrc/pokenav_match_call_1.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/pokenav_match_call_1.c b/src/pokenav_match_call_1.c
index fb44aaa87..e9d4c0b67 100755
--- a/src/pokenav_match_call_1.c
+++ b/src/pokenav_match_call_1.c
@@ -38,16 +38,16 @@ static bool32 sub_81CB1D0(void);
#include "data/text/match_call_messages.h"
-static const u8 sMatchCallOptionsNoCheckPage[] =
+static const u8 sMatchCallOptionsNoCheckPage[] =
{
- MATCH_CALL_OPTION_CALL,
+ MATCH_CALL_OPTION_CALL,
MATCH_CALL_OPTION_CANCEL
};
-static const u8 sMatchCallOptionsHasCheckPage[] =
+static const u8 sMatchCallOptionsHasCheckPage[] =
{
- MATCH_CALL_OPTION_CALL,
- MATCH_CALL_OPTION_CHECK,
+ MATCH_CALL_OPTION_CALL,
+ MATCH_CALL_OPTION_CHECK,
MATCH_CALL_OPTION_CANCEL
};