From 6cb438d29ea8552ae8ac25d0dab9748b4b768e4d Mon Sep 17 00:00:00 2001 From: Luisa Karlson Date: Mon, 5 May 2025 10:56:05 +0200 Subject: [PATCH] A small oops (#64) The Fortuna theme file name did not match the reference in audio.asm, this is the fix. Also fixed a small typo in the Alphalith comment --- audio/music/AlphalithBattle.asm | 2 +- audio/music/{Fortuna.asm => FortunaSF.asm} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename audio/music/{Fortuna.asm => FortunaSF.asm} (100%) diff --git a/audio/music/AlphalithBattle.asm b/audio/music/AlphalithBattle.asm index b01a0ba..4e6d114 100644 --- a/audio/music/AlphalithBattle.asm +++ b/audio/music/AlphalithBattle.asm @@ -1,5 +1,5 @@ ; Alphalith battle theme -; 5/4 and 11/4 rythms, composed in F Phrygian. +; 5/4 and 11/4 rhythms, composed in F Phrygian. ; This theme uses a custom waveform. Specifically, the 12th wave from JEP's wave_samples.asm file is required for proper playback. ; ; Oh, this theme. We got a lot of concept art thanks to the Teraleak, and this is our interpretation of the creature that is hugging the pillar with Unown symbols all over it. diff --git a/audio/music/Fortuna.asm b/audio/music/FortunaSF.asm similarity index 100% rename from audio/music/Fortuna.asm rename to audio/music/FortunaSF.asm