diff options
Diffstat (limited to 'data/scrcmd.s')
-rw-r--r-- | data/scrcmd.s | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/data/scrcmd.s b/data/scrcmd.s deleted file mode 100644 index 3d739d53c..000000000 --- a/data/scrcmd.s +++ /dev/null @@ -1,19 +0,0 @@ - .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 |