summaryrefslogtreecommitdiff
path: root/src/mevent.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-02-04 17:01:57 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-02-04 17:01:57 -0500
commit6af7391add68be30c6bd7d22803a3dd454e08a33 (patch)
tree6b9d467e1f9558344379f28c8b90000156fadc3b /src/mevent.c
parent4770fac9eb9696236fa998554a353f1f140a1ed4 (diff)
More renaming in union_room.c
Diffstat (limited to 'src/mevent.c')
-rw-r--r--src/mevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mevent.c b/src/mevent.c
index 225ce30c5..d3fb8805f 100644
--- a/src/mevent.c
+++ b/src/mevent.c
@@ -947,7 +947,7 @@ u16 MEvent_GetBattleCardCount(u32 command)
return 0;
}
-void sub_81446C4(void)
+void ResetReceivedWonderCardFlag(void)
{
sReceivedWonderCardIsValid = FALSE;
}