Merge branch 'master' of github.com:pret/pokeemerald into main-menu-state-machine

This commit is contained in:
Phlosioneer
2019-02-13 23:04:56 -05:00
33 changed files with 294 additions and 218 deletions

View File

@@ -690,7 +690,7 @@ bool8 ScrCmd_initclock(struct ScriptContext *ctx)
return FALSE;
}
bool8 ScrCmd_dodailyevents(struct ScriptContext *ctx)
bool8 ScrCmd_dotimebasedevents(struct ScriptContext *ctx)
{
DoTimeBasedEvents();
return FALSE;