diff options
-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)) |