Breeze should display which buttons to presscan someone please refresh my memory on how to use the gravity code i have tried various button combos but no dice i cant seem to get it to work thank you for any help
i figured it out its a and x at the same time thanks though cheersBreeze should display which buttons to press
can you post the codes youre using? because:is the arrow code for infinite arrows? bc if it is, is there something specific i need to do? bc just enabling it nothing will happen. same for the durability one. i activated it but the weapon i was using broke anyway
go to first post in this thread there you will find the file with that build id and in it includes a code for 99999999 rupees have funIs there a trick to get infinite rupees or a lot of them?
Post automatically merged:
Hi, is there a cheat that gives you a lot of rupees? If so, could you share the build for cd57b23fa4bbad65?
It seemed strange to me that no one in this thread wrote about this, so I hesitated for a long time whether to report it...its been difficult to debug that code, since that has never happened to me.
wait
do ALL cut down trees have inf durability?
update: yes, cut down trees do have the same identifier as "{hitsx100} {-1}" format. so this is a problem i will work on.
Odd? Since you mentioned modded switch, what firmware are you on?Sadly I can't seem to get this game to work on my modded switch anymore. Works perfectly in Ryubing. This and TOTK just wont play anymore even on clean reinstalls.![]()
I'm on 22.1 both on switch and ryubing. google seems to think this is a common issue. I'll fix it eventually. was mostly just lamentingOdd? Since you mentioned modded switch, what firmware are you on?
Er....that might actually be the problem, im still on firmware 21........er....21.1? im on the 21 series.I'm on 22.1 both on switch and ryubing. google seems to think this is a common issue. I'll fix it eventually. was mostly just lamenting![]()
It works flawlessly thank you, I can finally get some firewood.@Keese, replace the durability code with this one:
[durability doesnt decrease v2]
04000000 015A1FE8 17D7CD10
04000000 015A1FE4 B9401FA9
04000000 015A1FE0 17D7CD12
04000000 015A1FDC 2A1F03E9
04000000 015A1FD8 5400006D
04000000 015A1FD4 7101913F
04000000 015A1FD0 B9400269
04000000 015A1FCC 540000C1
04000000 015A1FC8 3100053F
04000000 015A1FC4 B9400669
04000000 00B95424 142832E8
it has an additional check specifically so cut down tree will not be a problem.
the way this code works is that it still does the check for -1, but the second check is the <hits x 100> value, since tree had a value of 0xC(12), which is less than 0x64(100), its not a weapon, so the code works like it suppose to.
now, if this new version works, i will update the file on post 1.