![]() |
ASM Requests - 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: ASM Requests (/thread-2323.html) |
RE: ASM Requests - assassin - 07-04-2016 (04-02-2014, 11:01 AM)Madsiur Wrote:(04-01-2014, 07:50 PM)Gi Nattak Wrote: Is there anyway to effectively separate the status' regen and seizure so they do not act on each other? For instance I have a Relic that "Repels Seizure status.", but this in-turn as I come to find out today also blocks regen status, which is whack! Before I go and make my Relic no longer protect against seizure, is there anyway you guys can think of to separate them? that's overly broad in the other direction. it'll allow you to get a status when you already have its "mirror" status permanently. the game doesn't want you to have two "mirror statuses" (Regen and Seizure, or Slow and Haste) at once; it also has C2/4391 boot out one whenever the other gets set. there's a reason for that: you'll get inconsistent nonsense behavior when both are set. see here: http://mnrogar.slickproductions.org/phpBB3/viewtopic.php?f=2&t=108&p=6877#p6877 i suppose you could shuffle around code to always heed one status over the other as a tiebreaker, but that's a bit arbitrary, as they're supposed to be opposites but equals. anyway, i'm working on a patch that rewrites C2/2675 more subtly (going on 4 years now :/). it should stop GiNattak's original issue while still preventing simultaneous existence. stay tuned on Mnrogar's forums. RE: ASM Requests - dn - 12-06-2016 In need of a modification fo the Overkill 32000 patch (seen here) that implements the colored MP hack. I seem to be unable to get these two working in tandem. Here's the deconstructed IPS file for the colors: Code: ORG $C0DED0 |