diff options
-rw-r--r-- | Add-more-music-that-changes-at-night.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-more-music-that-changes-at-night.md b/Add-more-music-that-changes-at-night.md index 2583866..31b5701 100644 --- a/Add-more-music-that-changes-at-night.md +++ b/Add-more-music-that-changes-at-night.md @@ -75,7 +75,7 @@ This file contains a table with two constants on each row: the first column has On its own, this table doesn't do anything. We need the code to *actually* change the music when it's night. For that, we'll create a new function. -Edit **home/map.asm**, adding this code at the end (thanks to ISSOtm on Discord for helping with this code): +Edit **home/map.asm**, adding this code at the end (thanks to [ISSOtm](https://github.com/ISSOtm) for helping with this code): ```diff +ChangeMusicIfNight:: + ld a, [wTimeOfDay] |