Jump to content

FE:if Hacking Topic


someonewhodied
 Share

Recommended Posts

  • Replies 467
  • Created
  • Last Reply

Top Posters In This Topic

So, my friend got me an early copy of Birthright, naturally, the first thing I did was, use Braindump to get the romfs.

I compared the chapter file A001 from GameData/Dispos, I compared my Birthright NA copy file vs my Japanese SE file, and,

HgR8sv8.png

Link to comment
Share on other sites

So, my friend got me an early copy of Birthright, naturally, the first thing I did was, use Braindump to get the romfs.

I compared the chapter file A001 from GameData/Dispos, I compared my Birthright NA copy file vs my Japanese SE file, and,

HgR8sv8.png

Wow, cool!

Wait, what? If you delete flag you're chars get support?

Can you show how you did it and where this flag on dump?

Well, would waiting for my copy arrived to me then... (I lost my save from jap, sd card broken....)

But,know where to look in future is great thing

Here memdimp of Hoshido US edition

http://www.mediafire.com/download/ad6b16azz1qb86f/US-HoshidoEdition.rar

Hmm... Memdumps jp-us similar and because of it i successful convert some jpn cheats...

And some of them don't work, i mean that i don't find where in dump thier place

Edited by ever17
Link to comment
Share on other sites

Hey guys, I used backed up all my save data and got the 5 files, and

I was wondering how to use https://docs.google.com/spreadsheets/d/1Bem9eu9IAEBm7d6PBZhtddDnDUnLpdoZ7ddenFSURmw/edit?pref=2&pli=1#gid=1077677946 to edit any unit into Marth?

Like, I understand how to edit the boxes and all, but not what to do with the pointer results?

Link to comment
Share on other sites

OK, so i didn't notice the ARcode thing at the bottom. Since that means it's also compatible with NTR debugger, how exactly would i find the offset for my character to change?

I like to search for the unit's LV, Exp, HP in hex so I can find their data block.

Link to comment
Share on other sites

? :/:

Did you dump the memory?

I use the browser exploit for my memdumps so I'm unsure of other methods.

Oh, I thought I was editing the save itself xD It seems I need to use NTR debugger to dump the memory then, then, as im on new3ds. Thanks for your help!

Edited by Blyvern
Link to comment
Share on other sites

OK, I've made some progress on hacking in Marth.

[spoiler=stuff ive tried]

here is what I am inputting in NTR debugger

connect('192.168.0.28', 8000)
write(0x169331EC, (0x46, 0xEE, 0x77, 0x30), pid=0x29) //character from pheros (Captured Knight M) to marth
write(0x169331F0, (0x96, 0xC6, 0x25, 0x90), pid=0x29) //class from knight m to lodestar
write(0x169332B8, (0x53, 0x01, 0x00, 0x40), pid=0x29) //changing no item into falchion
TYv7mMP.png
these are the edited pointers i am using.
also the one for items
z3cdMIB.png
and here is the character block
IbvoYtr.png

However, anytime I open any sort of menu, the game crashes, and I have to restart the n3ds. When I tried to save it booted me out before I could, and being on the unit list while making the edits crashes it immediately with no changes to the unit. However, I was able to go into the hot spring just fine... Does anyone know what I'm doing wrong?
EDIT: I tried the last code, the one for writing in the falchion. It does not crash the game... but it also doesn't do anything...
Edited by Blyvern
Link to comment
Share on other sites

OK, I've made some progress on hacking in Marth.

[spoiler=stuff ive tried]

here is what I am inputting in NTR debugger

connect('192.168.0.28', 8000)
write(0x169331EC, (0x46, 0xEE, 0x77, 0x30), pid=0x29) //character from pheros (Captured Knight M) to marth
write(0x169331F0, (0x96, 0xC6, 0x25, 0x90), pid=0x29) //class from knight m to lodestar
write(0x169332B8, (0x53, 0x01, 0x00, 0x40), pid=0x29) //changing no item into falchion
TYv7mMP.png
these are the edited pointers i am using.
also the one for items
z3cdMIB.png
and here is the character block
IbvoYtr.png

However, anytime I open any sort of menu, the game crashes, and I have to restart the n3ds. When I tried to save it booted me out before I could, and being on the unit list while making the edits crashes it immediately with no changes to the unit. However, I was able to go into the hot spring just fine... Does anyone know what I'm doing wrong?
EDIT: I tried the last code, the one for writing in the falchion. It does not crash the game... but it also doesn't do anything...

You cant use any id from jpn, because they need to be fixed.

Memory us looks little different from jpn

Oh, and usa release cut put game! BUT if you enter there you would see final message and have full heart, like you do put game... Not bad, but i really like how they react)

Here some converted cheats from jpn to usa by me.

I created it for HoshidoUSA, but they i think works for others too

1b1960cf1a89d121497769615eb73708.jpeg

Here is:

Move distance increasing

Convoy anyone

Enemy trade

Lilith can eat again without waiting
And some more
P.S.: This QR scary thing...
Edited by ever17
Link to comment
Share on other sites

You cant use any id from jpn, because they need to be fixed.

Memory us looks little different from jpn

Oh, and usa release cut put game! BUT if you enter there you would see final message and have full heart, like you do put game... Not bad, but i really like how they react)

Here some converted cheats from jpn to usa by me.

I created it for HoshidoUSA, but they i think works for others too

1b1960cf1a89d121497769615eb73708.jpeg

Here is:

Move distance increasing

Convoy anyone

Enemy trade

Lilith can eat again without waiting
And some more
P.S.: This QR scary thing...

sorry I'm new to this.. but How do you use it?

Also, is there a way to get amiibo units + their prf weapon in game without using the amiibo itself?

Link to comment
Share on other sites

You cant use any id from jpn, because they need to be fixed.

Memory us looks little different from jpn

Oh, and usa release cut put game! BUT if you enter there you would see final message and have full heart, like you do put game... Not bad, but i really like how they react)

Here some converted cheats from jpn to usa by me.

I created it for HoshidoUSA, but they i think works for others too

1b1960cf1a89d121497769615eb73708.jpeg

Here is:

Move distance increasing

Convoy anyone

Enemy trade

Lilith can eat again without waiting

And some more

P.S.: This QR scary thing...

It's worth noting that saving after using this makes the increased movement permanent.
Link to comment
Share on other sites

OK, I've made some progress on hacking in Marth.

[spoiler=stuff ive tried]

here is what I am inputting in NTR debugger

connect('192.168.0.28', 8000)
write(0x169331EC, (0x46, 0xEE, 0x77, 0x30), pid=0x29) //character from pheros (Captured Knight M) to marth
write(0x169331F0, (0x96, 0xC6, 0x25, 0x90), pid=0x29) //class from knight m to lodestar
write(0x169332B8, (0x53, 0x01, 0x00, 0x40), pid=0x29) //changing no item into falchion
TYv7mMP.png
these are the edited pointers i am using.
also the one for items
z3cdMIB.png
and here is the character block
IbvoYtr.png

However, anytime I open any sort of menu, the game crashes, and I have to restart the n3ds. When I tried to save it booted me out before I could, and being on the unit list while making the edits crashes it immediately with no changes to the unit. However, I was able to go into the hot spring just fine... Does anyone know what I'm doing wrong?
EDIT: I tried the last code, the one for writing in the falchion. It does not crash the game... but it also doesn't do anything...

What's with the 33a8 in the Enter 98 if MU is female option?

I just tested Marth and Ike with their original IDs, along with their weapons (being Falchion and Ragnell), and I've gotten them to work fine.

Note: I didn't change the support unit's base class from default though so I can't say if their class IDs are correct. I'm just planning on using the Heart Seal cheat to assign them to their default classes.

Another note: Just tested it with Lucina as well. Works fine.

Edited by Eckods
Link to comment
Share on other sites

What's with the 33a8 in the Enter 98 if MU is female option?

I just tested Marth and Ike with their original IDs, along with their weapons (being Falchion and Ragnell), and I've gotten them to work fine.

Note: I didn't change the support unit's base class from default though so I can't say if their class IDs are correct. I'm just planning on using the Heart Seal cheat to assign them to their default classes.

Another note: Just tested it with Lucina as well. Works fine.

All you excell table works, i test it back when sd card was not broken

Link to comment
Share on other sites

ymyn has updated all of his codes for version 1.1. Here's a full list of them:

Version 1.1 Special Edition

Max Money

所持金MAX

B3FDA230 00000000

00000038 000F423F

D2000000 00000000

Get Exp 100

獲得経験値100

03E2DEDC E3A01064

Mastering weapon

武器熟練度Max

B3FD9F28 00000000

C0000000 000000FA

000000E8 FFFFFFFF

000000EC FFFFFFFF

60000014 00000000

B0000014 00000000

D2000000 00000000

Member's skill flag

全スキル習得

B3FD9F28 00000000

C0000000 000000FA

2000003F 000000FF

00000040 FFFFFFFF

00000044 FFFFFFFF

00000048 FFFFFFFF

0000004C FFFFFFFF

10000050 0000FFFF

20000052 000000FF

60000014 00000000

B0000014 00000000

D2000000 00000000

Able to control enemy

敵操作可能

03C53138 E1500000

Infinite Movement

無限行動

03C53148 EA00016C

Able to item trade with the enemy

敵と物交換できる

03E288BC E1500000

Able to use convoy anyone

誰でも輸送隊使用可能

03C7B978 E1A00000

Able to attack an ally

味方を攻撃できる

03C4CB44 E3A00000

03CA297C E3A00000

Ryumyaku99

竜脈値99

B3FD1998 00000000

B0000008 00000000

B0000000 00000000

100000D0 000026AC

D3000000 00000000

Can receive route purchase bonus again and again

ルート購入ボーナス何度でも受け取れる

03D8DD1C E3A00003

03D8DD20 E12FFF1E

Distance that can move +100

移動力+100

B3FD9F28 00000000

C0000000 000000FA

2000012C 00000064

60000014 00000000

B0000014 00000000

D2000000 00000000

Stock in a store x99

お店の在庫99個

E3F10FE8 00000018

02002DE9 6310A0E3

0210C0E5 0100A0E1

0200BDE8 1EFF2FE1

03E28FFC 1A039FF9

Please check "Invert E-code bytes"

"Invert E-code bytes"にチェック付ける

Ore and Foodstuff x99

鉱石と食材99個

B3FD1998 00000000

B0000008 00000000

B0000000 00000000

000000DC 03FF0FFF

B00000D4 00000000

00000000 63636363

00000004 63636363

00000008 63636363

00000018 63636363

0000001C 63636363

10000020 00006363

D3000000 00000000

Next lottery without waiting

直ぐ次のくじ引きができる

E3CC84E8 00000010

0140A0E3 3440C0E5

0100A0E3 0000A0E1

Please check "Invert E-code bytes"

"Invert E-code bytes"にチェック付ける

Lilith can eat again without waiting

リリスに次の食事を直ぐ与えられる

03B1D9F4 E3A00000

When you defeat an enemy, Able to obtain all the items which enemy had

敵を倒した時、持っていたアイテム全て入手できる

03C5DA8C E1D220B0

03C5DA90 E1A00000

03C5DA94 E3520000

Can battle again without waiting in Drill grounds

闘技場で待たずに再度闘える

03CBB750 E3A01001

Increase the difficulty

難易度上げられる

03D610B8 E3840000

03D611AC E3840000

03D611B0 EA000000

All buildings

建築物全開

B3FD1998 00000000

B0000008 00000000

B0000000 00000000

10000046 00002492

E0000048 00000028

49922449 92244992

24499224 49922449

92244992 24499224

49922449 92244992

24499224 49922449

00000070 92492492

10000084 00007FE0

D3000000 00000000

It becomes return to level1 when remove and rebuild, But can start Level up again.

(撤去して建て直すとレベル1に戻りますが、レベルアップし直せます)

Anywhere starting position in preparations (including enemy)

進撃準備でどこでも初期配置(敵も含む)

03C531D0 E1A00000

03C531E4 E3A00001

03C5FD0C E3100B02

03C5FD7C E3100B02

※Enemy's danger area view button is change from A to Y

※敵の危険範囲表示はAボタンからYボタンに変更されます

Can receive all items in route purchase bonus

ルート購入ボーナスで全アイテム受け取れる

03D64074 00000594

B3FD1998 00000000

B0000008 00000000

B0000000 00000000

B00004C8 00000000

00000004 00781B30

D3000000 00000000

B3FD3664 00000000

00000000 00781000

00000004 00000162

D3000000 00000000

D5000000 00000001

C0000000 00000162

0397F000 00000001

D6000000 0397F004

D4000000 00000001

DC000000 00000004

D2000000 00000000

03D8DD1C E3A00003

03D8DD20 E12FFF1E

All class selectable in Parallel Seal (or Dread Scroll)

パラレルプルフで全クラス選択可能(魔戦士の巻物でも可)

03B1C884 EA000043

03B1C9A0 E1A00004

03B1C9C4 E3540082

03B1CA58 EA000004

03B1CAAC E1A00000

※Male and female are treated as a different thing in same class

※同じクラスでも男と女で別クラス扱いになっています

Route purchase bonus item receive x99 in a mass

ルート購入ボーナス1度に99個受け取れる

03D8DC5C E3A01063

More than 1% of growth rates don't fail to stat increases

成長率1%以上なら能力必ず上がる

03CD95F0 E3A00000

Convoy's item x99

輸送隊のアイテム99個

B3FD95D0 00000000

C0000000 000001F3

60000004 00000000

20000004 00000063

D0000000 00000000

DC000000 00000008

D2000000 00000000

Can anyone look into converting these codes from the JP Special Edition into the US Special Edition now that the game is out?

Link to comment
Share on other sites

Alright, I finally have Marth in, thank you so much :)

However, now I have an actual problem on my hands... if I open the X button menu at my castle and exit out of it, the game crashes. I also imported my save into the english version and the same thing happens. Has anyone encountered it before or know of some fix? If not, I'll hope the game fixes itself, somehow...

EDIT: Well, doing the next chapter fixed my issues.

Edited by Blyvern
Link to comment
Share on other sites

So, the RomFS contains a stacktrace for the game.

Which leads to stuff like this:

jML5gJb.png

Yay, IDA.

Wait, can you make a list for that?

Those are story script functions, used in the cmb files in the scripts folder, this will be extremely useful later on when the romhacking scene has grown to the point where story romhacks are being made.

Link to comment
Share on other sites

Can anyone look into converting these codes from the JP Special Edition into the US Special Edition now that the game is out?

I don't have SE, but it should works too

Hoshido: Fire Emblem Fates - Birthright (USA)

Max Money:

0d1b2807f9bc835036340638d9e54dc5.jpeg

Able to control enemy, Able to item trade with the enemy, Able to use convoy anyone, Able to attack an ally
fcd5450d2ecec87a9ac00cf8ea251efb.jpeg
Can receive route purchase bonus again and again, Ore and Foodstuff x99, Lilith can eat again without waiting
adc06b674246bd8dea4c3469cf3e18d4.jpeg
Edited by ever17
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...