diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-27 01:29:15 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-27 01:29:15 -0500 |
commit | 7a4d64125176d9bd946682a3f9440de0f71324af (patch) | |
tree | 8f0d984bebb246f90b0458d007a967be24a89d43 /docs | |
parent | 86fd37af164110c9b85c5e132c02be0368c9c779 (diff) |
Remove redundant data/ filename prefixes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/battle_anim_commands.md | 2 | ||||
-rw-r--r-- | docs/bugs_and_glitches.md | 4 | ||||
-rw-r--r-- | docs/move_effect_commands.md (renamed from docs/effect_commands.md) | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/battle_anim_commands.md b/docs/battle_anim_commands.md index 4a11391db..5b457bf69 100644 --- a/docs/battle_anim_commands.md +++ b/docs/battle_anim_commands.md @@ -1,6 +1,6 @@ # Battle Animation Commands -Defined in [macros/scripts/battle_anims.asm](/macros/scripts/battle_anims.asm) and [data/moves/move_anims.asm:BattleAnimations](/data/moves/move_anims.asm). +Defined in [macros/scripts/battle_anims.asm](/macros/scripts/battle_anims.asm) and [data/moves/animations.asm:BattleAnimations](/data/moves/animations.asm). ## `$00`−`$EF`: `anim_wait` *length* diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index c80eec94c..69f902eb0 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -186,7 +186,7 @@ BattleCommand_BellyDrum: ; 37c1a This bug affects Acid, Iron Tail, and Rock Smash. -This is a bug with `DefenseDownHit` in [data/moves/move_effects.asm](/data/moves/move_effects.asm): +This is a bug with `DefenseDownHit` in [data/moves/effects.asm](/data/moves/effects.asm): ```asm DefenseDownHit: @@ -661,7 +661,7 @@ FastBallMultiplier: ## Dragon Scale, not Dragon Fang, boosts Dragon-type moves -This is a bug with `ItemAttributes` in [items/item_attributes.asm](/items/item_attributes.asm): +This is a bug with `ItemAttributes` in [items/attributes.asm](/items/attributes.asm): ```asm ; DRAGON FANG diff --git a/docs/effect_commands.md b/docs/move_effect_commands.md index bd982a51d..b8b09c5c2 100644 --- a/docs/effect_commands.md +++ b/docs/move_effect_commands.md @@ -1,6 +1,6 @@ -# Effect Commands +# Move Effect Commands -Defined in [macros/scripts/effect_commands.asm](/macros/scripts/effect_commands.asm) and [data/moves/effect_command_pointers.asm:BattleCommandPointers](/data/moves/effect_command_pointers.asm). +Defined in [macros/scripts/battle_commands.asm](/macros/scripts/battle_commands.asm) and [data/battle_command_pointers.asm:BattleCommandPointers](/data/battle_command_pointers.asm). ## `$01`: `checkturn` |