summaryrefslogtreecommitdiff
path: root/src/macros.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2016-09-22 20:40:07 +0200
committerxCrystal <rgr.crystal@gmail.com>2016-09-22 20:40:07 +0200
commiteb16c4e0b679291fae0e6acfba24c0611df50437 (patch)
tree95e0d15e443872d5d772f972180f23e9cc6e9705 /src/macros.asm
parent68b1685081a6a92e19dab91534d73b6de4319386 (diff)
replace argt with the already existing tx macro
they're the same
Diffstat (limited to 'src/macros.asm')
-rwxr-xr-xsrc/macros.asm12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/macros.asm b/src/macros.asm
index efaf949..9d4728a 100755
--- a/src/macros.asm
+++ b/src/macros.asm
@@ -95,6 +95,10 @@ sgb: MACRO
db \1 * 8 + \2 ; sgb_command * 8 + length
ENDM
+run_script: MACRO
+ db \1_index
+ENDM
+
;;; notes/instruments macros
C_: MACRO
@@ -403,11 +407,3 @@ move_data_struct: MACRO
\1Unknown1:: db
\1Animation:: db
ENDM
-
-run_script: MACRO
- db \1_index
-ENDM
-
-argt: MACRO
- dw \1_
-ENDM