diff options
author | YamaArashi <shadow962@live.com> | 2017-01-02 23:42:33 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-02 23:42:33 -0800 |
commit | 929148fb7de2eda9fee1f4611834d4dfb73c9f91 (patch) | |
tree | db073ff5020b0493092f6acf266d5a2c9259f3ae /data | |
parent | 6f64e68814206dc6082fd8dc3fceed79e5e63928 (diff) |
define script data in C
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 |