Continue updating event macro comments

This commit is contained in:
GriffinR
2021-11-16 10:53:18 -05:00
parent 04cc923d6c
commit 63c5905914
7 changed files with 149 additions and 117 deletions
+3 -1
View File
@@ -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;