summaryrefslogtreecommitdiff
path: root/data/scrcmd.s
diff options
context:
space:
mode:
Diffstat (limited to 'data/scrcmd.s')
-rw-r--r--data/scrcmd.s19
1 files changed, 19 insertions, 0 deletions
diff --git a/data/scrcmd.s b/data/scrcmd.s
new file mode 100644
index 000000000..3d739d53c
--- /dev/null
+++ b/data/scrcmd.s
@@ -0,0 +1,19 @@
+ .include "asm/macros.inc"
+ .include "constants/constants.inc"
+
+ .section .rodata
+
+gScriptConditionTable:: @ 83762DC
+ @ < = >
+ .byte 1, 0, 0 @ <
+ .byte 0, 1, 0 @ =
+ .byte 0, 0, 1 @ >
+ .byte 1, 1, 0 @ <=
+ .byte 0, 1, 1 @ >=
+ .byte 1, 0, 1 @ !=
+
+ .align 2
+gUnknown_083762F0:: @ 83762F0
+ .4byte gStringVar1
+ .4byte gStringVar2
+ .4byte gStringVar3