Skip to content

Releases: Zephiles/TTYD-Practice-Codes

v3.0.27

19 May 22:21
Compare
Choose a tag to compare

Added a display for Mario's speed, based on both the X axis and the Z axis.

Disabled most displays when in the process of manually spawning an item, as most of them would be drawn on top of the window used for selecting the item to spawn.

v3.0.26

18 May 06:05
Compare
Choose a tag to compare

Fixed an error with the cutscene right before the final Shadow Queen fight with all of the textboxes appearing on screen that would cause the standard heap to become corrupted. A side effect of this fix is that less textboxes will appear at the beginning of the cutscene.

Made a slight edit to the heap error text.

v3.0.25

08 May 18:35
Compare
Choose a tag to compare

Added a cheat to remove the D-Pad options display at the bottom-left of the screen. More specifically, this is the display that shows which D-Pad button opens which menu in the pause menu. These buttons can still be used, regardless of whether the display is disabled or not.

Added the Current Entrance to the Warp By Index menu. Also added a blank line between the current options and the new options.

Fixed a small bug with the adjustable value window that would sometimes cause to display no numbers for a single frame before closing.

The Sequence value in the pause menu has been aligned with the other text and values.

v3.0.24

30 Apr 12:24
Compare
Choose a tag to compare

Adjusted the Stick Angle display to print Neutral if no angles are being held.

In the Cheats menu, in the Manage Flags menu, the values are now aligned with each other.

v3.0.23

29 Apr 13:22
Compare
Choose a tag to compare

In the Warps menu, when warping by index, changed the entrances to start at 1 instead of 0.

In the Battles menu, the name of the selected actor is now displayed on the stats page.

In the Memory menu, added confirmation text when repositioning a watch.

Fixed a small bug with the Art Attack Hitboxes.

v3.0.22

21 Apr 08:21
Compare
Choose a tag to compare

Added an option to the Warps menu that allows you to warp by index. The entrance used can also be selected. The entrances for the room that you're currently in can also be viewed.

  • Note: If an invalid entrance is used, then Mario will be placed at/near the center of the chosen map.
  • Note 2: Some maps have entrances that don't actually work.

With the Art Attack Hitboxes code, each hitbox is now a different color.

The Art Attack timer can now be paused by holding Y. It will resume when Y is released.

Fixed multiple bugs with the Memory menu that would cause the cursor and/or page to be set incorrectly.

In the memory watches, time is now handled as a signed value (meaning that it can be negative).

In the Memory menu, when choosing a watch, the current page is maintained.

Increased the maximum amount of Memory watches from 30 to 60.

The heaps used in the game are now checked every frame for errors, which are displayed on-screen if found.

The backtrace screen can now be displayed before the title sequence begins.

v3.0.21

09 Apr 21:27
Compare
Choose a tag to compare

Fixed some bugs that would cause the menus to break when navigating, specifically with menus that have more than one row and more than one column.

Fixed a bug that would cause the text of options to not change if you pressed B to close an error message.

v3.0.20

03 Apr 21:39
Compare
Choose a tag to compare

In the Cheats menu, added an option to manually change a lot of the important flags in the game.

v3.0.19

31 Mar 22:58
Compare
Choose a tag to compare

In the Battles menu, when clearing the held item for an enemy, the effects of the badge that they were holding is now cleared.

In the Cheats menu, the Stage and Event names are now displayed while changing the value.

v3.0.18

28 Mar 22:20
Compare
Choose a tag to compare

In the Cheats menu, the Stage and Event names for the current Sequence position are now displayed.

After modifying a partner's rank, fixed their stats being incorrectly adjusted when equipping/unequipping badges.