Skip to content

Commit 9f0a3e4

Browse files
committed
Fixed typo in sound debug output
1 parent 1e1eeda commit 9f0a3e4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sfall/Modules/BugFixes.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4552,6 +4552,9 @@ void BugFixes::init() {
45524552

45534553
// Fix for the morning starting at 6:01 instead of 6:00 while traveling on the world map
45544554
SafeWrite8(0x4C0765, 0x7C); // jle > jl (wmRndEncounterOccurred_)
4555+
4556+
// Fix typo in debug output from gsound_load_sound_ engine function
4557+
SafeWrite16(0x503CB1, 0x7972); // was "tyring %s"
45554558
}
45564559

45574560
}

0 commit comments

Comments
 (0)