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

catlady77

Well-Known Member
Member
Joined
Apr 7, 2020
Messages
807
Trophies
0
Age
35
XP
788
Country
United States
1.3.1
BID: E43B24AF5D84F44C

Code:
[Max speed x4 (Hold B)]
04000000 00FB725C BD4FAE61
80000002
04000000 00FB725C 1E221001
20000000

[Walk Through Walls (Hold L)]
04000000 00F39150 B953B814
80000040
04000000 00F39150 12800014
20000000

thank you, can you do 2x?
 

DevastedLoner

Member
Newcomer
Joined
Apr 25, 2020
Messages
5
Trophies
0
Age
30
XP
593
Country
Singapore
Hi @Taishiro , can you send me the code / publish here to change the previous version cheats to the current version cheats? ><
Sorry to trouble you :) Last time you did the c# code and posted here before, appreciated it alot ^^
 
Last edited by DevastedLoner,

OblivionReign

Developer
Developer
Joined
Apr 23, 2016
Messages
2,540
Trophies
2
XP
7,672
Country
Japan
1.3.1
BID: E43B24AF5D84F44C
Code:
[Animation Speed x1]
04000000 034A7EC0 3F800000

[Animation Speed x50]
04000000 034A7EC0 42480000

[Animation Speed x2]
04000000 034A7EC0 40000000

[Animation Speed x5]
04000000 034A7EC0 40A00000

[Max speed x4 (Hold B)]
04000000 00FB725C BD4FAE61
80000002
04000000 00FB725C 1E221001
20000000

[Max speed x3 (Hold B)]
04000000 00FB725C BD4FAE61
80000002
04000000 00FB725C 1E211001
20000000

[Max speed x2 (Hold B)]
04000000 00FB725C BD4FAE61
80000002
04000000 00FB725C 1E201001
20000000

[Walk Through Walls (Hold L)]
04000000 00F39150 B953B814
80000040
04000000 00F39150 12800014
20000000
 
Last edited by OblivionReign,

Taishiro

Well-Known Member
Member
Joined
Apr 22, 2020
Messages
322
Trophies
0
Age
23
XP
854
Country
Chile
Hi @Taishiro , can you send me the code / publish here to change the previous version cheats to the current version cheats? ><
Sorry to trouble you :) Last time you did the c# code and posted here before, appreciated it alot ^^
Yes I can! :o It's been a while since I made that. Are you asking for v1.2->v1.3?

Try this. I assume it might work

Code:
        public string ConvertFromv1_2(string CheatCode)
        {
            const int Difference = 0xA1FD28;

            foreach (string CheatLine in CheatCode.Split(Convert.ToChar(13)))
            {
                string[] LineParts = CheatLine.Split(' ');

                if (LineParts.Length > 2 && LineParts[1].Length == 8)
                {
                    int Mem = int.Parse(LineParts[1], NumberStyles.HexNumber);
                    Mem = Mem - Difference;

                    CheatCode = CheatCode.Replace(LineParts[1], Mem.ToString("X8"));
                }
            }

            return CheatCode;
        }
 
Last edited by Taishiro,
  • Like
Reactions: DevastedLoner

burhansalih

Well-Known Member
Member
Joined
Jan 11, 2009
Messages
1,596
Trophies
1
Location
London, England
XP
2,454
Country
United Kingdom
Hi again...

I haven't seen this posted yet, so sorry if it has been posted somewhere else already....
All Sea Creatures from 1.3.0 to give to Blathers or villagers or just to display.
It will not update your Critterpedia.
It fills all 40 slots (Atmosphere) so use with care.
Use R + A to activate and it will stuff all 40 slots in your PLAYER 1's POCKETS.
PLAYER 1 ONLY , but you can easily edit as needed.
Code:
[(R+A) ALL SEA CREATURES P1 acnh_1_3_0]
80000081
08100000 ABA526A8 00000000 00000A3C
08100000 ABA526B0 00000000 00000B0E
08100000 ABA526B8 00000000 00000B0F
08100000 ABA526C0 00000000 00000B10
08100000 ABA526C8 00000000 00000B11
08100000 ABA526D0 00000000 00000B12
08100000 ABA526D8 00000000 00000B13
08100000 ABA526E0 00000000 00000B16
08100000 ABA526E8 00000000 00000B17
08100000 ABA526F0 00000000 00000B18
08100000 ABA526F8 00000000 00000B19
08100000 ABA52700 00000000 00000B1A
08100000 ABA52708 00000000 00000B1B
08100000 ABA52710 00000000 00000B1C
08100000 ABA52718 00000000 00000B1D
08100000 ABA52720 00000000 00000B1E
08100000 ABA52728 00000000 00000B1F
08100000 ABA52730 00000000 00000B20
08100000 ABA52738 00000000 00000B21
08100000 ABA52740 00000000 00000B22
08100000 ABA525F0 00000000 00000B24
08100000 ABA525F8 00000000 00000B25
08100000 ABA52600 00000000 00000B26
08100000 ABA52608 00000000 00000B27
08100000 ABA52610 00000000 00000B28
08100000 ABA52618 00000000 00000B29
08100000 ABA52620 00000000 00000B2A
08100000 ABA52628 00000000 00001B08
08100000 ABA52630 00000000 00001C17
08100000 ABA52638 00000000 00001C23
08100000 ABA52640 00000000 00001C2E
08100000 ABA52648 00000000 00001C3C
08100000 ABA52650 00000000 00001C4D
08100000 ABA52658 00000000 00001C54
08100000 ABA52660 00000000 00001C63
08100000 ABA52668 00000000 00001C6E
08100000 ABA52670 00000000 00001C87
08100000 ABA52678 00000000 00001C8C
08100000 ABA52680 00000000 00001C96
08100000 ABA52688 00000000 00001CF3
20000000
Hope it helps someone.
j

If you want it to fill critterpedia you need to use Spawn Tool R9.1 which is located here

https://gbatemp.net/threads/animal-crossing-new-horizons-item-spawning-tool.561966/
 

DevastedLoner

Member
Newcomer
Joined
Apr 25, 2020
Messages
5
Trophies
0
Age
30
XP
593
Country
Singapore
Yes I can! :o It's been a while since I made that. Are you asking for v1.2->v1.3?

Try this. I assume it might work

Code:
        public string ConvertFromv1_2(string CheatCode)
        {
            const int Difference = 0xA1FD28;

            foreach (string CheatLine in CheatCode.Split(Convert.ToChar(13)))
            {
                string[] LineParts = CheatLine.Split(' ');

                if (LineParts.Length > 2 && LineParts[1].Length == 8)
                {
                    int Mem = int.Parse(LineParts[1], NumberStyles.HexNumber);
                    Mem = Mem - Difference;

                    CheatCode = CheatCode.Replace(LineParts[1], Mem.ToString("X8"));
                }
            }

            return CheatCode;
        }
Erms seems to be different, i think the const int difference is wrong uh.
The code i get when i run this
08100000 AC4723D0
i get
08100000 ACE920F8
supposed to be
08100000 ABA526A8
Thanks ^^ I not sure what went wrong ><.
Am on the previous version before the 1.3.0 came which needs to change all the code again.
 

ELY_M

Developer
Developer
Joined
Dec 6, 2007
Messages
708
Trophies
1
XP
1,665
Country
United States
I did tested the walking code.

I cant go thru to water. I did tested with both regular clothes and swimsuit.
only work with going thru fences and structures.


1.3.1
BID: E43B24AF5D84F44C


[Walk Through Walls (Hold L)]
04000000 00F39150 B953B814
80000040
04000000 00F39150 12800014
20000000
[/CODE]
 

Biggles

Active Member
Newcomer
Joined
Jun 13, 2020
Messages
27
Trophies
0
XP
120
Country
United States
1.3.1
BID: E43B24AF5D84F44C

Code:
[Max speed x4 (Hold B)]
04000000 00FB725C BD4FAE61
80000002
04000000 00FB725C 1E221001
20000000

[Walk Through Walls (Hold L)]
04000000 00F39150 B953B814
80000040
04000000 00F39150 12800014
20000000

Thanks for the code. How do you go about finding the address for speed (running/walking)? I'm using Noexes to find addresses, but I'm not sure if running and walking would be in the same address, so narrowing it down has been difficult. I've been trying to find the address for swimming with no luck so far and I'm starting to get discouraged haha.
 

OblivionReign

Developer
Developer
Joined
Apr 23, 2016
Messages
2,540
Trophies
2
XP
7,672
Country
Japan
1.3.1
BID: E43B24AF5D84F44C
Code:
[Animation Speed x1]
04000000 034A7EC0 3F800000

[Animation Speed x50]
04000000 034A7EC0 42480000

[Animation Speed x2]
04000000 034A7EC0 40000000

[Animation Speed x5]
04000000 034A7EC0 40A00000

[Max speed x4 (Hold B)]
04000000 00FB725C BD4FAE61
80000002
04000000 00FB725C 1E221001
20000000

[Max speed x3 (Hold B)]
04000000 00FB725C BD4FAE61
80000002
04000000 00FB725C 1E211001
20000000

[Max speed x2 (Hold B)]
04000000 00FB725C BD4FAE61
80000002
04000000 00FB725C 1E201001
20000000

[Walk Through Walls (Hold L)]
04000000 00F39150 B953B814
80000040
04000000 00F39150 12800014
20000000
Thanks for the code. How do you go about finding the address for speed (running/walking)? I'm using Noexes to find addresses, but I'm not sure if running and walking would be in the same address, so narrowing it down has been difficult. I've been trying to find the address for swimming with no luck so far and I'm starting to get discouraged haha.
They were found specifically via arm instruction initially using IDA pro
 
  • Like
Reactions: Biggles

sm0kemyb0ng

Banned!
Banned
Joined
Jul 3, 2020
Messages
24
Trophies
0
Age
33
XP
13
Country
United States
I don't believe there are any working codes right meow for that I do believe you just have to use NHSE atm

Thx. Is there currently an ACNHPoker version that I can load items into storage on my other characters? Can only spawn 1-40 on alt characters in inventory. Main account can only inject storage :(
 

OblivionReign

Developer
Developer
Joined
Apr 23, 2016
Messages
2,540
Trophies
2
XP
7,672
Country
Japan
Thx. Is there currently an ACNHPoker version that I can load items into storage on my other characters? Can only spawn 1-40 on alt characters in inventory. Main account can only inject storage :(
Storage? No I don't think any of the creators got the new addresses for storage on any of the characters past 1
 

vgplayer54

Well-Known Member
Member
Joined
Feb 4, 2010
Messages
555
Trophies
1
XP
1,888
Country
Canada
Does anyone know how to use NHSE to force Redd specifically to appear as the visitor? Every day in a week if possible. Not sure how to do this, but I'm sure I've read in this thread earlier somewhere that it can be done.
Thank you :)
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • ZeroT21 @ ZeroT21:
    it wasn't a question, it was fact
  • BigOnYa @ BigOnYa:
    He said he had 3 different doctors apt this week, so he prob there. Something about gerbal extraction, I don't know.
    +1
  • ZeroT21 @ ZeroT21:
    bored, guess i'll spread more democracy
  • LeoTCK @ LeoTCK:
    @K3Nv2 one more time you say such bs to @BakerMan and I'll smack you across the whole planet
  • K3Nv2 @ K3Nv2:
    Make sure you smack my booty daddy
    +1
  • LeoTCK @ LeoTCK:
    telling him that my partner is luke...does he look like someone with such big ne
    eds?
  • LeoTCK @ LeoTCK:
    do you really think I could stand living with someone like luke?
  • LeoTCK @ LeoTCK:
    I suppose luke has "special needs" but he's not my partner, did you just say that to piss me off again?
  • LeoTCK @ LeoTCK:
    besides I had bigger worries today
  • LeoTCK @ LeoTCK:
    but what do you know about that, you won't believe me anyways
  • K3Nv2 @ K3Nv2:
    @BigOnYa can answer that
  • BigOnYa @ BigOnYa:
    BigOnYa already left the chat
  • K3Nv2 @ K3Nv2:
    Biginya
  • BigOnYa @ BigOnYa:
    Auto correct got me, I'm on my tablet, i need to turn that shit off
  • K3Nv2 @ K3Nv2:
    With other tabs open you perv
  • BigOnYa @ BigOnYa:
    I'm actually in my shed, bout to cut 2-3 acres of grass, my back yard.
  • K3Nv2 @ K3Nv2:
    I use to have a guy for that thanks richard
  • BigOnYa @ BigOnYa:
    I use my tablet to stream to a bluetooth speaker when in shed. iHeartRadio, FlyNation
  • K3Nv2 @ K3Nv2:
    While the victims are being buried
  • K3Nv2 @ K3Nv2:
    Grave shovel
  • BigOnYa @ BigOnYa:
    Nuh those goto the edge of the property (maybe just on the other side of)
  • K3Nv2 @ K3Nv2:
    On the neighbors side
    +1
  • BigOnYa @ BigOnYa:
    Yup, by the weird smelly green bushy looking plants.
    K3Nv2 @ K3Nv2: https://www.the-sun.com/news/10907833/self-checkout-complaints-new-target-dollar-general-policies...