From 15bcd882288c2f7e4a902a44cd9b90d76306fcf9 Mon Sep 17 00:00:00 2001 From: Rangi Date: Wed, 15 Jul 2020 12:39:50 -0400 Subject: Indent comments that describe data table macro formats --- data/moves/animation_special_effect_pointers.asm | 2 +- data/moves/animation_special_effects.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'data/moves') diff --git a/data/moves/animation_special_effect_pointers.asm b/data/moves/animation_special_effect_pointers.asm index dc75cfee..ae60abb8 100644 --- a/data/moves/animation_special_effect_pointers.asm +++ b/data/moves/animation_special_effect_pointers.asm @@ -4,7 +4,7 @@ special_effect: MACRO ENDM SpecialEffectPointers: -; special effect id, effect routine address + ; special effect id, effect routine address special_effect SE_DARK_SCREEN_FLASH, AnimationFlashScreen ; $FE special_effect SE_DARK_SCREEN_PALETTE, AnimationDarkScreenPalette ; $FD special_effect SE_RESET_SCREEN_PALETTE, AnimationResetScreenPalette ; $FC 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 -- cgit v1.2.3