summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-02-03 17:10:50 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2019-02-03 17:10:50 -0500
commit821850f7746786df696c380b191d0881fb6df761 (patch)
tree9add17c5ce46b498eb7fc4ff0ff900d740924522
parent552978e34afe7eb76dea15fcd58c720fd0ffdebf (diff)
TOC
-rw-r--r--Lose-money-proportional-to-badges-and-level.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/Lose-money-proportional-to-badges-and-level.md b/Lose-money-proportional-to-badges-and-level.md
index 62e4c6b..cbcbe69 100644
--- a/Lose-money-proportional-to-badges-and-level.md
+++ b/Lose-money-proportional-to-badges-and-level.md
@@ -3,7 +3,11 @@ In Gen 1 and 2, if you lost a battle you would simply lose half of your money. S
(The code for this feature was adapted from [Twitch Plays Pokémon: Anniversary Crystal](https://github.com/TwitchPlaysPokemon/tppcrystal251pub/).)
-## TOC
+## Contents
+
+1. [Prepare to print how much money you lost in wild and trainer battles](#1-prepare-to-print-how-much-money-you-lost-in-wild-and-trainer-battles)
+2. [Save whether the battle was with a trainer or a wild Pokémon](#2-save-whether-the-battle-was-with-a-trainer-or-a-wild-pokémon)
+3. [Implement the Gen 3+ money loss formula](#3-implement-the-gen-3-money-loss-formula)
## 1. Prepare to print how much money you lost in wild and trainer battles