* Different world palettes for BowserBro, and slight optimization to Bowser.
BowserBro still will not use Bowser's green palette in any of the areas where the game would genuinely use the green palette, but he will follow the rules of other non-green palette areas so he has more consistency in those areas.
* BowserBro palette and sprite now correctly set.
* Fix Bowser.png
This PR fixes the issues mentioned in #557 with Fake and Real Bowsers. Also for fun, I got the Bowser fall SFX to work when you kill a REAL Bowser or Bowser Bro by moving it outside of Bowser before they were freed from the scene.
Previously, if you entered a boo race your hitbox scale changes would never be applied, meaning your crouch size would be unchanged from your standing stance. This fixes that, and adds a single parameter to apply character physics.
i coded it in about 10 minutes as a joke, and didnt really intend on it being something proper + it comes with a whole new slew of bugs which im not willing to commit to yet, soz. its still in the code so should be relatively easy to hack in, maybe itll come back in future, who knows
A very simple 1 line change that just fixes the character variation key which characters use as a default to use a proper "default" key rather than just Mario's. May require some JSON changes, but I'll check around and make sure to fix what I can find.
* Added Special Scrolling to the visuals menu
* Added the actual functionality for special scrolling to work with menu
* Fixed PC-8801 mode if smooth transitions are enabled
* Special scrolling, not-so special translations
* Fixed Space Title Stars
Fixes the position of the title stars in the space theme
* Fixed `PlayerSprite` Fallback Check
PlayerSprites check recursively for fallbacks. However, this does mean that if one fallback links to something that was already checked, it would make an infinite loop.
Also fixes the Pipe Cutscene, and updated Mario's `Big.tres` UIDs
* Some state machine functions to make code tidier in the future
* Added a function to Global to check if we're playtesting, for convenience
* Only allow noclip w/o debug in leveltesting, toggling added, kept jump key to exit
* Quick fix for flipped Jump/RunJump anims
accidentally used the condition the wrong way, my bad LOL
* >= moment
so thats why it was playing the fall animation for a single frame
* Reverted attempted fixes accidentally left in for CrouchBump
This fixes Peach in the minus world to now use her properly exported sprite, and additionally allows for her to be animated and changed through PeachNPC.json.
* Additional optional animations for water/wing power-up + extras
* Added animation fallbacks for new animations
* Kicking animation function
* Kick anim functionality for shells
* Player performs kick animation
* RunJump anims + quick fixes
new anims, including RunJump, RunJumpFall and RunJumpBump (incredible name) which play depending on the X velocity the player left the ground with.
also fixed the bob-omb to play the kick animation as well as it should
also
* Updated "FlyMove" to "WingMove" for consistency
* Update "FlyMove" to "WingMove" in animation fallbacks