ROM Hack [Spider] ARCode

k7ra

Well-Known Member
Member
Joined
Dec 11, 2016
Messages
804
Trophies
0
Age
31
XP
1,895
Country
Russia
Look in this list for your version.
The browser for N3DS called Skater.
(for other readers and noobs, the new 3DS browser "Skater" won't work on an o3DS and vice versa)

Note, before installing the skater browser,
You must delete your spoofed browser first before installing this one.

Example, If you have an eur 3DS the title id is (without the spaces and quotes)
"00040030 20009D02" v="8192"
(United Kindom = Eur)

And your cheat-solution:
If you want to use cheats, and you don't have a Gateway 3DS red card, Your only option is AR NTR Plugin for NTR CFW
Thanks for help, would fix it now. (Fixed it, thanks again)
I have before o3ds and don't know that timewrap don't work on n3ds

I was interested how ppl dump and find cheats for browser if it's no more work :)
But I guess, it's only not work only for N3ds :\
One more question:
This cheats not working with ntr & GW, right? (GW can be converted to NTR)
Something interesting guys for you:
EUR FE Fates SE:
Cart id: 000400000017A800
Digital id: 000400000017A400
I was thinking that cart and digital versions of game have the same id, but I was wrong
 
Last edited by k7ra,

Mrperson0

Well-Known Member
Member
Joined
Jun 30, 2015
Messages
273
Trophies
0
Age
34
XP
818
Country
United States
Just wondering, is there an offline method for the lunarcookies site, or is it safe to say that the site will be up indefinitely due to it being on github?
 

Mrperson0

Well-Known Member
Member
Joined
Jun 30, 2015
Messages
273
Trophies
0
Age
34
XP
818
Country
United States
For those who still use ARCode, here are the one ymyn posted in the Gateway thread for the new Fire Emblem:

Code:
Fire Emblem Echoes (JPN) [00040000001A2B00]

Get Exp 100 After Defeat Enemy v1.0
03F509EC E3A00064
(From my tests, it doesn’t matter whether you defeat it or not as long as you attack it, just like the same code in previous 3DS FE games)


Able to control enemy v1.0
03DF9584 E1500000


Infinite Movement v1.0
03DF9590 E1500000


Able to item trade with the enemy v1.0 (have yet to test)
03E33C4C E1500000


Well does not wither v1.0
03F2CE6C EA000000
03F2CC80 EA000000


Anywhere starting position in preparations (including enemy) v1.0
03DF960C E1500000
03DF961C EA000007
03DF9650 E3A00001
03E07674 E3100B02
03E076DC E3100B02
(Enemy's danger area view  button is change from A to Y; have yet to test)

Able to use convoy anyone v1.0
03E1C5B0 E1A00000
03E1C9D8 E1A00000
(have yet to test)

All status up by LV up(Growth Rate must be Large than 1%) v1.0
03E56B84 E3A00001

Inf Use Mira Gear v1.0
03F34C0C 13A00001
(have yet to test)
 
Last edited by Mrperson0,

RyDog

Lazy Animal Crossing hacks
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
Country
United States
For those who still use ARCode, here are the one ymyn posted in the Gateway thread for the new Fire Emblem:

Code:
Fire Emblem Echoes (JPN) [00040000001A2B00]

Get Exp 100 After Defeat Enemy v1.0
03F509EC E3A00064
(From my tests, it doesn’t matter whether you defeat it or not as long as you attack it, just like the same code in previous 3DS FE games)


Able to control enemy v1.0
03DF9584 E1500000


Infinite Movement v1.0
03DF9590 E1500000


Able to item trade with the enemy v1.0
03E33C4C E1500000


Well does not wither v1.0
03F2CE6C EA000000
03F2CC80 EA000000


Anywhere starting position in preparations (including enemy) v1.0
03DF960C E1500000
03DF961C EA000007
03DF9650 E3A00001
03E07674 E3100B02
03E076DC E3100B02
(Enemy's danger area view  button is change from A to Y)

Able to use convoy anyone v1.0
03E1C5B0 E1A00000
03E1C9D8 E1A00000

All status up by LV up(Growth Rate must be Large than 1%) v1.0
03E56B84 E3A00001

Inf Use Mira Gear v1.0
03F34C0C 13A00001
code.bin offsets work with FCRAM (spider AR)?
Because iirc, offset 0x0 in FCRAM was offset 0x14000000 in virtual memory... :unsure:
 

Mrperson0

Well-Known Member
Member
Joined
Jun 30, 2015
Messages
273
Trophies
0
Age
34
XP
818
Country
United States
code.bin offsets work with FCRAM (spider AR)?
Because iirc, offset 0x0 in FCRAM was offset 0x14000000 in virtual memory... :unsure:

Usually it's just a small change. ymyn provided the conversions for Fates Special Edition (USA), and he was able to for Echoes JPN as well. Hopefully it'll be just as easy when it comes to the US.
 

RyDog

Lazy Animal Crossing hacks
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
Country
United States
Usually it's just a small change. ymyn provided the conversions for Fates Special Edition (USA), and he was able to for Echoes JPN as well. Hopefully it'll be just as easy when it comes to the US.
Converting GW codes from one region to another should be very easy. What concerns me is that I don't think those Action Replay Codes work.
How did you convert them? Looking at the GW code
Code:
[Able to control enemy v1.0]
002F9584 E1500000
0x2F9584 is the offset in this code.
Code:
Able to control enemy v1.0
03DF9584 E1500000
0x3DF9584 is the offset in your converted code. And 0x14000000 should be the base address of Action Replay codes (unless I'm wrong)
so the offset would be 0x17DF9584 ?
 

Mrperson0

Well-Known Member
Member
Joined
Jun 30, 2015
Messages
273
Trophies
0
Age
34
XP
818
Country
United States
Converting GW codes from one region to another should be very easy. What concerns me is that I don't think those Action Replay Codes work.
How did you convert them? Looking at the GW code
Code:
[Able to control enemy v1.0]
002F9584 E1500000
0x2F9584 is the offset in this code.
Code:
Able to control enemy v1.0
03DF9584 E1500000
0x3DF9584 is the offset in your converted code. And 0x14000000 should be the base address of Action Replay codes (unless I'm wrong)
so the offset would be 0x17DF9584 ?

Just wondering, did you try them out? The ones that do not have "(have yet to test)" label are the ones I have already tried and have been able to use with no issue.

Here is the conversion method ymyn provided:

Fire Emblem Echoes v1.0
Case1;0x00100000 <= Gate Way Address < 0x00500000
Gate Way Address + 0x03B00000 = Spider Address

Case2;0x00500000 <= Gate Way Address
Gate Way Address + 0x03610000 = Spider Address

Case2;Other
Gate Way;C0000000 YYYYYYYY Spider;C0000000 YYYYYYYY-1
 

Mrperson0

Well-Known Member
Member
Joined
Jun 30, 2015
Messages
273
Trophies
0
Age
34
XP
818
Country
United States
New batch of converted codes for Fire Emblem Echoes (JPN) that ymyn posted:

Code:
Infnite HP v1.0
03B379D0 E1A00004
03B379D4 E3550000
03B379D8 112FFF1E
03B379DC E59640CC
03B379E0 E3540000
03B379E4 012FFF1E
03B379E8 E5D44008
03B379EC E3540000
03B379F0 13540003
03B379F4 112FFF1E
03B379F8 E3A050FF
03B379FC E59640C4
03B37A00 E5C4503C
03B37A04 E2800064
03B37A08 E35000FF
03B37A0C A3A000FF
03B37A10 E5C600E3
03B37A14 E5C60404
03B37A18 E12FFF1E
03F523B4 EB035585

Move Distance Max v1.0
B3BD5974 00000000
C0000000 000000F9
50000004 00000000
DC000000 00000420
D0000000 00000000
D1000000 00000000
C0000000 000000F9
200000DF 00000032
60000018 00000000
B0000018 00000000
D0000000 00000000
D1000000 00000000
D2000000 00000000

Gold Coin 996 v1.0
03F34DB0 E51F0130
03F34DDC E2804C02
03F34DE0 E3A00FF9
03F34DE4 E1C404BC
03F34DE8 E8BD8010

Silver Coin 9984 v1.0
03F34EA0 E51F0220
03F34ECC E2804C02
03F34ED0 E3A00C27
03F34ED4 E1C405B2
03F34ED8 E8BD8010

Temp save does not disappear v1.0
03EBA3F0 E12FFF1E
Please Enable code before load temp save

4-14-17 Update:

Code:
Infinite item usage v1.0
03CD7024 E1A00000

Instant Message v1.0
03E9BF2C E35000FF

Run through monsters in 3D dungeons v1.0
03C7ED4C EA00003F

Can quit from battle the first turn v1.0
03F4D968 E3500001

All class selectable by class change v1.0 *tested on English translation*
03B37A40 E59F0010
03B37A44 E5900000
03B37A48 E5900000
03B37A4C E0800385
03B37A50 E0800285
03B37A54 E12FFF1E
03B37A58 0066014C
03CD1020 E3A00049
03CD1024 E59FA178
03CD1028 E58D0024
03CD1050 EB0D5A7A
03CD108C E3A00000
03CFBB48 E3A00001
03CFBB58 EA000036
 
Last edited by Mrperson0,

gengardenne

Well-Known Member
Member
Joined
Nov 14, 2016
Messages
356
Trophies
0
Age
28
XP
384
Country
Italy
Not without downgrading the browser
I did it already but the exploit don't work,when I scan a qr code my nintndo 3ds say me to update but I'm on 11.4 firmware.
I would try to use the URL directly instead of the qr code but it is too long to copy so I'm looking for a way to copy a link from a pc to browser if possible.
I think there aren't ways but the rest don't work.
While out of games it seem to work but not when I paused the game and scan the code.
Any help? I'm on old3ds so Spiderweb should go
 

Mrperson0

Well-Known Member
Member
Joined
Jun 30, 2015
Messages
273
Trophies
0
Age
34
XP
818
Country
United States
Nah it doesn't work even if you downgrade the browser.
If you want cheats you gotta use NTR plugins.

Nah, I'm on 11.4, and still am able to use ARCodes with no issue (just tested it out). The reason I am still using these is there are codes out there for FE Awakening that require you to constantly change your input (such as giving different items to a unit), which is easier to do on ARCode than on NTR Plugin.

I did it already but the exploit don't work,when I scan a qr code my nintndo 3ds say me to update but I'm on 11.4 firmware.
I would try to use the URL directly instead of the qr code but it is too long to copy so I'm looking for a way to copy a link from a pc to browser if possible.
I think there aren't ways but the rest don't work.
While out of games it seem to work but not when I paused the game and scan the code.
Any help? I'm on old3ds so Spiderweb should go

I'm on a US system, and whenever I did a System Update, it never even updated the browser. Heck, when I go to the eShop, it doesn't even ask for a System Update. I know on a Japanese 3DS, if you downgrade your browser, then try to go to the eShop, you are asked to update the system. Your case seems to be very odd, I have never heard of Nintendo asking someone to update just by using their Camera or Internet Browser.
 

piratesephiroth

I wish I could read
Member
Joined
Sep 5, 2013
Messages
3,453
Trophies
2
Age
103
XP
3,232
Country
Brazil
Nah, I'm on 11.4, and still am able to use ARCodes with no issue (just tested it out). The reason I am still using these is there are codes out there for FE Awakening that require you to constantly change your input (such as giving different items to a unit), which is easier to do on ARCode than on NTR Plugin.



I'm on a US system, and whenever I did a System Update, it never even updated the browser. Heck, when I go to the eShop, it doesn't even ask for a System Update. I know on a Japanese 3DS, if you downgrade your browser, then try to go to the eShop, you are asked to update the system. Your case seems to be very odd, I have never heard of Nintendo asking someone to update just by using their Camera or Internet Browser.

The update issue is easy to bypass by just building the browser CIA with a high version number.
But AR codes never worked for me on any versions after 9.x
 

piratesephiroth

I wish I could read
Member
Joined
Sep 5, 2013
Messages
3,453
Trophies
2
Age
103
XP
3,232
Country
Brazil
@Mrperson0,
Downgraded browser on O3DS on 11.4 and all I can get is the console to freeze whenever I try.

BmD6ny2.png
 

Site & Scene News

Popular threads in this forum

Recent Content

General chit-chat
Help Users
  • No one is chatting at the moment.
    Xdqwerty @ Xdqwerty: good night