summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
diff options
context:
space:
mode:
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 f45e57e02..d44fa53e2 100644
--- a/src/scrcmd.c
+++ b/src/scrcmd.c
@@ -387,6 +387,7 @@ u8 compare_012(u16 a1, u16 a2)
return 2;
}
+// comparelocaltolocal
bool8 ScrCmd_comparebuffers(struct ScriptContext *ctx)
{
u8 value1 = ctx->data[ScriptReadByte(ctx)];
@@ -396,6 +397,7 @@ bool8 ScrCmd_comparebuffers(struct ScriptContext *ctx)
return FALSE;
}
+// comparelocaltoimm
bool8 ScrCmd_comparebuffertobyte(struct ScriptContext *ctx)
{
u8 value1 = ctx->data[ScriptReadByte(ctx)];