ROM Hack [Spider] ARCode

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,747
Trophies
2
XP
6,316
Country
Pokemon Shuffle (U) 1.1.0
Code:
Shop Items are Free
032523DC 00000000
032523E8 00000000
032523F4 00000000
03252400 00000000
0325240C 00000000
03252418 00000000
03252424 00000000
03252430 00000000
Battle Items are Free
03248784 00000000
032487A8 00000000
032487CC 00000000
032487F0 00000000
03248814 00000000
03248838 00000000
0324885C 00000000
 
1 Hit Kill on most attacks
03248E5C 44000000
 
  • Like
Reactions: Ace001

duke_srg

Well-Known Member
Member
Joined
Mar 1, 2011
Messages
1,862
Trophies
0
Age
44
Location
Moscow
XP
807
Country
Serbia, Republic of
still freezes, I choose LoadCode then input name.cht in SD card then click Launch

Oh, I got it! It won't work like that because there is only 2 parameters processed by HTML right now, but you need to pass 3 - LoadCode, arcode.bin, and cheat name. The second parameter only changes the first file name met in the payload, it is code.bin in .dat file, while arcode.cht won't be changed like that. So for now only cht/bin less version is working i.e. arcode.dat. Try it it is very simple.
 

duke_srg

Well-Known Member
Member
Joined
Mar 1, 2011
Messages
1,862
Trophies
0
Age
44
Location
Moscow
XP
807
Country
Serbia, Republic of
Sorry, I am a noob. How do I do that ?

Just vision 3DS online tools (link is in signature), chose ROP Loader->Action Replay, copy-paste cheat code, click QR, scan on 3DS, open in browser and immediately add to bookmarks. Then you can see tha actual parameters. Altternatively just click Launch and you will se the URL wit hthe code in the PC browser too. In my version the actual cheat code data is not compressed so you can edit it easily
 

Green Mii

Well-Known Member
Member
Joined
Apr 12, 2015
Messages
211
Trophies
0
XP
2,181
Country
United States
i'd like to request a US Kid Icarus Uprising Weapon Modifier Code to change weapon types and stats. also i'm not sure if anyone has made this but i'd like a 99x Items code for US Bravely Default. Thanks in advance

I followed Zidapi's advice and used that page to make the code. Well, I actually just took his code for max hearts and figured out the offset from there. Turns out it works for NTSC-U as well! Anyway, the code:

Code:
Weapon
032E9CAD 00XXXXXX Weapon Slot 1
For the weapons' values, you have to reverse them (i.e. if I wanted a Viper Blade, which is 00 21 5B in the link, change it to 5B 21 00)
 
Stars:
032E9CB0 000000XX Range/Melee Stars
(0C for only 6 Range, 1C for only 6 Melee)
 
Use this for 6 stars in both
032E9CB0 0000000C
032E9CB2 0000001C
 
Abilities:
032E9CBC 000000XX Slot 1
032E9CBE 000000XX Slot 2
032E9CC0 000000XX Slot 3
032E9CC2 000000XX Slot 4
032E9CC4 000000XX Slot 5
032E9CC6 000000XX Slot 6
 
 
All of these modify the weapon in Slot 1 (I have no clue how to figure out which weapon is in Slot 1, so I'd recommend starting a new file and applying the codes in that file)
Add 20 Hex for each new weapon slot.
 
Refer to the aforementioned linked page for values.
As an example weapon, here's one scary Black Club:
032E9CAD 00A58B94
032E9CB0 0000000C
032E9CBC 0000000A
032E9CBE 000000BB
032E9CC0 000000B2
032E9CC2 0000008A
032E9CC4 000000B5
 

duke_srg

Well-Known Member
Member
Joined
Mar 1, 2011
Messages
1,862
Trophies
0
Age
44
Location
Moscow
XP
807
Country
Serbia, Republic of
Okay Thanks, gonna give a try later

Just keep in mind that "magic" offset may change with arcode.dat update on the server so code may stop working - just change the offset. Like now, I just updated the version with dynamically printing the applied code on the screen an the offset has been changed.
 

Zidapi

Well-Known Member
Member
Joined
Dec 1, 2002
Messages
3,112
Trophies
3
Age
42
Website
Visit site
XP
2,681
Country
I followed Zidapi's advice and used that page to make the code. Well, I actually just took his code for max hearts and figured out the offset from there. Turns out it works for NTSC-U as well! Anyway, the code:

Code:
Weapon
032E9CAD 00XXXXXX Weapon Slot 1
For the weapons' values, you have to reverse them (i.e. if I wanted a Viper Blade, which is 00 21 5B in the link, change it to 5B 21 00)
 
Stars:
032E9CB0 000000XX Range/Melee Stars
(0C for only 6 Range, 1C for only 6 Melee)
 
Use this for 6 stars in both
032E9CB0 0000000C
032E9CB2 0000001C
 
Abilities:
032E9CBC 000000XX Slot 1
032E9CBE 000000XX Slot 2
032E9CC0 000000XX Slot 3
032E9CC2 000000XX Slot 4
032E9CC4 000000XX Slot 5
032E9CC6 000000XX Slot 6
 
 
All of these modify the weapon in Slot 1 (I have no clue how to figure out which weapon is in Slot 1, so I'd recommend starting a new file and applying the codes in that file)
Add 20 Hex for each new weapon slot.
 
Refer to the aforementioned linked page for values.
As an example weapon, here's one scary Black Club:
032E9CAD 00A58B94
032E9CB0 0000000C
032E9CBC 0000000A
032E9CBE 000000BB
032E9CC0 000000B2
032E9CC2 0000008A
032E9CC4 000000B5
Excellent work! Good thinking using my hearts code to calculate the offsets you wanted.
 

Doctor Qwerty

Active Member
Newcomer
Joined
Jun 24, 2008
Messages
35
Trophies
0
XP
219
Country
United States
All of these modify the weapon in Slot 1 (I have no clue how to figure out which weapon is in Slot 1, so I'd recommend starting a new file and applying the codes in that file).

"Slots" go by "order aquired".
Slot 1 being the earliest; if your sort arrow thing is pointing downward, slot 1 will be in the lowest postion, slot 2 just above that, etc.
Also, I love you.
 

Green Mii

Well-Known Member
Member
Joined
Apr 12, 2015
Messages
211
Trophies
0
XP
2,181
Country
United States
Excellent work! Good thinking using my hearts code to calculate the offsets you wanted.
Well, like you said, the work was already done for us. I pretty much just translated, ha ha. Thanks!

"Slots" go by "order aquired".
Slot 1 being the earliest; if your sort arrow thing is pointing downward, slot 1 will be in the lowest postion, slot 2 just above that, etc.
Also, I love you.
Huh, that makes sense. I'll have to try it out.
Thanks!
Edit: Yup, works just like you said.
 

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,747
Trophies
2
XP
6,316
Country
if I update pokemon shuffle, will it update my system FW? im on 9.5-22
if you update with a cia Game Update then no,
if you update in game then Not Sure, maybe it needs to update your system fw to 9.6 before you could access eshop to download the game update
 

Jwiz33

Banned
Joined
Jun 5, 2014
Messages
2,654
Trophies
0
Location
in the illuminati headquar—I have said too much!
Website
iwillcleanyourbasement.webstarts.com
XP
1,492
Country
United States
if you update with a cia Game Update then no,
if you update in game then Not Sure, maybe it needs to update your system fw to 9.6 before you could access eshop to download the game update

well when you launch the game you can update it without going to the eshop.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Veho @ Veho:
    It's a DS Lite in a slightly bigger DS Lite shell.
    +1
  • Veho @ Veho:
    It's not a Nintendo / iQue official product, it's a 3rd party custom.
    +1
  • Veho @ Veho:
    Nothing special about it other than it's more comfortable than the Lite
    for people with beefy hands.
    +1
  • Jayro @ Jayro:
    I have yaoi anime hands, very lorge but slender.
  • Jayro @ Jayro:
    I'm Slenderman.
  • Veho @ Veho:
    I have hands.
  • BakerMan @ BakerMan:
    imagine not having hands, cringe
    +1
  • AncientBoi @ AncientBoi:
    ESPECIALLY for things I do to myself :sad:.. :tpi::rofl2: Or others :shy::blush::evil:
    +1
  • The Real Jdbye @ The Real Jdbye:
    @SylverReZ if you could find a v5 DS ML you would have the best of both worlds since the v5 units had the same backlight brightness levels as the DS Lite unlockable with flashme
  • The Real Jdbye @ The Real Jdbye:
    but that's a long shot
  • The Real Jdbye @ The Real Jdbye:
    i think only the red mario kart edition phat was v5
  • BigOnYa @ BigOnYa:
    A woman with no arms and no legs was sitting on a beach. A man comes along and the woman says, "I've never been hugged before." So the man feels bad and hugs her. She says "Well i've also never been kissed before." So he gives her a kiss on the cheek. She says "Well I've also never been fucked before." So the man picks her up, and throws her in the ocean and says "Now you're fucked."
    +2
  • BakerMan @ BakerMan:
    lmao
  • BakerMan @ BakerMan:
    anyways, we need to re-normalize physical media

    if i didn't want my games to be permanent, then i'd rent them
    +1
  • BigOnYa @ BigOnYa:
    Agreed, that why I try to buy all my games on disc, Xbox anyways. Switch games (which I pirate tbh) don't matter much, I stay offline 24/7 anyways.
  • AncientBoi @ AncientBoi:
    I don't pirate them, I Use Them :mellow:. Like I do @BigOnYa 's couch :tpi::evil::rofl2:
    +1
  • cearp @ cearp:
    @BakerMan - you can still "own" digital media, arguably easier and better than physical since you can make copies and backups, as much as you like.

    The issue is DRM
  • cearp @ cearp:
    You can buy drm free games / music / ebooks, and if you keep backups of your data (like documents and family photos etc), then you shouldn't lose the game. but with a disk, your toddler could put it in the toaster and there goes your $60

    :rofl2:
  • cearp @ cearp:
    still, I agree physical media is nice to have. just pointing out the issue is drm
  • rqkaiju2 @ rqkaiju2:
    i like physical media because it actually feels like you own it. thats why i plan on burning music to cds
  • cearp @ cearp:
    It's nice to not have to have a lot of physical things though, saves space
    +1
  • AncientBoi @ AncientBoi:
    Nor clothes 🤮 . Saves on time, soap, water and money having to wash them. :D
  • SylverReZ @ SylverReZ:
    @rqkaiju2, Physical media is a great source for archiving your data, none of that cloud storage shiz.
    +1
    SylverReZ @ SylverReZ: @rqkaiju2, Physical media is a great source for archiving your data, none of that cloud storage... +1