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

SonyUSA

We're all mad here
Editorial Team
Joined
May 12, 2006
Messages
1,780
Trophies
2
XP
5,623
Country
United States
Would someone please make a code like

[Dupe Slot 1 to Slot 2 L+Down]

And have it copy not only the item ID but the durability/color line also? :)

And for items with patterns attached (table with custom tablecloth) the leaf turns gold, how does that work in terms of hex values?
 

FabioCapela

Well-Known Member
Member
Joined
Jul 12, 2007
Messages
309
Trophies
1
XP
1,259
Country
Brazil
And for items with patterns attached (table with custom tablecloth) the leaf turns gold, how does that work in terms of hex values?
I kinda just posted that :P
More specifically, the item ID doesn't change, only the customization number (which is at the same place where you have quantity for stackable items). If the customization number has the using pattern flag (0x10) set, the leaf is golden.
 

trakskills

Active Member
Newcomer
Joined
Jul 9, 2009
Messages
27
Trophies
0
XP
196
Country
United States
Hello,
I tried to generate Flowers, but the flowers don't seem to be "real" flowers, because I can place them, but there is no option to plant them.

I tried to genereate gold roses with this code
[1st slot modifier L + A (goto https://pastebin.com/B8N5KKsh for xxxx Item ids)]
80000041
04100000 AC3B90C0 00000b93
04100000 AC3B90C4 00000001
20000000

any ideas?
 

SonyUSA

We're all mad here
Editorial Team
Joined
May 12, 2006
Messages
1,780
Trophies
2
XP
5,623
Country
United States
I kinda just posted that :P
More specifically, the item ID doesn't change, only the customization number (which is at the same place where you have quantity for stackable items). If the customization number has the using pattern flag (0x10) set, the leaf is golden.

What I mean is, is the actual pattern stored with the item in the slot? or does it point to your pattern tables somehow?
 

FabioCapela

Well-Known Member
Member
Joined
Jul 12, 2007
Messages
309
Trophies
1
XP
1,259
Country
Brazil
What I mean is, is the actual pattern stored with the item in the slot? or does it point to your pattern tables somehow?

Like I said,
Second customization option, or pattern number: option number times 0x20.
So, it only stores the pattern number. You can see this by changing the pattern you applied, it updates in any item already placed.

Oh, BTW, a dupe code (though I changed the activation keys, since L+Down is used to open the Edizon Overlay):

Code:
[Clone slot 1 to slot 2 L + Up]
80002040
581F0000 AC3B90C0
A8F00410 AC3B90C8
20000000

Hello,
I tried to generate Flowers, but the flowers don't seem to be "real" flowers, because I can place them, but there is no option to plant them.

The flowers are a different item from the flower plants.
 
  • Like
Reactions: AdamRav and SonyUSA

rafpoop

Well-Known Member
Member
Joined
Mar 21, 2020
Messages
195
Trophies
0
XP
561
Country
Afghanistan
Hello,
I tried to generate Flowers, but the flowers don't seem to be "real" flowers, because I can place them, but there is no option to plant them.

I tried to genereate gold roses with this code
[1st slot modifier L + A (goto https://pastebin.com/B8N5KKsh for xxxx Item ids)]
80000041
04100000 AC3B90C0 00000b93
04100000 AC3B90C4 00000001
20000000

any ideas?
The item you're trying to use is a material item (the gold rose that you can pick.)

gold-rose plant, f26 [FlowerBud_03878] <-- this is the actual plantable plant, the flowers should say "plant" after if you want something plantable
 

Hinatax

Member
Newcomer
Joined
Sep 2, 2017
Messages
10
Trophies
0
Age
30
XP
66
Country
United States
Has anyone found any info in the code about rare islands? Im betting there is a way to get to one every time we fly.
 

SonyUSA

We're all mad here
Editorial Team
Joined
May 12, 2006
Messages
1,780
Trophies
2
XP
5,623
Country
United States
Oh, BTW, a dupe code (though I changed the activation keys, since L+Down is used to open the Edizon Overlay):

Code:
[Clone slot 1 to slot 2 L + Up]
80002040
581F0000 AC3B90C0
A8F00410 AC3B90C8
20000000

What a legend :D

Edit: Oop this actually crashed my game D:
 
Last edited by SonyUSA,

Tjdadd2008

New Member
Newbie
Joined
Mar 24, 2020
Messages
3
Trophies
0
Age
49
XP
58
Country
United States
i must be doing wrong, i loaded the files and booted in recovery, loaded game and pressed the button combination and stll dont get anything. sorry to bother, trying to learn and understand
 

SonyUSA

We're all mad here
Editorial Team
Joined
May 12, 2006
Messages
1,780
Trophies
2
XP
5,623
Country
United States
SXOS or Atmosphere? Because that code uses Atmosphere-only instructions; I'm not sure a dupe code is even possible for SXOS.

Otherwise, try to add
40000000 00000000 00000000
to the start of the code. Yes, that's a lot of zeros.

SX yeah, sorry should have mentioned that lol-- I'll try adding that to the first line thanks :D

Edit: Still crashes ;(
 
Last edited by SonyUSA,

AdamRav

Member
Newcomer
Joined
Aug 25, 2008
Messages
17
Trophies
0
XP
273
Country
SXOS or Atmosphere? Because that code uses Atmosphere-only instructions; I'm not sure a dupe code is even possible for SXOS.

Otherwise, try to add
40000000 00000000 00000000
to the start of the code. Yes, that's a lot of zeros.

Works on Atmosphere. Good job dude.

Thanks

EDIT. The First code you provided works on Atmosphere to clear up any confusion.
 
Last edited by AdamRav,
  • Like
Reactions: SonyUSA

Hinatax

Member
Newcomer
Joined
Sep 2, 2017
Messages
10
Trophies
0
Age
30
XP
66
Country
United States
A dupe code is nice.. but any time you set slot X to be Y, you can just grab and drag that to any other slot and effectively dupe the item that way as slot X goes right back to being Y

sx users can dupe this way if nothing else
 

SonyUSA

We're all mad here
Editorial Team
Joined
May 12, 2006
Messages
1,780
Trophies
2
XP
5,623
Country
United States
To the best of my knowledge SXOS doesn't have the "write register to address" code that would be necessary for a dupe code, sorry.

I'll see if I can find out, thanks anyway :)

A dupe code is nice.. but any time you set slot X to be Y, you can just grab and drag that to any other slot and effectively dupe the item that way as slot X goes right back to being Y

sx users can dupe this way if nothing else

Yeah but that's super slow and requires editing the cheat every time (home, homebrew, turn on FTP, connect, edit file, save, etc.) instead of just picking up an item and hitting dupe key (makes decorating the town wayyy faster) and if a friend wants an item you already have you don't need to go look up a code/item ID, you can just dupe it and bring it to their town real fast.

To the best of my knowledge SXOS doesn't have the "write register to address" code that would be necessary for a dupe code, sorry.

Does this help? :)

https://sx.xecuter.com/download/cheathacker_guide.txt
 

Newe1337

New Member
Newbie
Joined
Mar 23, 2020
Messages
2
Trophies
0
Age
22
XP
49
Country
France
Noobie question, but is it possible to use the codes directly in a ram debugger? I don't know how to use codes and am more confortable with directly editing ram
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    SylverReZ @ SylverReZ: @salazarcosplay, Good.