The Legend of Zelda: Breath of the wild TID:01007EF00011E000 BID:DE0B6AC4EFC1DDA7

  • Thread starter Thread starter Gamerjin
  • Start date Start date
  • Views Views 32,799
  • Replies Replies 91
  • Likes Likes 20
It doesn't work, or it softlocks?
you are talking about this right?
 
Last edited by Gamerjin,
It doesn't work, or it softlocks?
you are talking about this right?
No, the one in the txt file from the first post. [999999 Rupees(ZR)] I activate through Breeze, but pressing ZR doesn't do anything. Other button-mapped cheats, like the gravity one, work fine.
 
Last edited by cyrone,
No, the one in the txt file from the first post. [999999 Rupees(ZR)] I activate through Breeze, but pressing ZR doesn't do anything. Other button-mapped cheats, like the gravity one, work fine.
I might not have hooked the right instruction, I will look into it.
update: i believe what i hooked and why it "remembers" your amount, is because i hooked the display amount, not the internal math amount. still looking into this.
update2:
@EricLerman , @cyrone
i think i have found 1 workaround, unfortunately, i dont have a custom amount code, but i can list several values of the same code. it is important to note, that because i havent been able to find instruction that can find the max value, im having to construct this asm version. second note: only press and hold ZR when you about to make a purchase or pick up a rupee. if you dont like ZR, change the line starting with 8XXXXXXX

[hold ZR for 65535 rupees]
04000000 011455C0 54000040
80000200
04000000 011455C0 528FFFE9
20000000

[hold ZR for 9999 rupees]
04000000 011455C0 54000040
80000200
04000000 011455C0 5284E1E9
20000000

[hold ZR for 99999 rupees]
08000000 011455BC 54000040 6B09011F
80000200
04000000 011455BC 72A00029 528847E9
20000000

[hold ZR for 99999 rupees]
08000000 011455BC 54000040 6B09011F
80000200
04000000 011455BC 72A001E9 528847E9
20000000

also @EricLerman,
could you retest it for softlock?
[999999 rupees static ]
04100000 A0F343E8 000F423F
04100000 0E436000 000F423F
 
Last edited by Gamerjin,
[hold ZR for 99999 rupees]
08000000 011455BC 54000040 6B09011F
80000200
04000000 011455BC 72A001E9 528847E9
20000000
Reporting: this code works, but only gets me up to 983k. Not complaining though, better than it not working at all lmao. Also, it disables the infinite stamina cheat for some reason?

[hold ZR for 9999 rupees]
04000000 011455C0 54000040
80000200
04000000 011455C0 5284E1E9
20000000
Also, this code gives 65535 rupees. And when I held ZR when I was about to sell the item, it sells 999 of it when I didn't have that much and doesn't sell for 65535 rupees.
 
Reporting: this code works, but only gets me up to 983k. Not complaining though, better than it not working at all lmao. Also, it disables the infinite stamina cheat for some reason?
wait, it disables the infinite stamina while the rupee code is on? or when youre holding ZR?
Also, this code gives 65535 rupees. And when I held ZR when I was about to sell the item, it sells 999 of it when I didn't have that much and doesn't sell for 65535 rupees.
i will edit the instruction, but the better timing is when you are about press A to confirm the sell/purchase/pickup.


sidenote: unless you are on an emulator, did you try the static code version?
[999999 rupees static ]
04100000 A0F343E8 000F423F
04100000 0E436000 000F423F
 
wait, it disables the infinite stamina while the rupee code is on? or when youre holding ZR?

i will edit the instruction, but the better timing is when you are about press A to confirm the sell/purchase/pickup.


sidenote: unless you are on an emulator, did you try the static code version?
[999999 rupees static ]
04100000 A0F343E8 000F423F
04100000 0E436000 000F423F
I'm on an emulator yeah, Eden. Haven't given the static version a shot, but I'm not at the point in the game where I can give the Great Fairies 999,999 rupees yet so I won't be able to troubleshoot that for you. I'll still give it a shot though, see how well it works for where I'm currently at.

Infinite stamina doesn't work at all when the code is on, not just when ZR is held down. I'll keep the timing in mind, I do remember just holding ZR down as I was just about to choose my stack of apples, so that might have been why the code got an aneurysm.

Edit: I am fucking stupid and didn't read properly, static code does indeed not work on an emulator lol
 
I'm on an emulator yeah, Eden. Haven't given the static version a shot, but I'm not at the point in the game where I can give the Great Fairies 999,999 rupees yet so I won't be able to troubleshoot that for you. I'll still give it a shot though, see how well it works for where I'm currently at.

Infinite stamina doesn't work at all when the code is on, not just when ZR is held down. I'll keep the timing in mind, I do remember just holding ZR down as I was just about to choose my stack of apples, so that might have been why the code got an aneurysm.

<snip>... static code does indeed not work on an emulator lol
so in that case, would you be willing to test a pointer code for me then? i have heard that emulators can follow pointer codes, so i try to search for a pointer to start of heap, then add the offset:
[inf rupee (pointer-form)]
580F0000 01DB2300
780F0000 0E436000
640F0000 00000000 000F432F
780F0000 92AFE3E8
640F0000 00000000 000F432F


0E436000 "<math> amount"
A0F343E8 "display amount" 0E436000+92AFE3E8=A0F343E8
 
so in that case, would you be willing to test a pointer code for me then? i have heard that emulators can follow pointer codes, so i try to search for a pointer to start of heap, then add the offset:
[inf rupee (pointer-form)]
580F0000 01DB2300
780F0000 0E436000
640F0000 00000000 000F432F
780F0000 92AFE3E8
640F0000 00000000 000F432F


0E436000 "<math> amount"
A0F343E8 "display amount" 0E436000+92AFE3E8=A0F343E8

Just checked it, not working. Sold an apple and it only went up by 3 rupees. Maybe I'm doing it wrong, I dunno? I'm not too versed in coding.
 
  • Like
Reactions: Gamerjin
so in that case, would you be willing to test a pointer code for me then? i have heard that emulators can follow pointer codes, so i try to search for a pointer to start of heap, then add the offset:
[inf rupee (pointer-form)]
580F0000 01DB2300
780F0000 0E436000
640F0000 00000000 000F432F
780F0000 92AFE3E8
640F0000 00000000 000F432F


0E436000 "<math> amount"
A0F343E8 "display amount" 0E436000+92AFE3E8=A0F343E8
that pointer is literally the same as the static cheat
for emulator, you would need a pointer with a much smaller offset to both address separately
 
  • Like
Reactions: Gamerjin
I'm assuming I'm doing something wrong, but I'm using the latest version of Eden on PC, the build Should match (1.9.0), but none of the cheats seem to be working for me

Can anyone tell from the screenshots if my file hierarchy is incorrect or if I manipulated the text file incorrectly? (Screen shot is just an example of how I listed one of the cheats)
 

Attachments

  • Screenshot 2026-06-03 124622.png
    Screenshot 2026-06-03 124622.png
    86.9 KB · Views: 3
  • Screenshot 2026-06-03 124801.png
    Screenshot 2026-06-03 124801.png
    240.9 KB · Views: 2

Site & Scene News

Popular threads in this forum