summaryrefslogtreecommitdiff
path: root/battle/bg_effects.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-10 00:06:20 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-10 00:06:20 -0500
commitab7025a144605de609fed4ca67a281fb4cde8705 (patch)
tree7e12c27303a3def3393f9672a38acef5e7fb9071 /battle/bg_effects.asm
parent32ea595c47d84cf6759f15c0d82fcad35ac4dcbd (diff)
Consistent code formatting: no redundant `a`s and spaces after commas
Diffstat (limited to 'battle/bg_effects.asm')
-rw-r--r--battle/bg_effects.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/bg_effects.asm b/battle/bg_effects.asm
index 8c51a5052..fdb27af13 100644
--- a/battle/bg_effects.asm
+++ b/battle/bg_effects.asm
@@ -868,7 +868,7 @@ BattleBGEffect_RunPicResizeScript: ; c83ed (32:43ed)
.BGSquares:
bgsquare: MACRO
- dn \1,\2
+ dn \1, \2
dw \3
endm