Skip to content

v2.2.1

Compare
Choose a tag to compare
@Zephiles Zephiles released this 07 May 14:14
· 755 commits to master since this release

These files will display on-screen information for Palace Skip and Yoshi Skip, and will only be displayed in the appropriate rooms for these. They are still currently being worked on.

Palace Skip:

  1. PST: This keeps track of how many frames have passed between using an Item and opening the Pause menu. It also keeps track of how many frames have passed between leaving the Pause menu and pressing the X button.

  2. ItemTimer: This keeps track of how much time is left until the Item disappears. 1000 units = 1 second.

  3. PhaEmY: These keeps track of the Y Coordinate of the Phantom Ember used during the Yoshi Teleport.

  4. ParY: This keeps track of your Partner's Y Coordinate.

  5. MarPos: This keeps track of Mario's X, Y, and Z Coordinates.

It should be noted that the PST can be manually reset by holding Y for a couple seconds.

Yoshi Skip:

  1. YST: This keeps track of how many frames have passed between leaving a battle and pressing the A button.

  2. StickAngle: This keeps track of the exact angle that the Left Stick is currently being held at.

  3. MarPos: This keeps track of Mario's X, Y, and Z Coordinates.

It should be noted that the YST can be manually reset by holding Y for a couple seconds.