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 6a40132..2583866 100644 --- a/Add-more-music-that-changes-at-night.md +++ b/Add-more-music-that-changes-at-night.md @@ -443,4 +443,4 @@ And edit **start_battle.asm**: jr .done ``` -Here we are simply changing the checks for when to use the night music to include every time of day over `NITE_F`, which includes `EVE_F`
\ No newline at end of file +Here we are simply changing the checks for when to use the night music to include every time of day over `NITE_F`, which includes `EVE_F`.
\ No newline at end of file |