
Board: Tmntxjl: Earth's last defense
Love the 4Kids, Rise of TMNT, and Clone/Zombie palettes!
Is the all white outfit a shout out to Blaze in Streets of Rage 3, since the Sega version of April already resembled her so much?
Oh nice. Does her headband share with her gloves? I don't see any pals that have them different colors. I really just like it overall when a chars mouth and eyes don't share with their clothes/skin. She's good to go on that front.
I just noticed that although Akuma and Sagat have codes for reflection, I tested them against Vans' Rugal and their projectiles go forward as if nothing had happened. The reflected versions need a Turn command at the start of the code, right after defining the sysvars:I'd change the trigger on that because the new reflect coming soon in the community kfm fixed that issue. There's a way to keep track of the original facing. My public shredder has the most up to date reflection code currently
;=======================================;
;PROJECTILE REFLECTION COMPATIBILITY ;
;????????????? ;
;by Vans ;
;GUIDE: ;
;FOR PROJECTILE / ????? ;
;sysvar(0) = 131072 ;
;sysvar(1) = REFLECTED_BEHAVIOR_STATE ;
;=======================================;
[State 1005, COMPATIBILITY]
type = VarSet
trigger1 = !time
sysvar(0) = 131072
[State 1005, REFLECTED STATE]
type = VarSet
trigger1 = !time
sysvar(1) = 1010
[State XXXX, Turn]
type = Turn
trigger1 = !time