Continue updating event macro comments
This commit is contained in:
+3
-1
@@ -1458,7 +1458,9 @@ bool8 ScrCmd_showmonpic(struct ScriptContext *ctx)
|
||||
|
||||
bool8 ScrCmd_hidemonpic(struct ScriptContext *ctx)
|
||||
{
|
||||
bool8 (*func)(void) = ScriptMenu_GetPicboxWaitFunc();
|
||||
// The hide function returns a pointer to a function
|
||||
// that returns true once the pic is hidden
|
||||
bool8 (*func)(void) = ScriptMenu_HidePokemonPic();
|
||||
|
||||
if (func == NULL)
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user