diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-13 15:33:19 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-10-13 15:33:19 -0400 |
commit | bb23128b77a01d3c39b11aef978acf437ae71974 (patch) | |
tree | f6de6f5278cc10fba0c7ab159365d3ed16ab6bf9 /src/scrcmd.c | |
parent | 144c5888a11115c93ed065c738a8ab395d71a798 (diff) | |
parent | a081124a20896a0cc2ee4fac2df6d4b5440125ef (diff) |
Merge conflict resolves into review changes
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 2 |
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(); |