Jump to content

FE7: More than 4 Sacred Weapons


shadowofchaos
 Share

Recommended Posts



Patch: http://dl.dropbox.com/u/5490460/Any%20Numb...pons%20Hack.ips

Xeld said I was "close" with my ASM code...

But meh... Thank Xeld for the fix...

This puts an array' date=' a "list" at the offset 0xFFFC90 in the FE7 ROM of each item if it is "sacred" or not with that Flash and/or Background Music...

You take the hex value of that item that you want to make sacred/not... and add it to the offset.

For example, Excalibur has the item ID of "0x3D"...

0xFFFC90 + 0x3D = 0xFFFCCD

At 0xFFFCCD, you can have three kinds of values:

0x00 = No BGM or Flash
0x01 = BGM and Flash
0x02 or anything else = Flash Only

FINALLY, we're not limited to just changing 4 items... XD[/quote']

Yep, a bunch of thanks to Xeld ._.

If you FILL up the Custom Animation Module, then you might end up with sacred iron swords and more... XD

However, since you can point anywhere for the battle animation pointer, that's not really a problem now is it? :P

Disassembly:

SacredWeaponHackDisassembly-1.png


Xeld's screenshot in "Hextator's Doc"

CustomSacredWeaponsHack.png

The only thing he forgot in his screenshot is the "ldrb" which he stated when he showed me the screenshot...

ldr r1, =$8FFFC90
ldrb r0, [r1, r0]
b 0x080533e6

At least that's what he said to me after making the crap I did (which didn't work btw) into 3 lines...

No idea about the instructions after the branch...

Specifically, the "blh $0920" (what's "blh"?) and the logical shift right ._.
Link to comment
Share on other sites

You realize the picture has been fixed since ages ago right?

You should have realized I'd fix it the moment I found that typo.

customsacredweaponshack.png

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