12-28-2015, 03:55 PM
(12-28-2015, 10:11 AM)catone Wrote: D4 F3. : Set Bit $2F3 (Shadow is available for party)
C0 F3 82 : Is Bit $2F3 set? (Always yes, you just set it before this)
42 6C 02. :Branch to CC/C642 (Mog explains battlefield)
What is the advantage of doing a conditional check that will always be true over a subroutine call followed by a return? All I can see is that that method use 6 bytes instead of 5...