diff options
author | PhoenixBound <PhoenixBound@users.noreply.github.com> | 2020-08-16 11:14:32 -0500 |
---|---|---|
committer | PhoenixBound <PhoenixBound@users.noreply.github.com> | 2020-08-16 11:14:32 -0500 |
commit | 208649b270aae22f723a35b67507453159be0ef3 (patch) | |
tree | 229354bf07d5c68b077ac773368e2208445b7e9a | |
parent | fe6c084549d9dce9b31a8c2e76c594078ad22322 (diff) |
Fix link (I think, anyway, hard to check relative links on the preview screen...)
-rw-r--r-- | Remove-badge-boosts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remove-badge-boosts.md b/Remove-badge-boosts.md index ad2a50f..a6ff21e 100644 --- a/Remove-badge-boosts.md +++ b/Remove-badge-boosts.md @@ -43,7 +43,7 @@ Now, we need to remove all the calls to the function. The function is called 4 t That takes care of most of the boosts, but there is still the badge boost for speed, which we will handle next. ## 2. Remove badge boost from speed calculation -In the `GetWhoStrikesFirst` function of [src/battle_main.c](../blob/src/battle_main.c), there are 2 blocks of code with the comment `// badge boost`. These modify the speed during the calculation to take into account the badge boosts. Delete them: +In the `GetWhoStrikesFirst` function of [src/battle_main.c](../blob/master/src/battle_main.c), there are 2 blocks of code with the comment `// badge boost`. These modify the speed during the calculation to take into account the badge boosts. Delete them: ```diff - // badge boost - if (!(gBattleTypeFlags & (BATTLE_TYPE_LINK | BATTLE_TYPE_x2000000 | BATTLE_TYPE_FRONTIER)) |