Harvest Moon - Friends Of Mineral Town:RAM map
Jump to navigation
Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
The following article is a RAM map for Harvest Moon - Friends Of Mineral Town.
Memory addresses found using the rerecording version of the 'VBA' emulator for windows.
Big-Endian.
Addresses may or may not change depending on the length of the names chosen but are always within 36 bytes of the listed address. (12 bytes max per name * 3 names: Farm,Farmer & Dog)
RAM Address(Hex) | Function | Details | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
020025F0 | The farm name (Null-terminated) | The game only allows twelve characters of input, but it reads it as null-terminated. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
020025FE | The amount of boards (12 bits) | Starts in the upper nibble of 020025FE, i.e. to set the board amount to 1023(FFF) you'd set 020025FE to 0F and 020025FF to FF. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
02004080 | The amount of money (4 bytes) | Nothing remarkable. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
020041B0 | The farmer's name (Null-terminated) | The game only allows twelve characters of input, but it reads it as null-terminated. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
02004250 | The dog's name (Null-terminated) | The game only allows twelve characters of input, but it reads it as null-terminated. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
03007D58 | The ID of the currently held tool (1 byte) |
Note that this doesn't seem to allow you to change the held item. |