summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-11-15 01:23:27 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-11-15 01:30:21 -0500
commit4275cf4b9033c6a4350057169af49fdcfa4a097a (patch)
tree272110571f1d866e636ebaf9ebe70a799a6af694 /src
parent14d78d76332a99f0942f1ad5c05f439ce27d789f (diff)
Rename pokenav match call files
Diffstat (limited to 'src')
-rwxr-xr-xsrc/pokenav_match_call_gfx.c (renamed from src/pokenav_match_call_2.c)8
-rwxr-xr-xsrc/pokenav_match_call_list.c (renamed from src/pokenav_match_call_1.c)0
2 files changed, 4 insertions, 4 deletions
diff --git a/src/pokenav_match_call_2.c b/src/pokenav_match_call_gfx.c
index d7e9476f9..056ab2f1d 100755
--- a/src/pokenav_match_call_2.c
+++ b/src/pokenav_match_call_gfx.c
@@ -34,7 +34,7 @@ struct Pokenav_MatchCallGfx
bool32 (*isTaskActiveCB)(void);
u32 loopTaskId;
u8 filler8[6];
- bool8 unkE;
+ bool8 skipHangUpSE;
bool8 newRematchRequest;
u16 locWindowId;
u16 infoBoxWindowId;
@@ -606,7 +606,7 @@ static u32 DoMatchCallMessage(s32 state)
PrintCallingDots(gfx);
PlaySE(SE_POKENAV_CALL);
- gfx->unkE = 0;
+ gfx->skipHangUpSE = FALSE;
return LT_INC_AND_PAUSE;
case 2:
if (WaitForCallingDotsText(gfx))
@@ -632,7 +632,7 @@ static u32 DoTrainerCloseByMessage(s32 state)
PlaySE(SE_SELECT);
DrawMsgBoxForCloseByMsg(gfx);
PokenavList_ToggleVerticalArrows(TRUE);
- gfx->unkE = 1;
+ gfx->skipHangUpSE = TRUE;
return LT_INC_AND_PAUSE;
case 1:
if (IsDma3ManagerBusyWithBgCopy2(gfx))
@@ -657,7 +657,7 @@ static u32 CloseMatchCallMessage(s32 state)
switch (state)
{
case 0:
- if (!gfx->unkE)
+ if (!gfx->skipHangUpSE)
PlaySE(SE_POKENAV_HANG_UP);
PlaySE(SE_SELECT);
diff --git a/src/pokenav_match_call_1.c b/src/pokenav_match_call_list.c
index d56cfdb62..d56cfdb62 100755
--- a/src/pokenav_match_call_1.c
+++ b/src/pokenav_match_call_list.c