User:KokoroSenshi/Useful Cheat Codes

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search

In summary, codes that make it easier to do research or take specific screenshots in various Zelda games.

(From the deleted Hacks in Ripened Tingle's Balloon Trip of Love:)

Action Replay Codes
These are hacks that require an Action Replay device matching your system (e.g. AR DSi for a Nintendo DSi)
Rupees held (NTR-BCNJ-JPN)
020BC37C 000000XX
020BC37D 000000XX
020BC37E 000000XX
Each line represents the 1st, 2nd, and 3rd digit (read top to bottom) of the base 256 representation of the rupee count.
Set XX to any hexadecimal number from 00 to FF to set the digit value
Note 1: Display counter will only update after a change in the amount of rupees (tested only on gaining rupees)
Note 2: Spending the rupees after using this code is untested

Skyward Sword

i.e. mainly for the complete item navigation I made (at a glance one doesn't realise how much trouble the animated shining interface and translucent nature of the item navigation screen causes, not to mention the numerous different changing elements and shapes; especially since I wanted a near perfect reproduction of the translucent background that required the overlay be on top of a pure black and a pure white background, which needed to be taken more than once) TODO

Twilight Princess

Manipulate max hearts and current health

Credit to James0x57 for the memory address as in:
All Hearts and Infinite Health [James0x57]
04492928 00640050
04492928 00XX00YY

XX which is in hexadecimal: max health = rounddown(XX/5), e.g. for the 19 heart containers, you need one of: {5F,60,61,62,63} = decimal~{95,96,97,98,99}, which corresponds to rounddown({19.0,19.2,19.4,19.6,19.8})={19,19,19,19,19}.

64 gives the full 20

e.g.:

XX    max hearts
00-04 0
05-09 1
0A-0E 2
0F-13 3

YY which is is hexadecimal: number of health quarters = YY, e.g. YY=35 = 3*16+5=53 quarters = 13 hearts + 1 quarter health

50 (5*16+0=80 in decimal) gives the full 20*4=80 heart quarters