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

  • Thread starter Thread starter DesuIsSparta
  • Start date Start date
  • Views Views 2,194,603
  • Replies Replies 8,527
  • Likes Likes 36
Here is the address for the second profile if you don't want to constantly trade items back and forth between characters

[Profile 2 Item modifier]
04100000 AC424F90 0000xxxx

If you are using Noex it's just Heap + AC424F90 instead of Heap +
AC3B90C0

Can someone explain me this?

I'm on ACNH 1.0.0
I cannot cheat with my second profile.

From my understanding is i can replace the xxxx with item ids
But where do I paste the quantity of the item?
And which Item slot is this?

Thanks in advance!
 
Can someone explain me this?

I'm on ACNH 1.0.0
I cannot cheat with my second profile.

From my understanding is i can replace the xxxx with item ids
But where do I paste the quantity of the item?
And which Item slot is this?

Thanks in advance!
From my literally nonexistent understanding of cheat codes:
[Profile 2 Item modifier]
04100000 AC424F90 0000xxxx
This cheat says, write value 0000xxxx to AC424F90

So since quantity probably isn't at AC424F90, we probably need to find out where quantity is
on a normal profile we seem to have this code for slot 1
04100000 AC3B90C0 0000XXXX
04100000 AC3B90C4 000000XX

And quantity seems to be 4 away from the item modifier code

So my wild guess is it's

[Profile 2 Item modifier]
04100000 AC424F90 0000xxxx <-------------- item id from https://pastebin.com/B8N5KKsh
04100000 AC424F94 000000xx <-------------- quantity

(can't test this even if I wanted to s-sorry)
 
Is there a way to change an item’s color or variant? I used the code that will change the color when i use ABD but it freezes my game.
 
arcade fighting game, 2021 [Ftr_08225]
arcade combat game, 2022 [Ftr_08226]
arcade mahjong game, 2023 [Ftr_08227]

these codes are wrong
anyone have the right one?
The internal IDs for those items are 12207, just change that to hexadecimal and you'll have the right code.
 
2faf (12207) is an arcade seat - like a stool. The two adjacent values are just types of decorative rocks.

Although, I just tried the original values he said were wrong, and they're fine on my end. (1.1.4a eng/us)
 
Last edited by BerserkLeon,
2faf (12207) is an arcade seat - like a stool. The two adjacent values are just types of decorative rocks.

I just got in-game to check the IDs (also sorry for accidentally posting arcade seat lol) and they are correct, I could spawn all three with 2021, 2022 and 2023. You might not be able to spawn them on earlier versions because some of these items were changed after 1.0 (they got renamed.) I spawned them on 1.1.4a, I would still expect the internal IDs to stay the same though even between launch and now.
 
Is customize catchphrase through NHSE working?
Yep has been for couple weeks now

--------------------- MERGED ---------------------------

any info on what the highest turnip price selling point is at nooks? like legit without editing the prices? i always hear its like 5 or 7 hundred something but idk if the code has an exact number.
800
 
From my literally nonexistent understanding of cheat codes:
[Profile 2 Item modifier]
04100000 AC424F90 0000xxxx
This cheat says, write value 0000xxxx to AC424F90

So since quantity probably isn't at AC424F90, we probably need to find out where quantity is
on a normal profile we seem to have this code for slot 1
04100000 AC3B90C0 0000XXXX
04100000 AC3B90C4 000000XX

And quantity seems to be 4 away from the item modifier code

So my wild guess is it's

[Profile 2 Item modifier]
04100000 AC424F90 0000xxxx <-------------- item id from
04100000 AC424F94 000000xx <-------------- quantity

(can't test this even if I wanted to s-sorry)

Thanks mate!
It was also my initial idea.
I'll test it and let you know if it worked.

But my next problem is related to the item slot.. I guess its the the first item slot.
What about item slot 2, 3, 4, etc.?

Here I dont seem to find a consequent logic behind this:

[Item Slot 1]
04100000 AC3B90C0 0000xxxx
04100000 AC3B90C4 000000xx

[02]
04100000 AC3B90C8 0000xxxx
04100000 AC3B90CC 000000xx

[03]
04100000 AC3B90D0 0000xxxx
04100000 AC3B90D4 000000xx

[04]
04100000 AC3B90D8 0000xxxx
04100000 AC3B90DC 000000xx

[05]
04100000 AC3B90E0 0000xxxx
04100000 AC3B90E4 000000xx

[06]
04100000 AC3B90E8 0000xxxx
04100000 AC3B90EC 000000xx

[07]
04100000 AC3B90F0 0000xxxx
04100000 AC3B90F4 000000xx

[08]
04100000 AC3B90F8 0000xxxx
04100000 AC3B90FC 000000xx

[09]
04100000 AC3B9100 0000xxxx
04100000 AC3B9104 000000xx
 
Thanks mate!
It was also my initial idea.
I'll test it and let you know if it worked.

But my next problem is related to the item slot.. I guess its the the first item slot.
What about item slot 2, 3, 4, etc.?

Here I dont seem to find a consequent logic behind this:

[Item Slot 1]
04100000 AC3B90C0 0000xxxx
04100000 AC3B90C4 000000xx

[02]
04100000 AC3B90C8 0000xxxx
04100000 AC3B90CC 000000xx

[03]
04100000 AC3B90D0 0000xxxx
04100000 AC3B90D4 000000xx

[04]
04100000 AC3B90D8 0000xxxx
04100000 AC3B90DC 000000xx

[05]
04100000 AC3B90E0 0000xxxx
04100000 AC3B90E4 000000xx

[06]
04100000 AC3B90E8 0000xxxx
04100000 AC3B90EC 000000xx

[07]
04100000 AC3B90F0 0000xxxx
04100000 AC3B90F4 000000xx

[08]
04100000 AC3B90F8 0000xxxx
04100000 AC3B90FC 000000xx

[09]
04100000 AC3B9100 0000xxxx
04100000 AC3B9104 000000xx
The logic is that each slot is +8 from the last. Up to slot 20 (slots 30-40 aren't immediately after slots 1-20 since they require upgrades).

C0 - C8 (+8)
C8 - D0 (+8)
D0 - D8 (+8)
D8 - E0 (+8)
etc...

As for quantities, that's +4 from the slot as mentioned before. Didn't you see the repeating 0's and 8's to notice a pattern?
 
  • Like
Reactions: Lionheartwolf
Could anyone help with Item variations? I know changing the item quality changes the colour but I can't seem to get anymore than 2 colours so I think my code is incorrect.
 
The logic is that each slot is +8 from the last. Up to slot 20 (slots 30-40 aren't immediately after slots 1-20 since they require upgrades).

C0 - C8 (+8)
C8 - D0 (+8)
D0 - D8 (+8)
D8 - E0 (+8)
etc...

As for quantities, that's +4 from the slot as mentioned before. Didn't you see the repeating 0's and 8's to notice a pattern?
Thanks for the advice.
I see the pattern for itemslot 1 to 8.
But when I get to Itemslot 9 the pattern changes
[Itemslot 8]
04100000 AC3B90F8

[Itemslot 9]
04100000 AC3B9100

It jumps from 90F8 to 9100

So what would be the pattern if I use the code for Profile 2?
If I assume that the following code is for itemslot 1:

[Profile 2 Itemslot 1]
04100000 AC424F90

[Profile 2 Itemslot 2]
04100000 AC424F98

[Profile 2 Itemslot 3]
04100000 AC425000

[Profile 2 Itemslot 4]
04100000 AC425008

___________________________________

Edit: I tested it and I can confirm that:
Profile 2 Itemslot 1 = AC424F90
Profile 2 Itemslot 2 = AC424F98

But I cannot figure out the pattern for Itemslot 3 and the rest.

I tried Itemslot 3 with this code AC425000 but it doesn't work.

Any idea on this?
 
Last edited by opm002,
From my literally nonexistent understanding of cheat codes:
[Profile 2 Item modifier]
04100000 AC424F90 0000xxxx
This cheat says, write value 0000xxxx to AC424F90

So since quantity probably isn't at AC424F90, we probably need to find out where quantity is
on a normal profile we seem to have this code for slot 1
04100000 AC3B90C0 0000XXXX
04100000 AC3B90C4 000000XX

And quantity seems to be 4 away from the item modifier code

So my wild guess is it's

[Profile 2 Item modifier]
04100000 AC424F90 0000xxxx <-------------- item id
04100000 AC424F94 000000xx <-------------- quantity

(can't test this even if I wanted to s-sorry)
I can confirm it works like a charm.
Although I had to update the game to v1.1.0.
 
i did have empty plots when you have to set 3 houses, i went to the island like 5 times and no one was there. i gave up and probably gonna manually change them.

I did the same thing with my first 3 empty plots, went to Mystery Island like 10-15 times every day (3 days in a row) and no one was there.

Now I have villagers that I don't like/want :( How can I replace those villagers? cheats? Save modifier?
 

Site & Scene News

Popular threads in this forum