aboutsummaryrefslogtreecommitdiffstats
path: root/data/moves/animation_special_effects.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-15 13:23:22 -0400
committerGitHub <noreply@github.com>2020-07-15 13:23:22 -0400
commit87f24a885d888411d715171d75163bd59a609b41 (patch)
tree802877f7038146e7246ba4adc56d560049e5eb96 /data/moves/animation_special_effects.asm
parentMerge pull request #273 from Rangi42/master (diff)
parentAlign constant comments as a column (diff)
downloadpokeyellow-87f24a885d888411d715171d75163bd59a609b41.tar.gz
pokeyellow-87f24a885d888411d715171d75163bd59a609b41.tar.xz
pokeyellow-87f24a885d888411d715171d75163bd59a609b41.zip
Merge pull request #274 from Rangi42/master
Indent comments that describe data table macro formats
Diffstat (limited to 'data/moves/animation_special_effects.asm')
-rw-r--r--data/moves/animation_special_effects.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/moves/animation_special_effects.asm b/data/moves/animation_special_effects.asm
index da8a3fda..50c89ffb 100644
--- a/data/moves/animation_special_effects.asm
+++ b/data/moves/animation_special_effects.asm
@@ -4,7 +4,7 @@ anim_special_effect: MACRO
ENDM
AnimationIdSpecialEffects:
-; animation id, effect routine address
+ ; animation id, effect routine address
anim_special_effect MEGA_PUNCH, AnimationFlashScreen
anim_special_effect GUILLOTINE, AnimationFlashScreen
anim_special_effect MEGA_KICK, AnimationFlashScreen