Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Update hint addresses for Update 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
ActualMandM committed Jul 6, 2023
1 parent 5eaabe5 commit 10ca6d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HibikiPatches/Mod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
SIG_SCAN
(
sigUTOCSignature,
0x1424ADC66,
0x1425CF036,
"\x0F\x85\x00\x00\x00\x00\x40\x80\xE6\x04",
"xx????xxxx"
);

SIG_SCAN
(
sigPillarbox,
0x143F31755,
0x1440522D5,
"\xF6\x41\x30\x01\x45\x0F\x29\x43\x00",
"xxxxxxxx?"
);
Expand All @@ -29,6 +29,6 @@ void Mod::init()
}
else
{
MessageBox(nullptr, TEXT("Failed to initialize! Please make sure that Hi-Fi RUSH is on Update 4 and try again."), TEXT("HibikiPatches"), MB_ICONERROR);
MessageBox(nullptr, TEXT("Failed to initialize! Please make sure that Hi-Fi RUSH is on Update 5 and try again."), TEXT("HibikiPatches"), MB_ICONERROR);
}
}

0 comments on commit 10ca6d7

Please sign in to comment.