Disable infinite magic cheat

This commit is contained in:
Mr-Wiseguy 2023-12-17 21:43:09 -05:00
parent b3e4ab13ca
commit a8e6cd112e
1 changed files with 124 additions and 123 deletions

View File

@ -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;
}
*/