Some final code requests (and screenshots)
Wow this is news to me, about Intercepter status going to Relm if Shadow is left behind! I never noticed that, well probably because I never left shadow lol.

It's especially weird though because I'm not seeing where this is done at all in the event code... Dog block is seemingly never given to Relm at any point or circumstance, so I'm at a loss how it's done unless it's handled outside of event code for some crazy reason...?

In my hack I actually manually added the status to Relm, both in the WoB and WoR when she is recruited, and I remember it being somewhat tricky for some reason, I guess because I coded it so that you have to save Shadow first, and there's some different stipulations regarding that... though, it's not hard at all really per say - you just need to give Relm intercepter status somewhere in the event code:
89 Inflict the following status ailments on character $08 (Actor in stot 8): Dog Block
The hex for this being 89 08 00 40.

You can probably do this yourself if you grab a copy of the event dump document and find the spot where Relm is recruited, then add this code in. You'll need to do a jump to some free space most likely, as to not have to remove any code to make room. Jump command is B2 XX YY ZZ. So for instance if you want to jump to free space at F1/5000, you'd do a B2 00 50 31 (first and last byte of offset are reversed), then put the code there and whatever you removed to make room for the jump, then at the end put a FE command/byte (returns to previous code) and you're good to go! This is assuming you'd like to learn a bit of event hacking so you can do some things like this in the future without requiring someone to do it. If you really aren't interested in doing it yourself, then I can do it for you, but it seems like you like to learn and do things yourself if possible. Smile

Can get the event dump document here: https://www.ff6hacking.com/wiki/doku.php...s:doc:game
you'll have to search for words associated with the event in question to find where you want to edit.
We are born, live, die and then do the same thing over again.
Reply


Messages In This Thread
RE: Some final code requests (and screenshots) - by Gi Nattak - 10-20-2018, 04:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Final Requests for Help PowerPanda 54 33,711 05-15-2021, 11:36 AM
Last Post: MysticLord
Dark Knight FF6 SNES vs GBA code differences? Royaken 2 2,590 11-01-2019, 07:32 PM
Last Post: Royaken
  ASM Requests Gi Nattak 51 56,362 12-06-2016, 12:31 AM
Last Post: dn
  asm hacking: "faking" short jumps from your code (in a new bank) to old code Eggers 2 3,912 04-16-2016, 07:18 PM
Last Post: madsiur
  Magic Control Code sleepydude 16 14,317 09-19-2015, 02:41 PM
Last Post: Tenkarider
  Sprite Armor Code Royaken 2 3,577 05-30-2015, 11:26 AM
Last Post: Catone
  FF6LE Requests & Suggestions Zeemis 1 2,828 03-02-2012, 02:35 PM
Last Post: madsiur

Forum Jump:


Users browsing this thread: 1 Guest(s)