Fixed typo in sound debug output

This commit is contained in:
NovaRain
2026-05-28 13:16:18 +08:00
parent f0d0e4e801
commit 48472bd4bc
+3
View File
@@ -4564,6 +4564,9 @@ void BugFixes::init() {
// Fix for the morning starting at 6:01 instead of 6:00 while traveling on the world map
SafeWrite8(0x4C0765, 0x7C); // jle > jl (wmRndEncounterOccurred_)
// Fix typo in debug output from gsound_load_sound_ engine function
SafeWrite16(0x503CB1, 0x7972); // was "tyring %s"
}
}