diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-04-30 18:46:46 -0400 |
---|---|---|
committer | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-04-30 18:46:46 -0400 |
commit | 971b276326bb5242be24fc4a6b1d048ca8ae9a82 (patch) | |
tree | f53b37e4204aa6e16e201fc5e0095b8a973f9d66 | |
parent | eb9d3d8f05d6ba52c8045129e4ac859376e956a5 (diff) |
Updated Add a new music song (markdown)
-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): |