mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Fixed typo in sound debug output
This commit is contained in:
@@ -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
|
// Fix for the morning starting at 6:01 instead of 6:00 while traveling on the world map
|
||||||
SafeWrite8(0x4C0765, 0x7C); // jle > jl (wmRndEncounterOccurred_)
|
SafeWrite8(0x4C0765, 0x7C); // jle > jl (wmRndEncounterOccurred_)
|
||||||
|
|
||||||
|
// Fix typo in debug output from gsound_load_sound_ engine function
|
||||||
|
SafeWrite16(0x503CB1, 0x7972); // was "tyring %s"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user