zsrtp / tpgz

Twilight Princess speedrunning practice and testing tool
GNU General Public License v3.0
12 stars 7 forks source link

Savefile loading issues #6

Closed Pheenoh closed 3 years ago

Pheenoh commented 3 years ago

When loading practice files in certain areas like Iza's boat minigame, the game crashes

Pheenoh commented 3 years ago

Unrelated to the crashing, but the "specials" block needs to be made global or integrated into the Utilities::load_save() function. This is causing issues when using file reload functionality on these special saves due to the function pointers only being set when loading from the save menu.

Pheenoh commented 3 years ago

Fixed in #46