diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-15 13:23:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-15 13:23:22 -0400 |
| commit | 87f24a885d888411d715171d75163bd59a609b41 (patch) | |
| tree | 802877f7038146e7246ba4adc56d560049e5eb96 /data/moves | |
| parent | Merge pull request #273 from Rangi42/master (diff) | |
| parent | Align constant comments as a column (diff) | |
| download | pokeyellow-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')
| -rw-r--r-- | data/moves/animation_special_effect_pointers.asm | 2 | ||||
| -rw-r--r-- | data/moves/animation_special_effects.asm | 2 |
2 files changed, 2 insertions, 2 deletions
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 |
