-
Notifications
You must be signed in to change notification settings - Fork 89
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
13 changed files
with
702 additions
and
715 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
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,15 @@ | ||
#ifndef POKEPLATINUM_MOVE_TUTOR_H | ||
#define POKEPLATINUM_MOVE_TUTOR_H | ||
|
||
#include "field_script_context.h" | ||
|
||
BOOL ScrCmd_HasSeenSpecies(ScriptContext *ctx); | ||
BOOL ScrCmd_HasLearnableTutorMoves(ScriptContext *ctx); | ||
BOOL ScrCmd_ResetMoveSlot(ScriptContext *ctx); | ||
BOOL ScrCmd_CanAffordMove(ScriptContext *ctx); | ||
BOOL ScrCmd_PayShardsCost(ScriptContext *ctx); | ||
BOOL ScrCmd_ShowMoveTutorMoveSelectionMenu(ScriptContext *ctx); | ||
BOOL ScrCmd_ShowShardsCost(ScriptContext *ctx); | ||
BOOL ScrCmd_CloseShardCostWindow(ScriptContext *ctx); | ||
|
||
#endif // POKEPLATINUM_MOVE_TUTOR_H |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.