Jump to content

Dolphin Users without working AR codes? Look here!


Recommended Posts

On 12/16/2020 at 9:41 PM, RavenP said:

Are there any cheat codes that unlock the playable Zelgius in the games files? That's something I've always wanted to try out

Some Gecko codes for 1.01 NTSC-U that should turn Meg into Zelgius:

Model code: 

0488565c 808c566c

Class:

04885660 80b56800

Skills:

048856a4 80710414

048856b4 807102e0

048856bc 8070fb7c

048856c4 8070f8bc

Edit:

Use this code to get SS Lance and SS Sword:

04885844 014b017b

Edited by Zelgius
Link to comment
Share on other sites

  • Replies 296
  • Created
  • Last Reply

Top Posters In This Topic

Hello, can someone test this code to see if it works also on anyone else:

Inf. Movement:
04053508 7c601b78

Description: After a command (wait, attack, ...) the player unit will be able to move again

(The code work on all difficulty)

If it does work, I'll post codes that I managed to port here

Edited by Whai
Link to comment
Share on other sites

20 hours ago, Whai said:

Hello, can someone test this code to see if it works also on anyone else:


Inf. Movement:
04053508 7c601b78

Description: After a command (wait, attack, ...) the player unit will be able to move again

(The code work on all difficulty)

If it does work, I'll post codes that I managed to port here

I tested this and it worked for me.

Link to comment
Share on other sites

Great, now I'm sure that those codes work with everyone else.

Here are the codes I managed to port :

When BEXP Level Up, limited to 3 categories restriction lifted (found at : somewhere in wiird forum (archive)  ; credits : g6flavor for porting from (J) to (U)) :

Spoiler

0006DAB7 000000xx

xx = 1 to 8


Default assembly instruction at the address 8006DAB4 : 2C140003

 

EXP gained after an action (found at : wiird forum (archive))

Spoiler

Gaining EXP (Combat) :

Spoiler

Multiply EXP :

Spoiler

0006C5AA 000000xx
0006C596 000000xx

xx = (default value = 06)

Notes : To multiply by 2, add 8(h) (6 + 8 = E); to multiply by 4, add 8(h) again to multiply by 8; etc...
Note 2 : The second line is just the display of the amount of exp you gain (you can ignore it if you want)

Gain a certain amount of EXP :

Spoiler

0406C5A8 3880xxxx
0406C594 38A0xxxx

xxxx = amount of EXP

Note : The second line is just the display of the amount of exp you gain (you can ignore it if you want)

Note : It is useless to gain 200+ EXP, you will only get 1 level up



Default assembly instruction at the address 8006C5A6 : 57C4063E; at the address 8006C594 : 57C5063E

 

Gaining EXP (Healing) :

Spoiler

Multiply EXP :

Spoiler

0006C882 000000xx
0006C86E 000000xx

xx = (default value = 06)

Notes : To multiply by 2, add 8(h) (6 + 8 = E); to multiply by 4, add 8(h) again to multiply by 8; etc...
Note 2 : The second line is just the display of the amount of exp you gain (you can ignore it if you want)

Gain a certain amount of EXP :

Spoiler

0406C880 3880xxxx
0406C88C 38A0xxxx

xxxx = amount of EXP

Note : The second line is just the display of the amount of exp you gain (you can ignore it if you want)

Note : It is useless to gain 200+ EXP, you will only get 1 level up



Default assembly instruction at the address 8006C880 : 57E4063E; at the address 8006C86C : 57E5063E

 

Gaining EXP (Skill : sacrifice) :

Spoiler

Multiply EXP :

Spoiler

0006C9A6 000000xx
0006C992 000000xx

xx = (default value = 06)

Notes : To multiply by 2, add 8(h) (6 + 8 = E); to multiply by 4, add 8(h) again to multiply by 8; etc...
Note 2 : The second line is just the display of the amount of exp you gain (you can ignore it if you want)

Gain a certain amount of EXP :

Spoiler

04006C9A4 3880xxxx
04006C990 38A0xxxx

xxxx = amount of EXP

Note : The second line is just the display of the amount of exp you gain (you can ignore it if you want)



Default assembly instruction at the address 8006C9A4 : 57E4063E; at the address 8006C990 : 57E5063E

Note : It is useless to gain 200+ EXP, you will only get 1 level up

 

Level Up Stats + Mod (found at : wiird forum (archive))

Spoiler

0006D35E 000000xx

xx = amount of the increased stat

Note : It is possible that you will sometime gain +1 at a stat because the system that force to gain at least +1 stat is not affected (ex : you have Edward with every stats capped except the MAG stat which has 5% growth rate; it means that in 95% of level ups the MAG will not be increased however with this system : the MAG will be forced to increase)
Note 2 : Don't set the amount too high or else you will lose instead of increasing the stats (signed char)
 


Default assembly instruction at the address 8006D35C : 381F0001

 

 

Edited by Whai
fixed a mistake in a code
Link to comment
Share on other sites

Hey guys, really basic question, but what program do I use to calculate this whole "offset?"

 

People talk about offsetting, but I haven't really seen mentioned HOW exactly to do it. I'm supposed to add/subtract certain values, but what app/program do I need to do it? Sorry if this was a really ignorant question

 

 

EDIT: Figured it out I guess lol. Your calculator tool on windows works, you just gotta switch the type to Programmer mode. Using that, I got the offset done but it's still not working, unfortunately. I'll keep tinkering.

 

 

RE:EDIT -  Yikes what a rollercoaster, after a few hours of trying to figure out what I'm doing, think I've made it work. At least my game doesn't crash when it starts.

 

Edit 3: Crashed after first cutscene, damn I was so close.

 

Edited by Thunderized
Link to comment
Share on other sites

2 hours ago, Thunderized said:

RE:EDIT -  Yikes what a rollercoaster, after a few hours of trying to figure out what I'm doing, think I've made it work. At least my game doesn't crash when it starts.

 

Edit 3: Crashed after first cutscene, damn I was so close.

 

What codes did you use ? There are codes that crash at the start of the game, you have to activate after loading the file

Link to comment
Share on other sites

7 hours ago, Whai said:

What codes did you use ? There are codes that crash at the start of the game, you have to activate after loading the file

 

The one I really wanted was the no cap limits, so ideally a 20-20-20 could have natural levelup stats without being restricted by caps.

 

08b54094 78646464

20a1011c 00000000

08b54098 64646464

20a1011c 00000000

08b54060 014b014b

20a1011c 00000000

08b54064 014b014b

20a1011c 00000000

08b54068 014b014b

20a1011c 00000000

08b5406c 014b014b

20a1011c 00000000

08b54070 014b014b

20a1011c 00000000

08b54074 014b014b

20a1011c 00000000

 

 

That was the code, but unfortunately it's not working on my Dolphin 5+. I tried some different variations, but no luck so far. I'll keep trying.

Link to comment
Share on other sites

11 hours ago, Thunderized said:

 

The one I really wanted was the no cap limits, so ideally a 20-20-20 could have natural levelup stats without being restricted by caps.

 

08b54094 78646464

20a1011c 00000000

08b54098 64646464

20a1011c 00000000

08b54060 014b014b

20a1011c 00000000

08b54064 014b014b

20a1011c 00000000

08b54068 014b014b

20a1011c 00000000

08b5406c 014b014b

20a1011c 00000000

08b54070 014b014b

20a1011c 00000000

08b54074 014b014b

20a1011c 00000000

 

 

That was the code, but unfortunately it's not working on my Dolphin 5+. I tried some different variations, but no luck so far. I'll keep trying.

Try this :

20b5411c 50320a46
08b54114 78646464
20a1011c 00000000
08b54118 64646464
20a1011c 00000000
08b540e0 014b014b
20a1011c 00000000
08b540e4 014b014b
20a1011c 00000000
08b540e8 014b014b
20a1011c 00000000
08b540ec 014b014b
20a1011c 00000000
08b540f0 014b014b
20a1011c 00000000
08b540f4 014b014b
20a1011c 00000000
e0000000 80008000

First and last line are here so you don't have to activate the code after the main screen (and not after loading a file; my mistake).

I hope this works

Link to comment
Share on other sites

1 hour ago, Whai said:

Try this :


20b5411c 50320a46
08b54114 78646464
20a1011c 00000000
08b54118 64646464
20a1011c 00000000
08b540e0 014b014b
20a1011c 00000000
08b540e4 014b014b
20a1011c 00000000
08b540e8 014b014b
20a1011c 00000000
08b540ec 014b014b
20a1011c 00000000
08b540f0 014b014b
20a1011c 00000000
08b540f4 014b014b
20a1011c 00000000
e0000000 80008000

First and last line are here so you don't have to activate the code after the main screen (and not after loading a file; my mistake).

I hope this works

 

OMG IT WORKED! I was trying in AR but inserting the code in Gecko works. Thank you so much! There are a ton of other people looking for this code too so hopefully your post can reach them. I'm really grateful.

Edited by Thunderized
Link to comment
Share on other sites

6 hours ago, Thunderized said:

I was trying in AR but inserting the code in Gecko works

Oops, I have totally forgot that was for AR codes...

So here is the code translated in AR :

ccb5411c 50320a46
00000000 84b54114
78646464 00a10047
00000000 84b54118
64646464 00a10047
00000000 84b540e0
014b014b 00a10047
00000000 84b540e4
014b014b 00a10047
00000000 84b540e8
014b014b 00a10047
00000000 84b540ec
014b014b 00a10047
00000000 84b540f0
014b014b 00a10047
00000000 84b540f4
014b014b 00a10047

 

Link to comment
Share on other sites

8 hours ago, Whai said:

Oops, I have totally forgot that was for AR codes...

So here is the code translated in AR :


ccb5411c 50320a46
00000000 84b54114
78646464 00a10047
00000000 84b54118
64646464 00a10047
00000000 84b540e0
014b014b 00a10047
00000000 84b540e4
014b014b 00a10047
00000000 84b540e8
014b014b 00a10047
00000000 84b540ec
014b014b 00a10047
00000000 84b540f0
014b014b 00a10047
00000000 84b540f4
014b014b 00a10047

 

Dolphin lets me do AR or Gecko, and the codes work. Thank you so much 🙂

Link to comment
Share on other sites

  • 1 month later...
On 12/27/2020 at 2:10 AM, Whai said:

Oops, I have totally forgot that was for AR codes...

So here is the code translated in AR :


ccb5411c 50320a46
00000000 84b54114
78646464 00a10047
00000000 84b54118
64646464 00a10047
00000000 84b540e0
014b014b 00a10047
00000000 84b540e4
014b014b 00a10047
00000000 84b540e8
014b014b 00a10047
00000000 84b540ec
014b014b 00a10047
00000000 84b540f0
014b014b 00a10047
00000000 84b540f4
014b014b 00a10047

 

Could you please show me how to convert gecko to AR?

Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...
  • 2 weeks later...

Could someone do a YouTube video or something to show how to apply these in the Dolpin cheat system as no matter what I do none of the cheats seem to work not sure what I'm doing wrong I'm a novice at best with all this.

Link to comment
Share on other sites

On 4/5/2021 at 12:16 AM, blueramza said:

Im on latest Dolphin and non of these work for me T_T.

 

 

I am running Dolphin 5.0-13963, I have these gecko codes running:

Spoiler

My Gecko Codes:

Always Perfect Level up:

Spoiler

088c361a 00000064

016500fc 00000000

088c361b 00000064

016500fc 00000000

088c361c 64646464

216500fc 00000000

088c3620 00000064

016500fc 00000000

088c3621 00000064

016500fc 00000000

inf bonus exp:

Spoiler

023cab5c 00006000

023cab60 00006000

023cab64 00006000

Stat Caps to 127:

Spoiler

20b55628 2d1b0a1e

08b54114 7f7f7f7f

20a1011c 00000000

08b54118 7f7f7f7f

20a1011c 00000000

I found that the stat cap codes that everyone used would crash because the opening scene with the Wii strap warnings would use the memory where the stat caps were stored. If you executed the gecko code for the stat change while the scene was running, the game would crash. The 20XXXXXX code at the beginning of that one was added to prevent it from executing early.

You can try and see if they work for you, I do not remember if I needed to change the offsets since I did this a while ago.

Edited by Sangu
Link to comment
Share on other sites

  • 2 weeks later...
On 12/21/2020 at 5:56 PM, Whai said:

Hello, can someone test this code to see if it works also on anyone else:


Inf. Movement:
04053508 7c601b78

Description: After a command (wait, attack, ...) the player unit will be able to move again

(The code work on all difficulty)

If it does work, I'll post codes that I managed to port here

Hey does anyone know if this works in the 5.0-14095 of dolphin? Thanks in advance

Link to comment
Share on other sites

[ActionReplay]
$Nolan Blessed Item Slot 1
0484DB50 XXYYZZZZ
 
This is just the Item Slot +0x4.
 
XX: Number of uses. Not useful if you are blessing.
 
YY: Add the following together using a hex calculator:
 
+0x01: ???
+0x02: ???
+0x04: Locked to that character
+0x08: ???
+0x10: Blessed Item (you can bless anything)
+0x20: Forged Item (causes blank name if one is not already set, e.g. by it actually being forged)
+0x40: Makes name turn red, I guess drop on death... Interesting to see if that means you can give enemies items.
+0x80: Item is equipped (forced equips cause game freezes when you try to use them...)
 
ZZZZ: First two characters of the name. Knock yourself out finding characters - a few of the first ones are stars; modify the next bytes for more characters.

So I'm trying to figure this out but honestly I know nothing about how hexadecimal works or Action Replay does, I've tried looking into it but I'm just confused at this point. I'm just trying to get blessed items spawned in to give to other characters if I can.
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

Hello good people. Use to be a member here but I lost my old account info. Anyways, I would love to have florette deal magic damage, but for the life of me I can not understand how to go about fixing, or shifting the code I have which is for version 1.00 I suppose. I am playing on dolphin and the gecko code I have is:

04b60340 00c80009

If anyone could help me convert the code I would be really happy. Please and thank you.

Link to comment
Share on other sites

  • 3 weeks later...
On 11/7/2020 at 9:32 PM, Redwall54 said:

I managed to get the perfect level up code working on NTSC 1.01 Radiant Dawn emulated using Dolphin 5.0. I'm not entirely sure how as I didn't test for all variables, but I followed someone else's advice in this thread and disabled "Fast Depth Calculation" in the graphics tab, and used the following perfect level-up code from Magus2k:

088C361A 00000064
016500FC 00000000
088C361B 00000064
016500FC 00000000
088C361C 64646464
216500FC 00000000
088C3620 00000064
016500FC 00000000
088C3621 00000064
016500FC 00000000

I have absolutely no clue why this works. as this is his original NTSC 1.01 perfect-levels ups code without any offsets that you typically use for Dolphin 5.0. Since this is the case, it's worth testing if other gecko codes of his work without an offset as well

Is this for AR or Gecko?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...