diff options
author | Thomas Winwood <twwinwood@gmail.com> | 2019-05-19 07:03:59 +0100 |
---|---|---|
committer | Thomas Winwood <twwinwood@gmail.com> | 2019-05-19 07:03:59 +0100 |
commit | 07781767dda7686d60f1d9f43b475db59475175e (patch) | |
tree | d236b94cd8da2b7143d54b4defc9a5b2e719cfa3 /Optimizing-assembly-code.md | |
parent | 681c6f3ed62b4c32d714a5a169680e76357462fe (diff) |
Fix broken link
Diffstat (limited to 'Optimizing-assembly-code.md')
-rw-r--r-- | Optimizing-assembly-code.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Optimizing-assembly-code.md b/Optimizing-assembly-code.md index d8decfe..80d83a6 100644 --- a/Optimizing-assembly-code.md +++ b/Optimizing-assembly-code.md @@ -116,7 +116,7 @@ But do: add hl, hl ; 1 byte, 2 cycles ``` -(The `SpeciesItemBoost` routine in [engine/battle/effect_commands.asm](.../blob/master/engine/battle/effect_commands.asm) actually does this!) +(The `SpeciesItemBoost` routine in [engine/battle/effect_commands.asm](../../blob/master/engine/battle/effect_commands.asm#L2812-L2814) actually does this!) ### Add `a` to a 16-bit register |