summaryrefslogtreecommitdiff
path: root/src/macros.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-08-11 20:52:18 -0500
committerdannye <corrnondacqb@yahoo.com>2016-08-11 20:52:18 -0500
commita1c19ffd9385f84cc9ec1d43cd78173e164208d0 (patch)
treee94014c3ac767c8a1b1801e1674651d8e1a42b1a /src/macros.asm
parent53b48528f5efb97152a8819a26e39f8e7b2916c2 (diff)
Remove run_scriptx
Diffstat (limited to 'src/macros.asm')
-rwxr-xr-xsrc/macros.asm5
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