diff options
author | TriteHexagon <37734530+TriteHexagon@users.noreply.github.com> | 2020-08-16 23:42:29 +0100 |
---|---|---|
committer | TriteHexagon <37734530+TriteHexagon@users.noreply.github.com> | 2020-08-16 23:42:29 +0100 |
commit | a1e86629218706ca9b82137220a02ef375931b7b (patch) | |
tree | e22c32989f940d5780214f4e4aa60ff5dd7b2ba6 | |
parent | d0a5d7f14e2100d5ff2f43227fb464930b67e5e4 (diff) |
Updated Add more music that changes at night (markdown)
-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] |