Disable infinite magic cheat

This commit is contained in:
Mr-Wiseguy 2023-12-17 21:43:09 -05:00
parent b3e4ab13ca
commit a8e6cd112e

View File

@ -1,5 +1,5 @@
#include "patches.h" #include "patches.h"
/*
// Infinite magic // Infinite magic
s32 Magic_Consume(PlayState* play, s16 magicToConsume, s16 type) { s32 Magic_Consume(PlayState* play, s16 magicToConsume, s16 type) {
InterfaceContext* interfaceCtx = &play->interfaceCtx; InterfaceContext* interfaceCtx = &play->interfaceCtx;
@ -136,3 +136,4 @@ s32 Magic_Consume(PlayState* play, s16 magicToConsume, s16 type) {
return false; return false;
} }
*/