From 0cdf2784ccd006d83940f6ee661e892c1535531f Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 5 Jul 2025 19:49:20 -0700 Subject: [PATCH] fix text alignment in MoreSaveSlots --- .../BlueBurstExclusive/MoreSaveSlots.59NL.patch.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/client-functions/BlueBurstExclusive/MoreSaveSlots.59NL.patch.s b/system/client-functions/BlueBurstExclusive/MoreSaveSlots.59NL.patch.s index abd1d2db..e78f246a 100644 --- a/system/client-functions/BlueBurstExclusive/MoreSaveSlots.59NL.patch.s +++ b/system/client-functions/BlueBurstExclusive/MoreSaveSlots.59NL.patch.s @@ -526,14 +526,14 @@ show_slot_number_strend_done: lea ecx, [ecx + ebp + 1] push ecx # Slot number (scroll_offset + z) call get_show_slot_number_suffix_fmt - .binary 2000280023002500640029000000 # L" (#%d)" + .binary 20002800230025006400290020000000 # L" (#%d) " get_show_slot_number_suffix_fmt: push eax # Destination buffer mov eax, 0x00857E29 # _swprintf call eax add esp, 0x0C jmp show_slot_number_end - .zero 0x98 + .zero 0x96 show_slot_number_end: # 00401E4D # End static patches