ROM Hack [Spider] ARCode

  • Thread starter Thread starter KazoWAR
  • Start date Start date
  • Views Views 996,955
  • Replies Replies 3,416
  • Likes Likes 27
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!
 
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?
 
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
 
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.
 
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
Any codes for Youkai Watch Busters??? I want a maximum money code because it's difficult for me play a lot :(
 
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.
 
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,
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.

Can you explain more please. Thank you,
 
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.
 
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
 
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 :closedeyes:
 

Site & Scene News

Popular threads in this forum