Skip to content

Commit

Permalink
th18: Changed Shop Manip to allow unlocking cards (to speed up savefi…
Browse files Browse the repository at this point in the history
…le manip setups)
  • Loading branch information
Guy-L committed Aug 12, 2023
1 parent ce44aef commit 63928a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thprac/src/thprac/thprac_th18.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@ namespace TH18 {
{
if (cardId < 55)
asm_call<0x411460, Thiscall>(*(uint32_t*)ABILTIY_MANAGER_PTR, cardId, 2);
asm_call<0x418de0, Fastcall>(cardId, 0);
}
bool IsMarketAvailable()
{
Expand Down

0 comments on commit 63928a4

Please sign in to comment.