diff options
author | xCrystal <rgr.crystal@gmail.com> | 2017-12-28 22:31:16 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2017-12-28 22:31:16 +0100 |
commit | 50fc9c3389ae8130d3670683f22f3e49555c57a3 (patch) | |
tree | 972f867159ded40695e868338bb697a303335b62 /engine/battle/battle_transition.asm | |
parent | 43a1e5b5ba734b098098ede60898facc79a7753c (diff) |
endm -> ENDM
Diffstat (limited to 'engine/battle/battle_transition.asm')
-rw-r--r-- | engine/battle/battle_transition.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/battle_transition.asm b/engine/battle/battle_transition.asm index 47c3b9f41..f2fef5553 100644 --- a/engine/battle/battle_transition.asm +++ b/engine/battle/battle_transition.asm @@ -832,7 +832,7 @@ zoombox: MACRO ; width, height, start y, start x db \1, \2 dwcoord \3, \4 -endm +ENDM zoombox 4, 2, 8, 8 zoombox 6, 4, 7, 7 zoombox 8, 6, 6, 6 |