-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laguna's team member names. #164
Comments
Should be an easy fix. Just querying the data wrong. They're odd because they use someone else's character data. |
One issue is TeamLaguna isn't set unless the game is loaded. So the load game menu will display the wrong value CharacterData isn't connected to the savedata. So values could be displayed wrong. I've corrected the name by not using the built in property. Though stats could be wrong if loading the wrong id from kernel. |
For load screen i'm bypassing the teamlaguna checks and going directly to the data. So level, character name and gold now should show correct values. |
most of this has been fixed. I restricted access to the character's dictionary. to prevent bypassing the team laguna checks and fixed partyPos so it isn't set to -1 when it can't find laguna in the party data list. one bug remains that i saw which is when i load a save the data in the menu's isn't refreshed so names don't change etc. |
On save menu and battle menu Laguna's team member's names isn't populating.
The text was updated successfully, but these errors were encountered: