not working for me this is the 1st ever cheats thats not working with me especially crazy_p(till date all ur work is amazing and works)
checked everything bid folders tid my version 1.0.1
but i didn,t install the dlc is it because of it
cheats r showing and selected but in game not working ?
TomSwitch told me the same Thing Yesterday...
I tried the code and I found that the code didn't work for me, I did a search and found that there is an offset of -0x10000 from your address.
Nintendo sometimes insert holes in the heap, these holes appears random but maybe not, as it is quite consistent for me to have the address that works for me (with only a few game restart).
I think what happens is that one of these hole appear on your switch memory map or maybe you get one more hole than my memory map.
I did a pointer search and I get
[main+4E160D0]+8366
for
[P1 Inf. Health]
021C0000 05008406 00000090
So I have made a code to adjust for offset so the existing code can work on my Switch.
[Get offset]
580F0000 070C7228
580E0000 0661C588
981CE0F0
981CC100 00000000 050000A0
The way the code work is
heap+R12+05008406 = ptr + 8366
so R12 = ptr - heap - (05008406-8366) => R12 = ptr - heap - 050000A0
The games memory are all static but the base address of the emulated memory is not as the emulator put in on heap instead of main and Nintendo added some hole in the heap and displaced it.
If the Cheats don't work for you simply Add the Following Cheat Code to your Cheat File and
activate it when it's needed!
[Get Offset]
580F0000 070C7228
580E0000 0661C588
981CE0F0
981CC100 00000000 050000A0
Huge thanks to TomSwitch for providing a Solution!
Otherwise i had to redo the Cheats...
I also added the Cheat to the Cheat File....

















