diff options
Diffstat (limited to 'src/macros.asm')
-rwxr-xr-x | src/macros.asm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/macros.asm b/src/macros.asm index db39480..c22bc98 100755 --- a/src/macros.asm +++ b/src/macros.asm @@ -408,11 +408,6 @@ run_script: MACRO db \1_index ENDM -; for the repeated functions on the table, need to specify which one, unfortunately -run_scriptx: MACRO - db \1 -ENDM - argt: MACRO dw \1_ ENDM |