diff options
-rw-r--r-- | Add-a-new-music-song.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Add-a-new-music-song.md b/Add-a-new-music-song.md index 196c783..820700c 100644 --- a/Add-a-new-music-song.md +++ b/Add-a-new-music-song.md @@ -3,13 +3,13 @@ This tutorial is for how to add a new music song. As an example, we'll add the [ ## Contents -1. [Define a `MUSIC_ROUTE_47` constant](#1-define-a-music_route_47-constant) +1. [Define a `MUSIC_*` constant](#1-define-a-music_-constant) 2. [Create a file for the song](#2-create-a-file-for-the-song) 3. [Update the music pointers](#3-update-the-music-pointers) 4. [Include the new file in the ROM](#4-include-the-new-file-in-the-rom) -## 1. Define a `MUSIC_ROUTE_47` constant +## 1. Define a `MUSIC_*` constant Edit [constants/music_constants.asm](../blob/master/constants/music_constants.asm): |