Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Harvest Moon: Boy & Girl [ULUS-10142]
01-04-2015, 10:37 PM (This post was last modified: 01-05-2015 07:14 AM by Ryudo.)
Post: #1
Harvest Moon: Boy & Girl [ULUS-10142]
WARNING, LOOOOOOONG POST. Tongue

There are loads of codes for this game, I picked out the most useful ones so far. If there's any requests for a specific code, feel free to post.

The Villager Affection code took a long time to figure out. I had to compare offset values from Back To Nature codes on the PSX and recalculate the difference between the PSP version as well again to figure them out. Same goes for the Harvest Sprites working skills.

Weather Mod (Next Day)
Code:
_C0 Rain the next day
_L 0x001BC1B2 0x00000001
_C0 Sun the next day
_L 0x001BC1B2 0x00000000

Misc. Codes
Note 1: With the Tool Max Code you still need to go to Saibara to upgrade them to Mystrile tools.
Note 2: Max Resources = 999 Chicken Feed, Fish Food, Fodder and Lumber.
Note 3: The Intelligence and Stamina Code might not work. It's hard to test this code, because they're invisible values in the game. Basically the higher their values they are, the higher your chances are of winning the Dog- and Horse Races.
Note 3B: Just tested it in Dog Race, the dog was performing PERFECTLY, this indicates the codes do work fine. Because I made sure I didn't train the dog's intelligence this time around.
Code:
_C0 Infinite Stamina
_L 0x001B2EC2 0x000000C8
_C0 Maximum Stamina = 200
_L 0x001B2EC4 0x000000C8
_C0 No Sickness
_L 0x001B2EC6 0x00000000
_C0 Infinite Money
_L 0x201B2F0C 0x0098967F
_C0 9999 Medals Horse Race
_L 0x101B2F10 0x0000270F
_C0 Low Expenses
_L 0x201B26B0 0x00000000
_C0 Tools Ability: Max
_L 0x101B2EF0 0x0000FFFF
_L 0x101B2EF2 0x0000FFFF
_L 0x101B2EF4 0x0000FFFF
_L 0x101B2EF6 0x0000FFFF
_L 0x101B2EF8 0x0000FFFF
_C0 Infinite Seeds & Water
_L 0x001B2F38 0x00000064
_C0 Max Resources
_L 0x101B21F0 0x000003E7
_L 0x101B21EE 0x000003E7
_L 0x101B21EA 0x000003E7
_L 0x101B21E8 0x000003E7
_C0 Dog: Max Intelligence
_L 0x001B6F40 0x000000FF
_C0 Horse: Max Stamina
_L 0x001B7030 0x000000FF

Rucksack Mod Codes
Note: Enable one code at a time. With the 'Item In Hand' codes you'll basically be able to give infinite gifts to anyone.
Code:
_C0 Slot 1 = ???
_L 0x101B2F70 0x00000YYY
YYY = Item ID (Hex)

Some codes made with this
Code:
_C0 Slot 1 = Wine
_L 0x101B2F70 0x0000009F
_C0 Slot 1 = Large Fish
_L 0x101B2F70 0x000000A1
_C0 Slot 1 = Chocolate
_L 0x101B2F70 0x000000F3
_C0 Item in Hand: Truffle
_L 0x101B2F3A 0x0000005C
_C0 Item in Hand: Perfume
_L 0x101B2F3A 0x00000100
_C0 Item in Hand: Bracelet
_L 0x101B2F3A 0x000000F7
_C0 Item in Hand: Chocolate
_L 0x101B2F3A 0x000000F3
_C0 Item in Hand: Chocolate Cake
_L 0x101B2F3A 0x000000F5

Girl Affection Codes (All Girls at once)
Code:
_C0 All Girls Black Hearts
_L 0x101B7C50 0x00000001
_L 0x101B83A0 0x00000001
_L 0x101B8748 0x00000001
_L 0x101B906C 0x00000001
_L 0x101B9B64 0x00000001
_C0 All Girls Purple Hearts
_L 0x101B7C50 0x00003FFF
_L 0x101B83A0 0x00003FFF
_L 0x101B8748 0x00003FFF
_L 0x101B906C 0x00003FFF
_L 0x101B9B64 0x00003FFF
_C0 All Girls Light Blue Hearts
_L 0x101B7C50 0x00004E20
_L 0x101B83A0 0x00004E20
_L 0x101B8748 0x00004E20
_L 0x101B906C 0x00004E20
_L 0x101B9B64 0x00004E20
_C0 All Girls Green Hearts
_L 0x101B7C50 0x00007530
_L 0x101B83A0 0x00007530
_L 0x101B8748 0x00007530
_L 0x101B906C 0x00007530
_L 0x101B9B64 0x00007530
_C0 All Girls Yellow Hearts
_L 0x101B7C50 0x00009C40
_L 0x101B83A0 0x00009C40
_L 0x101B906C 0x00009C40
_L 0x101B9B64 0x00009C40
_L 0x101B8748 0x00009C40
_C0 All Girls Orange Hearts
_L 0x101B7C50 0x0000C350
_L 0x101B83A0 0x0000C350
_L 0x101B906C 0x0000C350
_L 0x101B9B64 0x0000C350
_L 0x101B8748 0x0000C350
_C0 All Girls Red Hearts
_L 0x101B7C50 0x0000FFFF
_L 0x101B83A0 0x0000FFFF
_L 0x101B906C 0x0000FFFF
_L 0x101B9B64 0x0000FFFF
_L 0x101B8748 0x0000FFFF

Girl Affection Codes (Individual Girls)
Code:
_C0 Karen Black Heart
_L 0x101B7C50 0x00000000
_C0 Ann Black Heart
_L 0x101B83A0 0x00000000
_C0 Elli Black Heart
_L 0x101B8748 0x00000000
_C0 Mary Black Heart
_L 0x101B906C 0x00000000
_C0 Popuri Black Heart
_L 0x101B9B64 0x00000000
_C0 Karen Purple Heart
_L 0x101B7C50 0x00003FFF
_C0 Ann Purple Heart
_L 0x101B83A0 0x00003FFF
_C0 Elli Purple Heart
_L 0x101B8748 0x00003FFF
_C0 Mary Purple Heart
_L 0x101B906C 0x00003FFF
_C0 Popuri Purple Heart
_L 0x101B9B64 0x00003FFF
_C0 Karen Light Blue Heart
_L 0x101B7C50 0x00004E20
_C0 Ann Light Blue Heart
_L 0x101B83A0 0x00004E20
_C0 Elli Light Blue Heart
_L 0x101B8748 0x00004E20
_C0 Mary Light Blue Heart
_L 0x101B906C 0x00004E20
_C0 Popuri Light Blue Heart
_L 0x101B9B64 0x00004E20
_C0 Karen Green Heart
_L 0x101B7C50 0x00007530
_C0 Ann Green Heart
_L 0x101B83A0 0x00007530
_C0 Elli Green Heart
_L 0x101B8748 0x00007530
_C0 Mary Green Heart
_L 0x101B906C 0x00007530
_C0 Popuri Green Heart
_L 0x101B9B64 0x00007530
_C0 Karen Yellow Heart
_L 0x101B7C50 0x00009C40
_C0 Ann Yellow Heart
_L 0x101B83A0 0x00009C40
_C0 Elli Yellow Heart
_L 0x101B8748 0x00009C40
_C0 Mary Yellow Heart
_L 0x101B906C 0x00009C40
_C0 Popuri Yellow Heart
_L 0x101B9B64 0x00009C40
_C0 Karen Orange Heart
_L 0x101B7C50 0x0000C350
_C0 Ann Orange Heart
_L 0x101B83A0 0x0000C350
_C0 Elli Orange Heart
_L 0x101B8748 0x0000C350
_C0 Mary Orange Heart
_L 0x101B906C 0x0000C350
_C0 Popuri Orange Heart
_L 0x101B9B64 0x0000C350
_C0 Karen Red Heart
_L 0x101B7C50 0x0000FFFF
_C0 Ann Red Heart
_L 0x101B83A0 0x0000FFFF
_C0 Elli Red Heart
_L 0x101B8748 0x0000FFFF
_C0 Mary Red Heart
_L 0x101B906C 0x0000FFFF
_C0 Popuri Red Heart
_L 0x101B9B64 0x0000FFFF

Villager & Baby Affection Codes
Note: Being friends with the villagers is great. You can enter their houses, and you'll be able to enter shops much earlier than usual. Example: You can actually enter the Super Market at 8AM instead of 9AM.
Code:
_C0 Villagers Max Affection
_L 0x001B78A6 0x000000FF
_L 0x001B7A7A 0x000000FF
_L 0x001B7E22 0x000000FF
_L 0x001B7FF6 0x000000FF
_L 0x001B81CA 0x000000FF
_L 0x001B8572 0x000000FF
_L 0x001B891A 0x000000FF
_L 0x001B8AEE 0x000000FF
_L 0x001B8CC2 0x000000FF
_L 0x001B8E96 0x000000FF
_L 0x001B923E 0x000000FF
_L 0x001B9412 0x000000FF
_L 0x001B95E6 0x000000FF
_L 0x001B97BA 0x000000FF
_L 0x001B998E 0x000000FF
_L 0x001B9D36 0x000000FF
_L 0x001B9F0A 0x000000FF
_L 0x001BA0DE 0x000000FF
_L 0x001BA2B2 0x000000FF
_L 0x001BA486 0x000000FF
_L 0x001BAA02 0x000000FF
_L 0x001BABD6 0x000000FF
_L 0x001BADAA 0x000000FF
_L 0x001BAF7E 0x000000FF
_L 0x001BB152 0x000000FF
_L 0x001BB4FA 0x000000FF
_L 0x001BB6CE 0x000000FF
_C0 Baby: Max Affection
_L 0x001BB8A2 0x000000FF

Pets & Animals Affection Codes
Code:
_C0 Barn Animals Max Hearts
_L 0x001B5EBA 0x000000FF
_L 0x001B5F72 0x000000FF
_L 0x001B602A 0x000000FF
_L 0x001B60E2 0x000000FF
_L 0x001B619A 0x000000FF
_L 0x001B6252 0x000000FF
_L 0x001B630A 0x000000FF
_L 0x001B63C2 0x000000FF
_L 0x001B647A 0x000000FF
_L 0x001B6532 0x000000FF
_L 0x001B65EA 0x000000FF
_L 0x001B66A2 0x000000FF
_L 0x001B675A 0x000000FF
_L 0x001B6812 0x000000FF
_L 0x001B68CA 0x000000FF
_L 0x001B6982 0x000000FF
_L 0x001B6A3A 0x000000FF
_L 0x001B6AF2 0x000000FF
_L 0x001B6BAA 0x000000FF
_L 0x001B6C62 0x000000FF
_C0 Chicken Max Hearts
_L 0x001B57B2 0x000000FF
_L 0x001B5866 0x000000FF
_L 0x001B591A 0x000000FF
_L 0x001B59CE 0x000000FF
_L 0x001B5A82 0x000000FF
_L 0x001B5B36 0x000000FF
_L 0x001B5BEA 0x000000FF
_L 0x001B5C9E 0x000000FF
_L 0x001B5D52 0x000000FF
_L 0x001B5E06 0x000000FF
_C0 Dog & Horse Max Hearts
_L 0x001B6EAA 0x000000FF
_L 0x001B6F9A 0x000000FF

Animals Fed
Code:
_C0 Chickens Fed
_L 0x001B27BE 0x00000001
_L 0x001B27BF 0x00000001
_L 0x001B27C0 0x00000001
_L 0x001B27C1 0x00000001
_L 0x001B27C2 0x00000001
_L 0x001B27C3 0x00000001
_L 0x001B27C4 0x00000001
_L 0x001B27C5 0x00000001
_L 0x001B27C6 0x00000001
_L 0x001B27C7 0x00000001
_C0 Barn Animals Fed
_L 0x001B27A8 0x00000001
_L 0x001B27A9 0x00000001
_L 0x001B27AA 0x00000001
_L 0x001B27AB 0x00000001
_L 0x001B27AC 0x00000001
_L 0x001B27AD 0x00000001
_L 0x001B27AE 0x00000001
_L 0x001B27AF 0x00000001
_L 0x001B27B0 0x00000001
_L 0x001B27B1 0x00000001
_L 0x001B27B2 0x00000001
_L 0x001B27B3 0x00000001
_L 0x001B27B4 0x00000001
_L 0x001B27B5 0x00000001
_L 0x001B27B6 0x00000001
_L 0x001B27B7 0x00000001
_L 0x001B27B8 0x00000001
_L 0x001B27B9 0x00000001
_L 0x001B27BA 0x00000001
_L 0x001B27BB 0x00000001

Harvest Sprite Codes
Note 1: The reason I set it to 2 days is because if you set it to 1 day, they won't show up for work. Just enable the code and they'll always be there for work.
Note 2: The 'skill' levels determine how well they perform their job. At max level (FF) they'll basically do things at lightning speed.
Note 3: For the Sprite Job codes, only enable one at a time. You decide what you want them to do. I made a bunch of preset codes. (I use the 'All Jobs' code myself in my game. But for Winter season you can just let all of them take care of your animals.

0 = Free, 1 = Harvest, 2 = Water Crops, 3 = Harvest (Water Can Icon), 4 = Take care of animals.
Code:
_C0 2 Days Left Working
_L 0x001BBB9C 0x00000002
_L 0x001BBC94 0x00000002
_L 0x001BBD8C 0x00000002
_L 0x001BBE84 0x00000002
_L 0x001BBF7C 0x00000002
_L 0x001BC074 0x00000002
_L 0x001BC16C 0x00000002
_C0 Max Sprites Affection
_L 0x001BBAFE 0x000000FF
_L 0x001BBBF6 0x000000FF
_L 0x001BBCEE 0x000000FF
_L 0x001BBDE6 0x000000FF
_L 0x001BBEDE 0x000000FF
_L 0x001BBFD6 0x000000FF
_L 0x001BC0CE 0x000000FF
_C0 Sprites: Max Harvest Skill
_L 0x001BBB96 0x000000FF
_L 0x001BBC8E 0x000000FF
_L 0x001BBD86 0x000000FF
_L 0x001BBE7E 0x000000FF
_L 0x001BBF76 0x000000FF
_L 0x001BC06E 0x000000FF
_L 0x001BC166 0x000000FF
_C0 Sprites: Max Water Skill
_L 0x001BBB98 0x000000FF
_L 0x001BBC90 0x000000FF
_L 0x001BBD88 0x000000FF
_L 0x001BBE80 0x000000FF
_L 0x001BBF78 0x000000FF
_L 0x001BC070 0x000000FF
_L 0x001BC168 0x000000FF
_C0 Sprites: Max Animal Skill
_L 0x001BBB9A 0x000000FF
_L 0x001BBC92 0x000000FF
_L 0x001BBD8A 0x000000FF
_L 0x001BBE82 0x000000FF
_L 0x001BBF8A 0x000000FF
_L 0x001BC072 0x000000FF
_L 0x001BC16A 0x000000FF
_C0 Sprites Job: Harvest
_L 0x001BBBA0 0x00000001
_L 0x001BBC98 0x00000001
_L 0x001BBD90 0x00000001
_L 0x001BBE88 0x00000001
_L 0x001BBF80 0x00000001
_L 0x001BC078 0x00000001
_L 0x001BC170 0x00000001
_C0 Sprites Job: Water
_L 0x001BBBA0 0x00000002
_L 0x001BBC98 0x00000002
_L 0x001BBD90 0x00000002
_L 0x001BBE88 0x00000002
_L 0x001BBF80 0x00000002
_L 0x001BC078 0x00000002
_L 0x001BC170 0x00000002
_C0 Sprites Job: Water & Harvest
_L 0x001BBBA0 0x00000002
_L 0x001BBC98 0x00000002
_L 0x001BBD90 0x00000002
_L 0x001BBE88 0x00000002
_L 0x001BBF80 0x00000001
_L 0x001BC078 0x00000001
_L 0x001BC170 0x00000001
_C0 Sprites Job: Animal Care
_L 0x001BBBA0 0x00000004
_L 0x001BBC98 0x00000004
_L 0x001BBD90 0x00000004
_L 0x001BBE88 0x00000004
_L 0x001BBF80 0x00000004
_L 0x001BC078 0x00000004
_L 0x001BC170 0x00000004
_C0 Sprites Job: All Jobs
_L 0x001BBBA0 0x00000002
_L 0x001BBC98 0x00000002
_L 0x001BBD90 0x00000001
_L 0x001BBE88 0x00000004
_L 0x001BBF80 0x00000001
_L 0x001BC078 0x00000002
_L 0x001BC170 0x00000002
Find all posts by this user
Quote this message in a reply
01-04-2015, 10:49 PM
Post: #2
RE: Harvest Moon: Boy & Girl [ULUS-10142]
Thank you for adding codes for this game, this has fulfilled a request submitted in this thread Smile

♦ Intel Core i7-6700HQ | 16 GB RAM | NVIDIA GeForce GTX 960M | Debian Testing
♦ Intel Core i7-2630QM | 4 GB RAM | NVIDIA GeForce GT 540M | Debian Testing
♦ PSP-3004 | 6.60 PRO-C2
Find all posts by this user
Quote this message in a reply
04-09-2015, 04:02 PM (This post was last modified: 04-09-2015 04:40 PM by vnctdj.)
Post: #3
RE: Harvest Moon: Boy & Girl [ULUS-10142]
is it posible to ask some boy heart affection too? since in this game u can play as both female and male ;0;
Find all posts by this user
Quote this message in a reply
04-24-2015, 07:21 AM
Post: #4
RE: Harvest Moon: Boy & Girl [ULUS-10142]
Hope To Have Code For Girl Version Too~~~~~~~
Find all posts by this user
Quote this message in a reply
08-21-2015, 07:06 PM
Post: #5
RE: Harvest Moon: Boy & Girl [ULUS-10142]
How do we search memory if the value is higher than psp 0*017FFFFF likes 0*20654DC2?
I tried to look for a code start with 0*20****** but the maximum value is 0*017FFFFF
Find all posts by this user
Quote this message in a reply
11-22-2015, 07:40 AM
Post: #6
RE: Harvest Moon: Boy & Girl [ULUS-10142]
How about season,date and week cheats???
Find all posts by this user
Quote this message in a reply
09-15-2016, 08:57 AM
Post: #7
RE: Harvest Moon: Boy & Girl [ULUS-10142]
None of these works for girls, can you make codes for when you play as a girl? These are for the boys.
Find all posts by this user
Quote this message in a reply
10-27-2016, 03:39 AM
Post: #8
RE: Harvest Moon: Boy & Girl [ULUS-10142]
Hi, I wanna ask about the rucksack modifier.
Could you give code to get egg (normal) item?
Thank you in advance
Find all posts by this user
Quote this message in a reply
11-04-2017, 06:20 PM (This post was last modified: 09-02-2020 04:57 PM by saitouseta.)
Post: #9
RE: Harvest Moon: Boy & Girl [ULUS-10142]
Since everyone forget that Girls version exist
I created this code because Girls version need some love too and makes the game a little bit easier

_C0 Fridge Slot 1 Infinite (Girl)
_L 0x001B4C26 0x00000063

_C0 Cabinet Slot 1 Infinite (Girl)
_L 0x001B4F26 0x00000063

_C0 Fancybox Slot 2 Infinite
_L 0x001B50AC 0x00000063

_C0 Max Medals Horse (Girl)
_L 0x101B59BC 0x0001869F

NOTE:
You just have to put the item that you want and it will be 99x, and the Fancybox cheat can help you increase the beauty mark point to Max if you have jewelry in it.

All of the cheat are tested and 100% working and sorry for my crappy english Smile

UPDATE:

_C0 Max Resources (Girl)
_L 0x101B4C18 0x000003E7
_L 0x101B4C20 0x000003E7
_L 0x101B4C1A 0x000003E7
_L 0x101B4C1E 0x000003E7

_C0 All Item Shipped (Girl)
_L 0x101B5104 0x000003E7
_L 0x101B5106 0x000003E7
_L 0x101B5108 0x000003E7
_L 0x101B510A 0x000003E7
_L 0x101B510C 0x000003E7
_L 0x101B510E 0x000003E7
_L 0x101B5110 0x000003E7
_L 0x101B5112 0x000003E7
_L 0x101B5114 0x000003E7
_L 0x101B5116 0x000003E7
_L 0x101B5118 0x000003E7
_L 0x101B511A 0x000003E7
_L 0x101B511C 0x000003E7
_L 0x101B511E 0x000003E7
_L 0x101B5120 0x000003E7
_L 0x101B5122 0x000003E7
_L 0x101B5124 0x000003E7
_L 0x101B5126 0x000003E7
_L 0x101B5128 0x000003E7
_L 0x101B512A 0x000003E7
_L 0x101B512C 0x000003E7

_C0 Infinite Money (Girl)
_L 0x201B59B8 0x0098967F

NOTE:
Max resources codes basically are just infinite code of lumber, chicken feed, fodder, and fish food all in one code just like Ryudo code.
All item shipped make all of the shipped item to 999 and can unlock new seeds like strawberry seed in the supermarket.

2020 Update:

_C0 Dog Max Hearts (Girl)
_L 0x001B9972 0x000000FF

_C0 Horse Max Hearts (Girl)
_L 0x001B9A62 0x000000FF

_C0 Harvest Sprites Max Hearts (Girl)
_L 0x001BE5C6 0x000000FF
_L 0x001BE6BE 0x000000FF
_L 0x001BE7B6 0x000000FF
_L 0x001BE8AE 0x000000FF
_L 0x001BE9A6 0x000000FF
_L 0x001BEA9E 0x000000FF
_L 0x001BEB96 0x000000FF

_C0 All Tool Ability Max (Girl) {Fixed}
_L 0x101B599E 0x0000FFFF
_L 0x101B59A0 0x0000FFFF
_L 0x101B59A2 0x0000FFFF
_L 0x101B59A4 0x0000FFFF
_L 0x101B59A6 0x0000FFFF

_C0 Infinite Water in Watering Can & Seeds (Girl)
_L 0x101B59E4 0x00000064

_C0 Chicken Max Hearts (Girl)
_L 0x001B827A 0x000000FF
_L 0x001B832E 0x000000FF
_L 0x001B83E2 0x000000FF
_L 0x001B8496 0x000000FF
_L 0x001B854A 0x000000FF
_L 0x001B85FE 0x000000FF
_L 0x001B86B2 0x000000FF
_L 0x001B8766 0x000000FF
_L 0x001B881A 0x000000FF
_L 0x001B88CE 0x000000FF

_C0 Barn Animal Max Hearts (Girl)
_L 0x001B8982 0x000000FF
_L 0x001B8A3A 0x000000FF
_L 0x001B8AF2 0x000000FF
_L 0x001B8BAA 0x000000FF
_L 0x001B8C62 0x000000FF
_L 0x001B8D1A 0x000000FF
_L 0x001B8DD2 0x000000FF
_L 0x001B8E8A 0x000000FF
_L 0x001B8F42 0x000000FF
_L 0x001B8FFA 0x000000FF
_L 0x001B90B2 0x000000FF
_L 0x001B916A 0x000000FF
_L 0x001B9222 0x000000FF
_L 0x001B92DA 0x000000FF
_L 0x001B9392 0x000000FF
_L 0x001B944A 0x000000FF
_L 0x001B9502 0x000000FF
_L 0x001B95BA 0x000000FF
_L 0x001B9672 0x000000FF
_L 0x001B972A 0x000000FF

_C0 Chicken Feed Placed in Feed Box (Girl)
_L 0x001B526A 0x00000001
_L 0x001B526B 0x00000001
_L 0x001B526C 0x00000001
_L 0x001B526D 0x00000001
_L 0x001B526E 0x00000001
_L 0x001B526F 0x00000001
_L 0x001B5270 0x00000001
_L 0x001B5271 0x00000001
_L 0x001B5272 0x00000001
_L 0x001B5273 0x00000001

_C0 Fodder Placed in Feed Box (Girl)
_L 0x001B5254 0x00000001
_L 0x001B5255 0x00000001
_L 0x001B5256 0x00000001
_L 0x001B5257 0x00000001
_L 0x001B5258 0x00000001
_L 0x001B5259 0x00000001
_L 0x001B525A 0x00000001
_L 0x001B525B 0x00000001
_L 0x001B525C 0x00000001
_L 0x001B525D 0x00000001
_L 0x001B525E 0x00000001
_L 0x001B525F 0x00000001
_L 0x001B5260 0x00000001
_L 0x001B5261 0x00000001
_L 0x001B5262 0x00000001
_L 0x001B5263 0x00000001
_L 0x001B5264 0x00000001
_L 0x001B5265 0x00000001
_L 0x001B5266 0x00000001
_L 0x001B5267 0x00000001

_C0 All Item Shipped (Boy)
_L 0x101B2674 0x000003E7
_L 0x101B2676 0x000003E7
_L 0x101B2678 0x000003E7
_L 0x101B267A 0x000003E7
_L 0x101B267C 0x000003E7
_L 0x101B267E 0x000003E7
_L 0x101B2680 0x000003E7
_L 0x101B2682 0x000003E7
_L 0x101B2684 0x000003E7
_L 0x101B2686 0x000003E7
_L 0x101B2688 0x000003E7
_L 0x101B268A 0x000003E7
_L 0x101B268C 0x000003E7
_L 0x101B268E 0x000003E7
_L 0x101B2690 0x000003E7
_L 0x101B2692 0x000003E7
_L 0x101B2694 0x000003E7
_L 0x101B2696 0x000003E7
_L 0x101B2698 0x000003E7
_L 0x101B269A 0x000003E7
_L 0x101B269C 0x000003E7

_C0 Fridge Slot 1 Infinite (Boy)
_L 0x001B21F6 0x00000063

_C0 Cabinet Slot 1 Infinite (Boy)
_L 0x001B24F6 0x00000063

Note:
The infinite water in watering can and seeds cheat also work for one only time use items like animal medicine, cow miracle potion, etc.

Bonus:

_C0 All Villagers Max Affection (Girl)
_L 0x001BAE66 0x000000FF
_L 0x001BB95E 0x000000FF
_L 0x001BBD06 0x000000FF
_L 0x001BB78A 0x000000FF
_L 0x001BB3E2 0x000000FF
_L 0x001BAC92 0x000000FF
_L 0x001BC7FE 0x000000FF
_L 0x001BCBA6 0x000000FF
_L 0x001BB20E 0x000000FF
_L 0x001BCD7A 0x000000FF
_L 0x001BDC1A 0x000000FF
_L 0x001BD4CA 0x000000FF
_L 0x001BA36E 0x000000FF
_L 0x001BD69E 0x000000FF
_L 0x001BA716 0x000000FF
_L 0x001BC282 0x000000FF
_L 0x001BDA46 0x000000FF
_L 0x001BC9D2 0x000000FF
_L 0x001BBB32 0x000000FF
_L 0x001BBEDA 0x000000FF
_L 0x001BC62A 0x000000FF
_L 0x001BA8EA 0x000000FF
_L 0x001BA542 0x000000FF
_L 0x001BDFC2 0x000000FF
_L 0x001BC0AE 0x000000FF
_L 0x001BE196 0x000000FF
_L 0x001BD122 0x000000FF

Notes:
Keep in mind that this only applies to normal villagers and rival like barley, jeff, manna, ann, popuri and not applies to the bachelors like gray, cliff, doctor, etc.

More Update:

_C0 Harvest Sprites Max Animal Care Skill (Girl)
_L 0x001BE662 0x000000FF
_L 0x001BE75A 0x000000FF
_L 0x001BE852 0x000000FF
_L 0x001BE94A 0x000000FF
_L 0x001BEA42 0x000000FF
_L 0x001BEB3A 0x000000FF
_L 0x001BEC32 0x000000FF

_C0 Harvest Sprites Max Water Crops Skill (Girl)
_L 0x001BE660 0x000000FF
_L 0x001BE758 0x000000FF
_L 0x001BE850 0x000000FF
_L 0x001BE948 0x000000FF
_L 0x001BEA40 0x000000FF
_L 0x001BEB38 0x000000FF
_L 0x001BEC30 0x000000FF

_C0 Harvest Sprites Max Harvest Crops Skill (Girl)
_L 0x001BE65E 0x000000FF
_L 0x001BE756 0x000000FF
_L 0x001BE84E 0x000000FF
_L 0x001BE946 0x000000FF
_L 0x001BEA3E 0x000000FF
_L 0x001BEB36 0x000000FF
_L 0x001BEC2E 0x000000FF

_C0 Horse Max Stamina (Girl)
_L 0x001B9AF8 0x000000FF

_C0 Fish Always Fed (Girl)
_L 0x001B9958 0x00000001

_C0 Zero Dead Animals (Girl)
_L 0x001B4BE5 0x00000000

_C0 Sunny on the Next Day (Girl)
_L 0x001BEC7A 0x00000000

_C0 Rainy on the Next Day (Girl)
_L 0x001BEC7A 0x00000001

_C0 Snowing on the Next Day (Girl)
_L 0x001BEC7A 0x00000002

_C0 Hurricane on the Next Day (Girl)
_L 0x001BEC7A 0x00000003

_C0 Snowstorm on the Next Day (Girl)
_L 0x001BEC7A 0x00000004

_C0 Have Hothouse (Girl)
_L 0x001B4BEC 0x00000001

Note:
the have hothouse cheat still need you to upgrade your house for the second time to make it appear and you don't have to worry that your hothouse will be wiped by the storm anymore but since i also add the weather mod you don't really need it tho.
Find all posts by this user
Quote this message in a reply
11-29-2017, 09:44 PM
Post: #10
RE: Harvest Moon: Boy & Girl [ULUS-10142]
Some new codes.

Code:
_C0 Have All Utensils
_L 0x001B21B4 0x000000FF
_C0 Freeze Time
_L 0x001ADDBC 0x00000001
_C0 Fish Always Fed
_L 0x001B6E90 0x00000001

Note 1: For the All Utensils code, you'll still get the Saturday Shopping channel on your TV until all items have been 'normally bought'. But you'll still have all utensils available for cooking.
Note 2: The Freeze Time is a bug-free code unlike the "set time to xx:xx" code. Setting the time to a specific moment does not actually 'freeze' the time, and you'll notice that you are unable to enter shops/buildings, etc. after a while, because while the time does state it's 10AM for example - the game itself still passes time on the background. The 'Freeze Time' code on the other hand, actually freezes the time for real, without letting time pass in the background.
Note 3: I'm not 100% sure the fish code really works. But I did notice my fish amount increase overtime. It's not really necessary to use this code at all, since you can just modify one of your Rucksack slots to have Large Fish in there and then toss those in the pond. Tongue
Find all posts by this user
Quote this message in a reply
02-22-2018, 11:44 AM
Post: #11
RE: Harvest Moon: Boy & Girl [ULUS-10142]
boy Affection Codes
help
Find all posts by this user
Quote this message in a reply
07-31-2018, 11:51 PM
Post: #12
RE: Harvest Moon: Boy & Girl [ULUS-10142]
[code]_C0 Have All Utensils
_L 0x001B21B4 0x000000FF

That code doesn't work.
I've upgraded my house but i don't get any utensils by using that code. can you help how to use that code properly?
Thank you
Find all posts by this user
Quote this message in a reply
10-02-2018, 11:40 AM
Post: #13
RE: Harvest Moon: Boy & Girl [ULUS-10142]
hi! I know this is late, but do you know more codes for the girl version? or if you don't, do you know how to create the codes? i've been trying to create the codes, but i don't seem to get the right result. thanks!
Find all posts by this user
Quote this message in a reply
04-04-2019, 02:41 PM
Post: #14
RE: Harvest Moon: Boy & Girl [ULUS-10142]
_C0 Dog & Horse Max Hearts
_L 0x001B6EAA 0x000000FF
_L 0x001B6F9A 0x000000FF

Excuse me,
Horse affection cheat does not work sir.
Find all posts by this user
Quote this message in a reply
04-08-2019, 12:02 AM
Post: #15
RE: Harvest Moon: Boy & Girl [ULUS-10142]
Is there any plan for codes for the girl version? Specifically heart codes for the eligible mens?
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: