pokemon_summary_screen.c, part 2.
Also fix prototype of MenuHelpers_CallLinkSomething.
This commit is contained in:
+1
-1
@@ -379,7 +379,7 @@ static bool8 ItemPc_DoGfxSetup(void)
|
||||
gMain.state++;
|
||||
break;
|
||||
case 20:
|
||||
if ((u8)MenuHelpers_CallLinkSomething() != TRUE)
|
||||
if (MenuHelpers_CallLinkSomething() != TRUE)
|
||||
gMain.state++;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user