diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/scrcmd.s | 19 | ||||
-rw-r--r-- | data/script.s | 8 |
2 files changed, 0 insertions, 27 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 diff --git a/data/script.s b/data/script.s deleted file mode 100644 index 3755aef75..000000000 --- a/data/script.s +++ /dev/null @@ -1,8 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - - .align 2 -gUnknown_083762D8:: @ 83762D8 - .4byte NULL |