From a1e86629218706ca9b82137220a02ef375931b7b Mon Sep 17 00:00:00 2001 From: TriteHexagon <37734530+TriteHexagon@users.noreply.github.com> Date: Sun, 16 Aug 2020 23:42:29 +0100 Subject: Updated Add more music that changes at night (markdown) --- Add-more-music-that-changes-at-night.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.3