summaryrefslogtreecommitdiff
path: root/src/macros.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-01-26 18:21:50 -0600
committerdannye <corrnondacqb@yahoo.com>2016-01-26 18:42:39 -0600
commit6c26c7672160100920051d92f17f1d57df4ae9b7 (patch)
tree9f376d5c84588b0d88b7f3430bd3d983416eb197 /src/macros.asm
parentfea25ae342192c6b8658cacc58707e5f6e65edae (diff)
Clean up white space
Diffstat (limited to 'src/macros.asm')
-rwxr-xr-xsrc/macros.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/macros.asm b/src/macros.asm
index 9c7ac83..f1a850d 100755
--- a/src/macros.asm
+++ b/src/macros.asm
@@ -3,7 +3,7 @@
dbw: MACRO
db \1
dw \2
-ENDM
+ENDM
bank1call: MACRO
rst $18
@@ -44,7 +44,7 @@ ENDM
SGB: MACRO
db \1 * 8 + \2 ; sgb_command * 8 + length
-ENDM
+ENDM
;;; notes/instruments macros
@@ -272,7 +272,7 @@ c_ = 0
if _NARG > 1
rept _NARG / 2
-
+
if \1 == FIRE
fg = fg + \2 * $10
endc
@@ -297,10 +297,10 @@ c_ = c_ + \2 * $10
shift
shift
-
+
endr
- endc
+ endc
db fg, lw, fp, c_
ENDM
@@ -310,4 +310,4 @@ ENDM
tx: MACRO
dw \1_
-ENDM
+ENDM