summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-10-14 15:36:51 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-10-15 12:05:06 -0400
commitc02001c46d4ea55db8b59f91413627800d5674e8 (patch)
treec5b6ddb4588767280446941f463006b6b55ac498 /src/scrcmd.c
parent37e52c4f34fa3d6bb25f670bfc77ed220962f834 (diff)
Document mystery gift link scripts, general mystery gift
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r--src/scrcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c
index dfda7b3a2..674973289 100644
--- a/src/scrcmd.c
+++ b/src/scrcmd.c
@@ -2230,7 +2230,7 @@ bool8 ScrCmd_checkmoneventlegal(struct ScriptContext *ctx)
}
// TODO: Should be renamed. Name implies general usage, but its specifically for Wonder Card
-// See GetSavedRamScriptIfValid, which is NULL if ValidateReceivedWonderCard returns FALSE
+// See GetSavedRamScriptIfValid, which is NULL if ValidateSavedWonderCard returns FALSE
bool8 ScrCmd_gotoram(struct ScriptContext *ctx)
{
const u8* script = GetSavedRamScriptIfValid();