diff options
author | xCrystal <rgr.crystal@gmail.com> | 2016-09-22 20:40:07 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2016-09-22 20:40:07 +0200 |
commit | eb16c4e0b679291fae0e6acfba24c0611df50437 (patch) | |
tree | 95e0d15e443872d5d772f972180f23e9cc6e9705 /src/macros.asm | |
parent | 68b1685081a6a92e19dab91534d73b6de4319386 (diff) |
replace argt with the already existing tx macro
they're the same
Diffstat (limited to 'src/macros.asm')
-rwxr-xr-x | src/macros.asm | 12 |
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 |