ROM Hack [Spider] ARCode

Roxas1/2

Member
Newcomer
Joined
Sep 14, 2007
Messages
8
Trophies
0
XP
187
Country
United States
Puzzle & Dragons Z (EU):
D-Volt Modifier (99999999) (you must gain some for the desired value to be shown):
03A2356C 05F5E0FF

Brilliant! Works like you said.
With my luck, I already blew through 10,000,000 on the lottery z-box thing to get the monsters I wanted. God knows how many daily rune and waiting till the weekends it would have taken...
 
  • Like
Reactions: Frexxos

bmi30

Member
Newcomer
Joined
May 7, 2015
Messages
19
Trophies
0
XP
75
Country
Thanks for sharing, I am interested in porting this to US version, do you by any chance could share several lines of ASM hex-codes before and after these addresses so I could search a similar part of ASM hex-codes in the US version? I could only try to use the EUR version and by using NTR CFW, the valid memory address region for this somehow ranges from 0x14000000 to 0x17cadfff (which corresponds to 0x00000000 to 0x03CADFFF for AR code style), so I could not unfortunately check the appropriate section of ASM codes (at 0x03E76AD0 or 0x17E76AD0) shown in your codes. Or perhaps I miss something here.

hi,
I think, the code section offset is not same location to heap section's.
A case of 3D Land, code section will have atleast 3 or more segments.
FCRAMadr, code-adr
03E00000, 00100000
03FFFFFF, 002FFFFF
03D10000, 00300000
03DFFFFF, 003EFFFF
unknown 003F0000
~

Code:
FCRAMadr code-adr machine-code
03E76AA8 00176AA8 EB03942C bl 0025BB60                  "return pointer that has game time
03E76AAC 00176AAC E1A01004 mov  r1,r4
03E76AB0 00176AB0 E8BD4010 ldmia  SP!,{r4,rL}
03E76AB4 00176AB4 E1A00000 nop(mv r0r0)
03E76AB8 00176AB8 E590201C ldr r2,[r0, #+$1c]        "record time
03E76ABC 00176ABC E3A03000 mov  r3,#$0
#03E76ABC 00176ABC E3A03E01 mov  r3,#$10           "cheat as remain time min value
03E76AC0 00176AC0 E3520000 cmp r2,#$0
03E76AC4 00176AC4 A0822001 addge  r2,r2,r1            "INC record time
03E76AC8 00176AC8 A580201C strge r2,[r0, #+$1c]
03E76ACC 00176ACC E5902018 ldr r2,[r0, #+$18]        "remain time
03E76AD0 00176AD0 E0421001 sub  r1,r2,r1                "DEC remain time
#03E76AD0 00176AD0 E1A01002 mov  r1,r2                 "cheat as Nop remain time
03E76AD4 00176AD4 E59F2018 ldr r2,[PC, #+$18]        "00176AF4 000055DA (=999*22)
03E76AD8 00176AD8 E3510000 cmp r1,#$0
#03E76AD8 00176AD8 E1510003 cmp r1,r3                 "cheat remain time min
03E76ADC 00176ADC B1A01003 movlt r1,r3
03E76AE0 00176AE0 BA000001 blt 00176AEC
03E76AE4 00176AE4 E1520001 cmp r2,r1
03E76AE8 00176AE8 B1A01002 movlt  r1,r2
03E76AEC 00176AEC E5801018 str r1,[r0, #+$18]     "write back remain time
03E76AF0 00176AF0 E12FFF1E bx rL (w/CPSR_fsxc)
03E76AF4 00176AF4 000055DA dc.l 999*22
 

NyaakoXD

( ͡° ͜ʖ ͡°)
Member
Joined
Dec 16, 2013
Messages
1,853
Trophies
2
Location
In your closet...
XP
3,648
Country
United States
Etrian Mystery Dungeon (U)

Money
03957E10 3B9AC9FF

All Characters Status = 999 (except TP)
C0000000 00000009
13957E88 000003E7
13957E8C 000003E7
13957EA8 000003E7
13957EB0 000003E7
13957EB8 000003E7
13957EC0 000003E7
13957EC8 000003E7
13957EF0 000003E7
13957ED0 000003E7
13957EDC 000003E7
13957F00 000003E7
DC000000 00000394
D2000000 00000000




Please update these

Story of seasons (U)

999999999 Money-
02DCF9E0 3B9AC9FF

99x/5 stars Backpack Items-
C0000000 00000063
22DD1374 00000063
12DD1370 0000012C
DC000000 0000000C
D2000000 00000000

MAX Villagers affection-
C0000000 0000001B
02DCFA68 3B9ACA00
DC000000 00000054
D2000000 00000000

MAX animal affection/produce for “first” 20-
C0000000 00000013
02DEBE62 000003FF
22DEBEA1 000000FF
DC000000 0000008C
D2000000 00000000
12DEEC52 000003FF

Gunvolt 1.0(U)

999999999 Credits-
038CC00C 3B9AC9FF

Full Inventory-
C0000000 0000006E
238CC150 00000063
DC000000 00000004
D2000000 00000000

In-Stage Points(DO NOT USE THIS CODE WITH OTHERS/OUTSIDE STAGE!)
03FE7788 3B9AC9FF

Rune Factory 4 (U)

Money + PP + Wood + Stone
03A16078 0001869F
039E0274 3B9AC9FF
039e0278 0000c350
039e027c 0000c350

All Skills Lvl.100
C0000000 00000024
030AE26C 00000064
DC000000 00000008
D2000000 00000000

9 levelisers lvl10 on 1st Slot*
0260d4dc 0000487A
0260d4e0 09090909
0260D4e4 09090909
0260D4E8 00000009

Full Fertilizer bin
039E0280 0000C350

Full Fodder stock
030AF1E8 0000C350

Curent Day
025D6904 000000XX

Lvl. 10 Affection Villagers
C0000000 00000014
025D5304 00000600
DC000000 00000100
D2000000 00000000

They're a shorter, cleaner, simpler versions of my codes. THANX FOR THE COMPILATION! =D
For some reason, my skills aren't at 100 in Rune Factory 4 (U). Every other codes work. :(
 

hanseo

Well-Known Member
Member
Joined
May 29, 2015
Messages
455
Trophies
0
Age
35
XP
1,317
Country
United States
does any think it's weird no codes for pokemon x,y,omega ruby and aqua sapphire considering there it's one of most popular series on 3ds?
 

Darklord2007

Well-Known Member
Newcomer
Joined
Oct 17, 2007
Messages
60
Trophies
0
XP
391
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.
 

sawada91

Active Member
Newcomer
Joined
Jun 22, 2012
Messages
35
Trophies
0
XP
103
Country
Belgium
Inazuma Eleven GO Chrono Stones: Thunderflash (E)
Moves, Skills, Consumable Items and Spirit Tokens x99 (Obtained items only)
c0000000 0000010E
0071e000 00000063
DC000000 00000010
D1000000 00000000

Note:
The move "Big Ball Trick" is strangely ignored by the cheat. It is possible that the cheat for it is in a different place from the others. I have not got all the moves, therefore this could also occur with other moves or items. If it occurs, except with Big Ball Trick since it is already known, please tell me.

"Obtained items only" also refers to the moves of which you haven't any manual, but which have been "seen" and therefore are registered in the "Moves & Spirits" menu.

Thank you. BTW Irumi`, is there a way to "simulate" the secret between the 2 IE versions? I'd really like to unlock the matches, but i can't find anyone who lives near me with the other version of the game.
 

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,715
Trophies
2
XP
6,278
Country
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.
try dump memory again to double check the address, the code will not work if the address is dynamic (always changes when start game or stage)
 

darksweet

5.. 4.. 3.. 2.. 1.. OMEGA FLARE
Member
Joined
Mar 15, 2009
Messages
346
Trophies
1
Age
39
XP
1,926
Country
SHIN MEGAMI TENSEI IV

Max MAcca(Money)
0317336C 0098967F
03173378 0098967F
03191C8C 0098967F

note:this is unfilter(i don't know) but its still
 
  • Like
Reactions: Margen67

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: Playing the Judge Dredd arcade game prototype lol I can see why they didn't finish it but at the...