ROM Hack [Spider] ARCode

Lord M

Well-Known Member
Member
Joined
Oct 31, 2014
Messages
1,075
Trophies
0
Age
31
XP
502
Country
Italy
Great, thanks for the information. I managed to port the codes for the US version (and tested them in the NTR CFW):
# stop time count down
AR Code
03E76AC8 E1A01002
NTR CFW
write(0x176AC8, (0x02, 0x10, 0xA0, 0xE1), pid=PP)

# pass over time-up
AR Code
03E76AB4 E3A03E01
03E76AD0 E1510003
NTR CFW
write(0x176AB4, (0x01, 0x3E, 0xA0, 0xE3), pid=PP)
write(0x176AD0, (0x03, 0x00, 0x51, 0xE1), pid=PP)

And PP should be replaced by the appropriate process ID using listprocess() command in NTR CFW.

If you could put a tutorial on how to find such a function (timer) that would be great so we could learn more. I am also interested to find the function that decrease the heart in Luigi Mansion Dark Moon game so that we could nop it.

Cheers.
Yeah, we, here, are very interested to learn about those type of 3ds codes
 

NyaakoXD

( ͡° ͜ʖ ͡°)
Member
Joined
Dec 16, 2013
Messages
1,858
Trophies
2
Location
In your closet...
XP
3,673
Country
United States
I need help with the money code for Lord of Magna Maiden Heaven (US) I did the memory dump and use ARcode cheat finder and got this code for crystal 99999, code is 02EEF9B4 0001869F , but the code doesnt work . i used QRcode scaner . can someone help me see why the code not working.
Been wondering about this too. :/
 

supermariorick

Well-Known Member
Member
Joined
Jun 18, 2010
Messages
640
Trophies
1
XP
816
Country
United States
What about those button codes, anyone?
damn I can't believe we're almost at 100 pages. anyway, button codes don't work as this doesn't have the ability to freeze values. perhaps if there is some way to temporarily inject toggleable activators using asm on the fly then maybe this can happen? I don't know I'm no expert all I know is reference.
 

Lord M

Well-Known Member
Member
Joined
Oct 31, 2014
Messages
1,075
Trophies
0
Age
31
XP
502
Country
Italy
damn I can't believe we're almost at 100 pages. anyway, button codes don't work as this doesn't have the ability to freeze values. perhaps if there is some way to temporarily inject toggleable activators using asm on the fly then maybe this can happen? I don't know I'm no expert all I know is reference.
Button codes only with NTR-CFW cheat plugins
 

Spider_Man

Well-Known Member
Member
Joined
May 28, 2015
Messages
3,929
Trophies
0
Age
38
XP
5,184
Country
United States
Maybe a video tutorial would be helpful..?
the program is pretty easy to use.

use the web browser (on your 3ds) to dump your ram, make a note of what code value your searching, and repeat a few times.

copy the fcram dumps to your computer (i rename them to the code value im searching) then open your first one in cheat engine, select the code type you want to search (known/unknown) hit new search, open next dump and change the value type accordingly then hit next search.

when you get say 10 or less results, write the address down and put it into the QR generator site then create QR, use QR scanner on the 3ds to scan an test/apply the code.

It really is that simple
 

KrimzoneReaver

Member
Newcomer
Joined
Mar 16, 2008
Messages
6
Trophies
0
XP
160
Country
United States
I'm not sure what I am doing wrong. I have an o3ds with a sysnand of 7.1.0-14U with v1.7552 browser, emunand GW3D 9.5.0-23U with 1.7567 browser. If I am running my sysnand to play a cartridge, I am still able to use the Home button while playing a game, but when I am using my emunand to run a rom (using Gateway) or cartridge (using Gateway Classic), my Home button is disabled. Do I need to downgrade my sysnand to 4.5 in order to use my Home button with emunand?
 

Las0mbra

New Member
Newbie
Joined
Jun 4, 2015
Messages
2
Trophies
0
Age
37
XP
77
Country
Gambia, The
I have a problem cheating Bravely Default (EUR) [CTR-BTRP].

First of, I have a new 3DS 9.0. With liomajor's "How to use NTR CFW + Debugger with ARCode Cheats" i was able to dump the memory of Fire Emblem - Awakening find the Offset for Money and edit the memory address. [Yes, it's the same as already posted in the database. Just did it for training.]
So the basics are not a problem.

With Bravely Default specifically the problem is that searching the dump files never leads to a result. There are codes for the US version out there and someone wrote they work for the EUR version but all those codes are outside of the "valid memregions" according to the NTR Debugger.

The debugger gives the region:

14000000 - 1667ffff , size: 02680000

but the codes I find around the site are in this range

167ABAEC - 175D70D0


So the question is:
is the NTR debugger unable to access the right region for this game or am I doing something wrong.

I'm looking for the villager code, if someone has one aside from the one already in the database, that would be great.
 
  • Like
Reactions: Margen67

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,747
Trophies
2
XP
6,316
Country
The debugger gives the region:

14000000 - 1667ffff , size: 02680000

but the codes I find around the site are in this range

167ABAEC - 175D70D0


So the question is:
is the NTR debugger unable to access the right region for this game or am I doing something wrong.

I'm looking for the villager code, if someone has one aside from the one already in the database, that would be great.
167ABAEC-16680000 = xxxxxx +08000000 = ntr cfw address
 

Las0mbra

New Member
Newbie
Joined
Jun 4, 2015
Messages
2
Trophies
0
Age
37
XP
77
Country
Gambia, The
167ABAEC-16680000 = xxxxxx +08000000 = ntr cfw address

Okay. I'm definitely a moron. I should have searched in this region, too. 08000000 - 09392fff , size: 01393000

Thanks, dsrules.
I've managed to change at least something as simple as money. The villagers will be more difficult since I can't change the number more than once per day.

While writing the following I think I began to understand. The addresses beyond 1667ffff are written beginning with 8000000.


But I can't say I understand what you did there.
You took the supposed address which is 14000000 + 'ARCode' and removed the range of the memory. That gives you the offset by which it's out of bound. And it definitely correct as the US code is exactly 0x80000 offset from my result, so it's just a regional difference.
But why?
Fire Emblem didn't have this. There the code is directly at 14000000+'ARCode'.

//Edit:

Just one search from 12 to 16 after a Net-Invite and I have it :D

Thank you very much dsrules and liomajor!

So for Bravely Default (EUR) I have these 2 working for me:

Money:

NTR Debugger: 80823B4
ARCode: 27023B4 0098967F


Village Population:

NTR Debugger: 8ED1E98
ARCode: 3551E98 000003E7

I someone would confirm these, might be worth adding them to the database.
 
Last edited by Las0mbra,
  • Like
Reactions: Margen67

tomx86

Well-Known Member
Member
Joined
Jun 3, 2015
Messages
780
Trophies
0
Age
38
XP
2,203
Country
Poland
Button codes only with NTR-CFW cheat plugins

damn I can't believe we're almost at 100 pages. anyway, button codes don't work as this doesn't have the ability to freeze values. perhaps if there is some way to temporarily inject toggleable activators using asm on the fly then maybe this can happen? I don't know I'm no expert all I know is reference.

Oh, that's a shame. O well maybe some day there will by a .CIA ARCodes or GATEWAY adds a cheat feature similar to NTR-CFW cheat plugins. Thanks for the reply guys.
 
Last edited by tomx86,

Eddypikachu

Well-Known Member
Member
Joined
Mar 25, 2015
Messages
921
Trophies
0
Age
34
XP
2,140
Country
United States
Can someone make a bravely default code that can get unlock the Japanese costumes for the US version of the game such as the Bravo Bunny ect?
 

GameSystem

Well-Known Member
Member
Joined
Sep 14, 2009
Messages
606
Trophies
1
XP
1,733
Country
United States
Puzzle and Dragons Z Mario Bros.

Transform Items x99
03A2AE60 00000063 Super Mushroom
03A2AE68 00000063 Fire Flower
03A2AE70 00000063 Super Leaf
03A2AE78 00000063 Ice Flower
03A2AE80 00000063 Boo Mushroom
03A2AEB0 00000063 Poison Mushroom
03A2AEB8 00000063 P-Wing
03A2AFE8 00000063 Goomba Coin
03A2AFF0 00000063 Cheep Cheep Coin
03A2AFF8 00000063 Flame Chomp Coin
03A2B000 00000063 Lakitu Coin
03A2B008 00000063 Boo Coin

Skill Items x99
03A2AEC0 00000063 Grand Star Coin
03A2AEC8 00000063 Grand Green Star Coin
03A2AED0 00000063 Grand Gold Mushroom
03A2AED8 00000063 Grand Super Star
03A2AEf8 00000063 Star Coin
03A2AF00 00000063 Green Star Coin
03A2AF08 00000063 Gold Mushroom
03A2AF10 00000063 Super Star
03A2AF18 00000063 Comet Medal
03A2AF20 00000063 Berry
03A2AF28 00000063 Bowser's Shell
03A2AF30 00000063 Rare Berry
03A2AF38 00000063 Grand Bowser's Shell
03A2AFA0 00000063 Star Gem

I'm missing a few items and some of the names may be switched around. If anyone can fill in the blanks I would appreciate it.
 

Spider_Man

Well-Known Member
Member
Joined
May 28, 2015
Messages
3,929
Trophies
0
Age
38
XP
5,184
Country
United States
any way you'd be willing to make a code for Majora's Mask 3D that activates the infinite blue magic meter without chateau romani? I found the same code for the Wii Virtual Console version of Majora's mask on geckocodes but I have no idea how to port it.
Hi,

I will be trying to find this code in a few days when i get back into it, im busy at the moment moving house so dont have time at the moment.

if you can send me your infinite magic code and the blue magic i will look at it and im guessing the memory region maybe similar to each other (your code) and the value
 
D

Deleted User

Guest
I used some ARCodes for Animal Crossing, the codes I used was the extierior hacks... But my home is back to a tent...
 

Dark Roxas

New Member
Newbie
Joined
Jun 5, 2015
Messages
2
Trophies
0
Age
26
XP
52
Country
France
Could you put the AR codes for inazuma eleven 3 team ogre attack and go galaxy light

Thank you in advance for the job and sorry for bad English, I'm French
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    SylverReZ @ SylverReZ: @K3Nv2, https://www.youtube.com/watch?v=U8uydsntOyc