Jump to content

FE: Awakening Hacking Topic


VincentASM
 Share

Recommended Posts

Thanks for that, I hadnt come across code before, Im actually trying to unlock all the skills (Or all the skills I care about) that are possible to unlock (i.e. no dragonskin, vantage+ or galeforce for male avatar).

Is there a guide to control the specific skills learned? If there isnt one yet thats fine.

How do I edit the stats of a character? Im looking at the addresses where they are supposed to be but when I convert from hex to decimal it doesnt match any of the stats for that character

Link to comment
Share on other sites

  • Replies 877
  • Created
  • Last Reply

Top Posters In This Topic

Documenting which byte handles which skill will be a tedious task.

Character stats are Base Stats + "Stats Gained" during level up.

Those "Stats gained" are the only thing you can control without messing with the entire class.

All active characters Base Stats +32 (US version)

B3CF1100 00000000

C0000000 00000044

00000084 20202020

00000088 20202020

6000000C 00000000

B000000C 00000000

D2000000 00000000

that 0x20 = +32

Change those to any values you want.

00000084 (SKL)(MAG)(STR)(HP)

00000088 (LUCK)(RES)(DEF)(SPD)

Link to comment
Share on other sites

Thats understandable, the code is making my game crash, maybe because im playing the eu version or I dont have all the characters. Im just changing my character's class, lv and xp so that in the dlc maps I can lv up quickly and unlock the skills I want. I wanted to know how to edit stats because I found out that my characters where getting too strong from the lv'ing up. But now that I know how the learned skills section works Im just going to transfer those values to my other save just before I did this grinding.

(Im playing through lunatic+, while playing Lunatic I didnt really enjoy it because I wasnt able to get the skills or train the people I wanted, so Im getting all the skills now so I can play maps without worrying about which character to invest in).

Link to comment
Share on other sites

Based on previous screw-ups developing my version of the 'all chars all skills' code,

the bitset for learned skills has the same ordering as the list of possible equipped skills.

[as previously seen in this thread]. So we need to change the last two bytes to 9080.

Applying this to the code you're using yields:

[spoiler=code]

B3CF1100 00000000
C0000000 00000044
2000001F 000000FE
00000020 FFFFFFFE
00000024 FFFFFFFF
00000028 8090FFFF
6000000C 00000000
B000000C 00000000
D2000000 00000000

Link to comment
Share on other sites

Oh shoot, EU version?

There's another one on the description for that.

All Active Characters have all Skills (EU Version)

B3CF2100 00000000

C0000000 00000044

2000001F 000000FE

00000020 FFFFFFFE

00000024 FFFFFFFF

00000028 7FFFFFFF

6000000C 00000000

B000000C 00000000

D2000000 00000000

So I guess this is for you:

All active characters Base Stats +32 (EU version)

B3CF2100 00000000

C0000000 00000044

00000084 20202020

00000088 20202020

6000000C 00000000

B000000C 00000000

D2000000 00000000

Link to comment
Share on other sites

Oh shoot, EU version?

D'oh.

[spoiler=non-enemy skills only for EU]

B3CF2100 00000000
C0000000 00000044
2000001F 000000FE
00000020 FFFFFFFE
00000024 FFFFFFFF
00000028 8090FFFF
6000000C 00000000
B000000C 00000000
D2000000 00000000
Edited by Rilne
Link to comment
Share on other sites

dont worry I assumed B3CF2100 was for the eu version and B3CF1100 for us.


The code below works but it give all non dlc skills in the game to all characters, skills including enemy only skills and skills from classes they dont have access to. But I dont want to be too picky I can imagine it took some effort, I mean I can just choose which skills to equip.



B3CF2100 00000000
C0000000 00000044
2000001F 000000FE
00000020 FFFFFFFE
00000024 FFFFFFFF
00000028 8090FFFF
6000000C 00000000
B000000C 00000000
D2000000 00000000

Link to comment
Share on other sites

Huh. That should have stripped out any enemy only skills (vantage+, rightful god, etc.),

though I definitely left in skills some chars can't get (intentionally).

What can I say? Galeforce for everyone!

But, ah, double-check that it ended up with enemy skills, if it did,

somethings wrong and you might be missing some normal skills.

Link to comment
Share on other sites

I have a question about Phila. Is it possible to make her a permanent character in your team by replacing her with the 'Dummy' character? Earlier posts on this topic mentioned that the change was not permanent even when saved due to something about the static.bin. Has anyone figured out a new way to make a permanent character addition possible?

Edited by Tocharian
Link to comment
Share on other sites

static.bin is stuff that's loaded from the rom everytime you boot the game.

Since it's never saved to (since the game assumes it won't be changed),

anything you do to it does not persist.

Two ways around this:

  • Repack the rom with a changed static.bin
    People have done this, I have not personally.
    Probably can't do it from a physical cart.
  • Run a code once each time you start the game to fixup static data.
    More annoying, though less so if you have long play-sessions.
    Someone was working on a phone-hotspot exploit server that would help with portability,
    dunno how that worked out.
Link to comment
Share on other sites

There have been some proof-of-concept hotswap mods for 3DS, where you would have a loose, modified file on your SD card in a specific folder location. Then when the game runs, this file is loaded over the vanilla one.

I haven't paid too much attention to the 3DS stuff but it's come up recently again, I forget where it was mentioned.

Link to comment
Share on other sites

So changing a weapon's uses to 00 will make it look like it has infinite uses and you can go in battle with it, but the character will be unable to attack...such a waste...

Also, after changing my static.bin file I noticed that by changing a character's changing class to tactician allows them to reclass to all the regular classes.

Edited by James Bond
Link to comment
Share on other sites

With hacking Awakening being done, does anybody have the growth rates for the DLC characters (and Spotpass, but I assume that's just My Unit with different assets).

Link to comment
Share on other sites

With hacking Awakening being done, does anybody have the growth rates for the DLC characters (and Spotpass, but I assume that's just My Unit with different assets).

http://old.serenesforest.net/fe13/char_max.html

Welp I was wrong

(Ignore this post)

Edited by TemporalDragon
Link to comment
Share on other sites

I haven't been here in a while, but I figured I'd ask here. A friend's 3DS is on 8.X, is there a way to bump his FW to 9.2ish? Or what game would do that but keep the browser hack intact?

Link to comment
Share on other sites

I haven't been here in a while, but I figured I'd ask here. A friend's 3DS is on 8.X, is there a way to bump his FW to 9.2ish? Or what game would do that but keep the browser hack intact?

Does the browser hack work on 8.x? If so (provided your friend doesn't care about hacking his 3DS) you can install an update with devmenu or set up an emuNAND or something. If that's not an option, I think the US release of Sm4sh has a 9.2 update on it.

Link to comment
Share on other sites

tumblr_nqbn23uTIy1rmzb08o1_400.pngtumblr_nqbn23uTIy1rmzb08o2_400.png

tumblr_nqbn23uTIy1rmzb08o3_400.png

Chrom and Lissa can support Emmeryn (JP):

B3BEF6E4 00000000

0000078C 63120A04

D9000000 00000010

D4000000 00000266

D6000000 00000788

D2000000 00000000

B3BEF6E4 00000000

000009F4 63120A04

D9000000 00000010

D4000000 00000266

D6000000 000009F0

D2000000 00000000

B3BEF6E4 00000000

00006B24 63120A04

D9000000 00000010

D4000000 00000035

D6000000 00006B20

D2000000 00000000

B3BEF6E4 00000000

00006B2C 63120A04

D9000000 00000010

D4000000 00000040

D6000000 00006B28

D2000000 00000000

Chrom and Lissa can support Emmeryn (US):

B3BF2738 00000000

0000078C 63120A04

D9000000 00000010

D4000000 00000266

D6000000 00000788

D2000000 00000000

B3BF2738 00000000

000009F4 63120A04

D9000000 00000010

D4000000 00000266

D6000000 000009F0

D2000000 00000000

B3BF2738 00000000

00006B24 63120A04

D9000000 00000010

D4000000 00000035

D6000000 00006B20

D2000000 00000000

B3BF2738 00000000

00006B2C 63120A04

D9000000 00000010

D4000000 00000040

D6000000 00006B28

D2000000 00000000

Chrom x Cordelia Support (JP):

B3BEF6E4 00000000

00000794 140E0904

D9000000 00000010

D4000000 000000EE

D6000000 00000790

D2000000 00000000

B3BEF6E4 00000000

00002904 140E0904

D9000000 00000010

D4000000 00000035

D6000000 00002900

D2000000 00000000

Chrom x Cordelia Support (US):

B3BF2738 00000000

00000794 140E0904

D9000000 00000010

D4000000 000000EE

D6000000 00000790

D2000000 00000000

B3BF2738 00000000

00002904 140E0904

D9000000 00000010

D4000000 00000035

D6000000 00002900

D2000000 00000000

Edited by shadowofchaos
Link to comment
Share on other sites

Thanks shadowofchaos! Is there any updates on Chrom x Cordelia?

Look in the spoiler, dude.

Edit: Fixed the code. There was an error. Cordelia had a problem.

00000794 63120A04

It should be:

00000794 140E0904

Edited by shadowofchaos
Link to comment
Share on other sites

Change Slot 1 Character to MaMU (EU):

D9000000 03BF3724

D4000000 00000008

B3CF2100 00000000

D6000000 00000064

D2000000 00000000

Change Slot 1 Character to FeMU (EU):

D9000000 03BF3724

D4000000 00000240

B3CF2100 00000000

D6000000 00000064

D2000000 00000000

Improved MaMU x FeMU support code (EU):

B3BF3724 00000000

0000020C 120D0803

D9000000 00000010

D4000000 00000011

D6000000 00000208

D2000000 00000000

B3BF3724 00000000

D9000000 00000010

DC000000 00000238

0000020C 120D0803

D6000000 00000208

D2000000 00000000

Chrom and Lissa can support Emmeryn (EU):

B3BF3724 00000000

0000078C 63120A04

D9000000 00000010

D4000000 00000266

D6000000 00000788

D2000000 00000000

B3BF3724 00000000

000009F4 63120A04

D9000000 00000010

D4000000 00000266

D6000000 000009F0

D2000000 00000000

B3BF3724 00000000

00006B24 63120A04

D9000000 00000010

D4000000 00000035

D6000000 00006B20

D2000000 00000000

B3BF3724 00000000

00006B2C 63120A04

D9000000 00000010

D4000000 00000040

D6000000 00006B28

D2000000 00000000

Chrom x Cordelia Support (EU):

B3BF3724 00000000

00000794 140E0904

D9000000 00000010

D4000000 000000EE

D6000000 00000790

D2000000 00000000

B3BF3724 00000000

00002904 140E0904

D9000000 00000010

D4000000 00000035

D6000000 00002900

D2000000 00000000

Can you give me an EU dump if it doesn't work?

Edited by shadowofchaos
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...