-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
33 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
// | ||
// FlowScript decompiled by AtlusScriptLib by TGE (2017) | ||
// In the unfortunate case of any bugs, please report them back to me. | ||
// | ||
|
||
|
||
// | ||
// Imports | ||
// | ||
|
||
import( "BASE_f007.bf" ); | ||
import ( "../ModMenu.flow" ); | ||
import ( "f007.msg" ); | ||
|
||
// | ||
// Procedure declarations | ||
// | ||
|
||
|
||
void save_point_hook() | ||
{ | ||
OPEN_MSG_WIN(); | ||
int selection = SEL( ChangedPrompt ); | ||
if ( selection == 0 ) | ||
ModMenuDisplay(2); | ||
if ( selection == 1 ) | ||
save_point_unhooked(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[sel ChangedPrompt] | ||
[f 0 8 -258][f 1 31]Open Mod Menu[e] | ||
[f 0 8 -258][f 1 31]Use original function.[e] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters