ROM Hack [Spider] ARCode

Akantr4

Active Member
Newcomer
Joined
Aug 23, 2014
Messages
33
Trophies
0
Age
34
XP
89
Country
Hi

Can someone help me make this code work for Inazuma Eleven Go: Chrono Stone Thunderflash [E]

I found where Arions Stats are stored but trying to change them to 999 is not working here:

X39C7916 000003E7
X39C7918 000003E7
X39C791A 000003E7
X39C791C 000003E7
X39C791E 000003E7
X39C7920 000003E7
X39C7922 000003E7
X39C7924 000003E7

I have tried changing the X value to 0,1,2,4 but nothing is changed. How do I make this work?
 

ymyn

Well-Known Member
Member
Joined
Oct 5, 2010
Messages
688
Trophies
0
XP
1,908
Country
Hey ymyn can you convert this Fire Emblem If v1.0 code to v1.1 Please?

Supports fast
03F2F118 E3A01063
03F2F020 E3A01063
03F2EFC0 E3A01063

Thanks!

Code:
Fire Emblem If Special Edition (Japan) [000400000012DE00] Ver1.1
Supports fast
高速支援上げ
03E2F810 E3A01063
03E2F718 E3A01063
03E2F6B8 E3A01063
 

Irumi`

Well-Known Member
Member
Joined
May 2, 2015
Messages
104
Trophies
0
Age
26
XP
157
Country
Italy
Hi

Can someone help me make this code work for Inazuma Eleven Go: Chrono Stone Thunderflash [E]

I found where Arions Stats are stored but trying to change them to 999 is not working here:

X39C7916 000003E7
X39C7918 000003E7
X39C791A 000003E7
X39C791C 000003E7
X39C791E 000003E7
X39C7920 000003E7
X39C7922 000003E7
X39C7924 000003E7

I have tried changing the X value to 0,1,2,4 but nothing is changed. How do I make this work?
I'll try to work on it.
 

hawkeye91

Well-Known Member
Newcomer
Joined
Feb 16, 2015
Messages
61
Trophies
0
XP
242
Country
United States
Here you go..


ETRIAN ODYSSEY 2 UNTOLD : FAFNIR KNIGHT (USA)


Money 9999999 : 031125B0 05F5E0FF

Party Skill Point ( story mode ):
231125BA 000000FF
231126C2 000000FF
231127CA 000000FF
231128D2 000000FF
231129DA 000000FF
 
Last edited by hawkeye91,
  • Like
Reactions: Midgetgirl05

MichiS97

"Leftist snowflake milennial"
Member
Joined
Jun 14, 2011
Messages
1,815
Trophies
2
Age
26
Location
Munich
XP
3,599
Country
Germany
Hi

Can someone help me make this code work for Inazuma Eleven Go: Chrono Stone Thunderflash [E]

I found where Arions Stats are stored but trying to change them to 999 is not working here:

X39C7916 000003E7
X39C7918 000003E7
X39C791A 000003E7
X39C791C 000003E7
X39C791E 000003E7
X39C7920 000003E7
X39C7922 000003E7
X39C7924 000003E7

I have tried changing the X value to 0,1,2,4 but nothing is changed. How do I make this work?

Well you're trying to write a 16 bit value so you need to change X to 1.
If it doesn't work with that you either have the wrong addresses or the game uses pointers that you'd have to find.
 

omega59

Well-Known Member
Member
Joined
Jul 14, 2007
Messages
627
Trophies
1
XP
1,561
Country
Canada
Anyone know why NONE of the cheats on Fort42 work. I checked CRT and game versions/region none work. example, paper mario, majoras mask, luigi's mansion, yoshi new island. what's going on?? My browser is 63.63.15 i cleared history and cache etc. USA 3Ds.
 
Last edited by omega59,

MichiS97

"Leftist snowflake milennial"
Member
Joined
Jun 14, 2011
Messages
1,815
Trophies
2
Age
26
Location
Munich
XP
3,599
Country
Germany
Can you explain more please. Thank you,
http://doc.kodewerx.org/hacking_nds.html#arcodetypes

These are the code types that are used on the NDS and on the 3DS with ARCode. The value you are writing is 9999, or 03E7 in hexadecimal. That's a four digit value and therefore takes up two addresses, two bytes to be exact. 2 bytes equal 16 bits so you need the 16-bit RAM Write code documented in the link above. Therefore the code for writing 0x03E7 to the address 0x039C7916 is 139C7916 000003E7. Now, if that code doesn't have any effects there's two possible reasons why; either the addresses you've found are wrong and aren't actually responsible for the stats you want to change or the addresses for the stats are allocated dynamically and use pointers. That basically means that the values are stored in a different address everytime you start the game.
Now that doesn't mean that you couldn't make a code for something that uses pointers since you can simply read the current address the values are stored in from memory but finding the base address, which is the place the address your looking for is stored in, can be quite difficult. I think I'm not the best to explain this, since I don't have very much experience with this, so somebody who has bigger knowledge about this issue might be a better help for you.
 

skrlegend

Active Member
Newcomer
Joined
Jul 14, 2015
Messages
40
Trophies
0
Age
34
XP
108
Country
Mexico
Hi everybody, sorry for ask but, i try to do this with a wateway game card and when i scan the qr code my screen frozen in "running exploit" there´s some way i can use this with my games? i have a New 3ds 9.0.0-U :) thanks a lot for your answers ^^ and have a good day :3
 

Ryu Kenshin

Well-Known Member
Member
Joined
Jul 15, 2015
Messages
275
Trophies
0
Age
39
XP
1,306
Country
Hi everybody, sorry for ask but, i try to do this with a wateway game card and when i scan the qr code my screen frozen in "running exploit" there´s some way i can use this with my games? i have a New 3ds 9.0.0-U :) thanks a lot for your answers ^^ and have a good day :3
New3DS do not use Spider exploit (it use Skater) so it cannot run ARCode :D
New3DS could use NTR cheat plugin to cheat in-game :sleep:
 

Ryu Kenshin

Well-Known Member
Member
Joined
Jul 15, 2015
Messages
275
Trophies
0
Age
39
XP
1,306
Country

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: Well start walking towards them +1