ROM Hack How to find addresses in 3ds games to make cheats with?

Ich_73

Well-Known Member
Member
Joined
Aug 27, 2020
Messages
133
Trophies
0
XP
640
Country
Germany
I'm trying to add a name editor to my acnl plugin, any hints on how to find the address?
I'd suggest to search whether you can find the encoding scheme (character to number) used in that game. If you can't find one, try searching for it the following way:
Start with a = 0. Then search for the text using a=0, b=1, etc. If you don't find anything increase a.
Now a=1. Search for text using a=1,b=2, etc. And so on
Maybe you can find it that way.
 

SirEnder125

Well-Known Member
OP
Newcomer
Joined
Dec 8, 2020
Messages
86
Trophies
0
Age
16
XP
210
Country
United States
I actually added a name changer with help from the developer of the Vapecord-ACNL-Plugin.
Thanks for your help. I do need a way to find the coordinates of my player in ACNL.
Do I just move then research the values?
 

Ich_73

Well-Known Member
Member
Joined
Aug 27, 2020
Messages
133
Trophies
0
XP
640
Country
Germany
@SirEnder125 If you're for example trying to get the x-coordinate of the player, you first search for all addresses. You then move in a direction that changes the x-coordinate in a way you know - walking towards positive x OR negative x - so that you can then search for values bigger (for positive x) or smaller (for negative x). So don't confuse positive x with negative x and x and y axes, that's all I was talking about. Sorry if that wasn't clear enough or just too obvious for you.
 

SirEnder125

Well-Known Member
OP
Newcomer
Joined
Dec 8, 2020
Messages
86
Trophies
0
Age
16
XP
210
Country
United States
Ok, I narrowed it down to these 3:
0x0FFFEC34
0x3307783C
0x33077844
Is it one of those?

I edited each. Nothing happened.
 

SirEnder125

Well-Known Member
OP
Newcomer
Joined
Dec 8, 2020
Messages
86
Trophies
0
Age
16
XP
210
Country
United States
Oh, ok. I don't really know how to do that.
I'm trying to find a debugger to use for cheat plugins.
Any suggestions?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    AncientBoi @ AncientBoi: Ahhhh ok