pokemon_summary_screen.c, part 2.

Also fix prototype of MenuHelpers_CallLinkSomething.
This commit is contained in:
luckytyphlosion
2020-06-14 19:04:24 -04:00
parent bc143a695d
commit 7cabc3d1a5
10 changed files with 289 additions and 558 deletions
+1 -1
View File
@@ -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: