If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Wario Land 3/RAM map
Jump to navigation
Jump to search
The following article is a RAM map for Wario Land 3.
- 0xCA04 = Coins (first digit)
- 0xCA05 = Coins (last two digits)
- Note: This value is stored as a decimal value; for example, when you have 99 coins, this is stored as 99 in hex, not 63 as you might expect.
- 0xCA5B = Keys
This is a 4-bit binary value. The format is as follows: xxxx.... - Unused ....x... - Blue Key .....x.. - Green Key ......x. - Red Key .......x - Gray Key This value is then translated into hex. Example 1: You have only a gray key. The binary value would be 00000001. In hex, this would be 01. Example 2: You have both the blue and green keys. The binary value would be 00001100. In hex, this would be 0C. Example 3: You have all the keys. The binary value would be 00001111. In hex, this would be 0F.
- 0xCA5C = Musical Coins