Extract baseroms from event_scripts

This commit is contained in:
Diegoisawesome
2017-11-10 18:12:18 -06:00
parent a6c30ba951
commit 2e40384fa2
80 changed files with 9228 additions and 1263 deletions

View File

@@ -165,11 +165,11 @@ bool8 HasAtLeastOneBerry(void)
{
if (CheckBagHasItem(i, 1) == TRUE)
{
gSpecialVar_ScriptResult = 1;
gSpecialVar_Result = 1;
return TRUE;
}
}
gSpecialVar_ScriptResult = 0;
gSpecialVar_Result = 0;
return FALSE;
}