summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-10-11 04:14:09 -0400
committerhuderlem <huderlem@gmail.com>2019-10-12 15:14:57 -0500
commit1b7607bd91a9bdf9ee5e2ccbf895727bc53f9254 (patch)
tree8c6d3f18074117dbcf9807c4baffbad922a29610 /src/scrcmd.c
parent9b81fe1b62ed44365f0aaae7aa252f146fb0c90c (diff)
Document cable_club.inc
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r--src/scrcmd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c
index 9861f9dae..8ddd23d6d 100644
--- a/src/scrcmd.c
+++ b/src/scrcmd.c
@@ -2218,6 +2218,8 @@ bool8 ScrCmd_checkmonobedience(struct ScriptContext *ctx)
return FALSE;
}
+// TODO: Should be renamed. Name implies general usage, but its specifically for Wonder Card
+// See GetSavedRamScriptIfValid, which is NULL if ValidateReceivedWonderCard returns FALSE
bool8 ScrCmd_gotoram(struct ScriptContext *ctx)
{
const u8* v1 = GetSavedRamScriptIfValid();