Disable infinite magic cheat
This commit is contained in:
parent
b3e4ab13ca
commit
a8e6cd112e
|
@ -1,5 +1,5 @@
|
|||
#include "patches.h"
|
||||
|
||||
/*
|
||||
// Infinite magic
|
||||
s32 Magic_Consume(PlayState* play, s16 magicToConsume, s16 type) {
|
||||
InterfaceContext* interfaceCtx = &play->interfaceCtx;
|
||||
|
@ -136,3 +136,4 @@ s32 Magic_Consume(PlayState* play, s16 magicToConsume, s16 type) {
|
|||
|
||||
return false;
|
||||
}
|
||||
*/
|
Loading…
Reference in New Issue