ROM Hack Discussion Animal Crossing: New Horizons -- Reverse Engineering, Glitches, Bugs, etc. thread!

Halberd

New Member
Newbie
Joined
Apr 9, 2020
Messages
2
Trophies
0
Age
30
XP
82
Country
China
If you want to edit turnip price directly in your save file, the prices information are currently stored starting at the offset 0x412060 in main.dat file (but you need NHSE or other save editor: [1] to decrypt that file before you could make the change, and then after applying changes, [2] use it again to appropriately update checksum for the corresponding section as well as [3] to encrypt back such a file). And below is the cheat code for version 1.1.1 (it also works for version 1.1.1a).

Cheers

[turnip buying at 1 and selling at 990]
04100000 AB20FEB8 00000001
04100000 AB20FEC4 000003DE
04100000 AB20FEC8 000003DE
04100000 AB20FECC 000003DE
04100000 AB20FED0 000003DE
04100000 AB20FED4 000003DE
04100000 AB20FED8 000003DE
04100000 AB20FEDC 000003DE
04100000 AB20FEE0 000003DE
04100000 AB20FEE4 000003DE
04100000 AB20FEE8 000003DE
04100000 AB20FEEC 000003DE
04100000 AB20FEF0 000003DE

do you know how to make a high turnip price in a legit console? Just want friends can benefit from it.
 

Mopquill

Grumpy Developer
Developer
Joined
Oct 16, 2011
Messages
283
Trophies
0
XP
566
Country
United States
Still don't know where to put codes, but here's something I made :v
Code:
[ABD To Slot 1 Press ZR]
80000200
541E0000 4C7F2680
580F0000 0373C1F8
580F1000 000000E0
580F1000 00000018
580F1000 00000040
780F0000 000000C8
A4EF0000
20000000
Oh wow, that is really cool! Thanks for sharing! There isn't a great place. We have a zip of seemingly random codes in the OP, but it's such a mess that I don't really want to update it myself.

With the Code Generator, is there a way to change the color of Store bought items? Like the Imperial Set or Godzilla?
I considered that, but I hadn't added that to the Code Generator yet. That said, this should do you:

Code:
[S20x2 (ZL+D_Up)]
80002100
04100000 AC3B915C 00000001
20000000

[S20x3 (ZL+D_Right)]
80004100
04100000 AC3B915C 00000002
20000000

[S20x4 (ZL+D_Down)]
80008100
04100000 AC3B915C 00000003
20000000

[S20x5 (ZL+D_Left)]
80001100
04100000 AC3B915C 00000004
20000000

Those quantities can be adjusted to anything, and I skipped 0 since that would be default color. This will only change the first customizable option IF it's a customizable item. If you buy something in the store and the color is tied to the item, then you need an entirely different item ID. Which, you can look up, and use the code generator for as normal.
 

strawpedro

Well-Known Member
Member
Joined
Nov 23, 2017
Messages
110
Trophies
0
Age
34
XP
544
Country
United States
Just would like to confirm with the latest NHSE I am able to fill up the outfit catalogue with color variations just fine but not with furniture? all of them only has one color
 

WishyTheStar

Active Member
Newcomer
Joined
Jul 16, 2017
Messages
32
Trophies
0
XP
147
Country
United States

DestinyFeather

Well-Known Member
Member
Joined
Sep 14, 2009
Messages
428
Trophies
1
XP
1,121
Country
United States
do you know how to make a high turnip price in a legit console? Just want friends can benefit from it.
Everything mentioned in this entire thread can only be used on hacked consoles and some of the things can be used on ryujinx. Of course, you can hack one switch and have your non hacked switch visit the hacked switch's island.
 
  • Like
Reactions: Mopquill

kinglycosa

Active Member
Newcomer
Joined
Apr 8, 2020
Messages
40
Trophies
0
Age
34
XP
280
Country
United States
Just-In-Time(JIT)デバッグを読み込むための詳細については、
ダイアログボックスではなく、このメッセージの最後を参照してください。

**************例外テキスト**************
System.NullReferenceException:オブジェクト参照がオブジェクトインスタンスに設定されていません。

Thank you for posting the error, Does this happen always? Are you typing in english into the search box?
 

u4ia24

Well-Known Member
Newcomer
Joined
Mar 28, 2010
Messages
50
Trophies
1
XP
396
Country
United States
Oh wow, that is really cool! Thanks for sharing! There isn't a great place. We have a zip of seemingly random codes in the OP, but it's such a mess that I don't really want to update it myself.


I considered that, but I hadn't added that to the Code Generator yet. That said, this should do you:

Code:
[S20x2 (ZL+D_Up)]
80002100
04100000 AC3B915C 00000001
20000000

[S20x3 (ZL+D_Right)]
80004100
04100000 AC3B915C 00000002
20000000

[S20x4 (ZL+D_Down)]
80008100
04100000 AC3B915C 00000003
20000000

[S20x5 (ZL+D_Left)]
80001100
04100000 AC3B915C 00000004
20000000

Those quantities can be adjusted to anything, and I skipped 0 since that would be default color. This will only change the first customizable option IF it's a customizable item. If you buy something in the store and the color is tied to the item, then you need an entirely different item ID. Which, you can look up, and use the code generator for as normal.

Are the colors only from 0 to 4? This is related to my question on the previous page about if there is a code that can cycle through the quantities on a certain slot using a key combo so that you only need 1 code and 1 combo.
 

Mopquill

Grumpy Developer
Developer
Joined
Oct 16, 2011
Messages
283
Trophies
0
XP
566
Country
United States
Are the colors only from 0 to 4?
That would depend on which item you're messing with. As I said, you can edit those to do any values. You can also just use customization kits to accomplish this and more with previews. If the item is separate, you'd need to spawn an entirely different item.

This is related to my question on the previous page about if there is a code that can cycle through the quantities on a certain slot using a key combo so that you only need 1 code and 1 combo.
It's not like that code exists and we were just deciding to give you something more cumbersome. Your request is feasible, but doesn't currently exist (and I don't know how to do it currently). Look into either KingLycosa's item spawning tool, or RyDog's ABD number to Slot 1, they might be more helpful to what you're aiming for (but neither is a customization/item ID incrementating code).

If you want what I sent last time as one code:
Code:
[S20 (ZL+Dpad)]
80002100
04100000 AC3B915C 00000001
20000000
80004100
04100000 AC3B915C 00000002
20000000
80008100
04100000 AC3B915C 00000003
20000000
80001100
04100000 AC3B915C 00000004
20000000
-- but it still has the same 4 button combos.
 
  • Like
Reactions: u4ia24

XKlarity

Active Member
Newcomer
Joined
Mar 29, 2020
Messages
27
Trophies
0
Age
28
XP
66
Country
United States
Is there a code or technique to get one of your villagers to move out?
Yes, use the save editor and go to the villager tab and load the empty villager file in the villager you want to kick out then once you return to game their house should be an empty plot
 

X3L0

Member
Newcomer
Joined
Apr 8, 2020
Messages
7
Trophies
0
Age
37
XP
176
Country
Belgium
Still don't know where to put codes, but here's something I made :v
Code:
[ABD To Slot 1 Press ZR]
80000200
541E0000 4C7F2680
580F0000 0373C1F8
580F1000 000000E0
580F1000 00000018
580F1000 00000040
780F0000 000000C8
A4EF0000
20000000
Video:


I put this code in my cheat file and tried but as soon as I press ZR the game freezes... Can't leave the game I have to restart the console :/
Any solution ?
 

Spzjulien

Well-Known Member
Member
Joined
Sep 8, 2012
Messages
329
Trophies
1
XP
625
Country
France
Is there a code or technique to get one of your villagers to move out?
i was able to get raymond on my hacked switch with island Cheat
then i try to made raymonds in the move, what i did is beat him with net and report him everydays at town hall, i done that arround 10days with TT
then raymond had a cloud on top of is head, and say he want to leave ....

with this, i success moving raymond on my second legit not hacked switch ... from my hacked switch

now i have save on my hacked switch with raymond leaving so i can pass him by local network, i dont go online with my hacked switch, only with my legit not hacked one

ps : i'm not fan of edit/alter my game save
 
Last edited by Spzjulien,

Jenniphooo

New Member
Newbie
Joined
Apr 5, 2020
Messages
2
Trophies
0
Age
22
XP
148
Country
United States
Still don't know where to put codes, but here's something I made :v
Code:
[ABD To Slot 1 Press ZR]
80000200
541E0000 4C7F2680
580F0000 0373C1F8
580F1000 000000E0
580F1000 00000018
580F1000 00000040
780F0000 000000C8
A4EF0000
20000000
Video:


Unfortunately, this code didn't work for me (SX OS, though pretty sure that doesn't do much with it, forgive me as my knowledge is very surface level) it completely froze my system once I pressed ZR but I was, fortunately, able to get my system back to normal with the 15-second power off. It would be a pretty convenient cheat to have, so if anyone else has tried it (and hopefully used it successfully) please give me your input! Thank you!
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: Exhausted but happy lol