diff options
-rw-r--r-- | Map-Based-Trainer-Battle-Music.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Map-Based-Trainer-Battle-Music.md b/Map-Based-Trainer-Battle-Music.md index 77dd7bb..d54c385 100644 --- a/Map-Based-Trainer-Battle-Music.md +++ b/Map-Based-Trainer-Battle-Music.md @@ -2,7 +2,7 @@ For this tutorial, we will be changing the battle music for generic trainers dep In `GetBattleBGM` in [pokemon.c](https://github.com/pret/pokeemerald/blob/master/src/pokemon.c), this is where the magic happens. -First, we need to define the region map sections constants at the top of file: +First, we need to define the region map sections constants at the top of the file: ```diff ... |