FF6 Hacking
It is the apocalypse after all. - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Magitek Research Facility (https://www.ff6hacking.com/forums/forum-9.html)
+--- Thread: It is the apocalypse after all. (/thread-4130.html)

Pages: 1 2 3


RE: It is the apocalypse after all. - Gi Nattak - 07-21-2021

(07-21-2021, 02:12 AM)fw4210 Wrote:
(07-21-2021, 02:09 AM)Gi Nattak Wrote: I don't believe we have a rule about file size for attachments, just that 'no posting anything bigger than 700x700'.
I'd recommend uploading the images to imgur or any other known image uploading/sharing site that provides links, if possible, for this case.

https://imgur.com/a/hnlQil2

This work?

Yes indeed, thanks. Smile
OK, so here it should be:

Code:
EE/AF01:
    88 06 00 00      [Clean Celes's statuses (displaced vanilla code)]
    8D 06            [Unequip Celes]
    A4               [Run Custom Command to flush inventory]
    FE               [Return to sender]

And it looks like you have:

Code:
EE/AF01:
    88 06 00 00      [Clean Celes's statuses (displaced vanilla code)]
    8D 06            [Unequip Celes]
    B2 0C AF 24      [Jumps to E4/AF0C]
    FE               [End/Return to]

You'll just wanna remove that jump that is now jumping to an FF byte, which is why it is freezing, and put in that A4 byte which is our new event command. Should do it.


RE: It is the apocalypse after all. - fw4210 - 07-21-2021

on that day, the game
was changed forever… Evil laugh 

This is pretty amazing! Thanks guys.

Thanks to Madsuir - C-Dude - Gi Nattak.

See you around.