summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Optimizing-assembly-code.md2
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