Skip to content

Commit

Permalink
Fix crash on console when naming MC or team
Browse files Browse the repository at this point in the history
Thanks to jpmac26 for the discovery on initializing the IME driver
  • Loading branch information
ShrineFox committed Jun 29, 2018
1 parent 714d963 commit b216174
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ModMenu.flow
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,14 @@ void PlayerEditorDisplay()
CommuSetRankSelect();
break;
case 4: // Set Protag Name
INIT_IME_DRIVER();
CALL_NAME_ENTRY();
END_IME_DRIVER();
break;
case 5: // Set Team Name
INIT_IME_DRIVER();
CALL_PHANTOM_NAME_ENTRY();
END_IME_DRIVER();
break;
case 6:
PlayerAnimViewerDisplay();
Expand Down
4 changes: 2 additions & 2 deletions ModMenu.msg
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ Player Options[w][e]
[s]Select a Confidant and set your[n]current rank with their Arcana.[e]

[dlg GENERIC_HELP_20]
[s]Rename the protagonist at any[n]point in the game.[n][clr 9]WARNING: CRASHES ON REAL PS3![clr 0][e]
[s]Rename the protagonist at any[n]point in the game.[n][e]

[dlg GENERIC_HELP_21]
[s]Change the group name of the[n]Phantom Thieves at any[n]point in the game.[n][clr 9]WARNING: CRASHES ON REAL PS3![clr 0][e]
[s]Change the group name of the[n]Phantom Thieves at any[n]point in the game.[n][e]

[dlg GENERIC_HELP_22]
[s]Select one of the protagonist's[n]Field GAP files and view[n]its animations.[e]
Expand Down

0 comments on commit b216174

Please sign in to comment.