diff options
author | BuffelSaft <buffalojuice@gmail.com> | 2020-07-18 14:01:30 +1200 |
---|---|---|
committer | BuffelSaft <buffalojuice@gmail.com> | 2020-07-18 14:01:30 +1200 |
commit | b1456a53db4995e32e37e8aac26479af856a2d4e (patch) | |
tree | 3357a6e0277fa15232bde72feac4462a6585ec68 | |
parent | 9df1f97d6d4dac67cfb2bf6a9a61169b06cec7dd (diff) |
This was actually introduced LGPE
-rw-r--r-- | LGPE-Style-Bonus-Premier-Balls.md (renamed from Gen-VIII-Style-Bonus-Premier-Balls.md) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gen-VIII-Style-Bonus-Premier-Balls.md b/LGPE-Style-Bonus-Premier-Balls.md index 7bd6e27..7dd7f9f 100644 --- a/Gen-VIII-Style-Bonus-Premier-Balls.md +++ b/LGPE-Style-Bonus-Premier-Balls.md @@ -1,4 +1,4 @@ -In Pokémon Sword & Shield, buying Poké Balls in bulk will give the player one Premier Ball for every ten balls purchased (e.g. buying 30 balls at once gives you three free Premier Balls). This also applies to all types of ball, instead of just regular Poké Balls. This tutorial will add this functionality to Emerald. +In Pokémon Let's Go Pikachu and Eevee, buying Poké Balls in bulk will give the player one Premier Ball for every ten balls purchased (e.g. buying 30 balls at once gives you three free Premier Balls). This also applies to all types of ball, instead of just regular Poké Balls. This tutorial will add this functionality to Emerald. First, edit [src/shop.c](../blob/master/src/shop.c): ```diff |