Move ReadTrainerTowerAndValidate

This commit is contained in:
GriffinR
2020-01-26 16:50:32 -05:00
parent 9ecd065b50
commit 5106fc1c9a
6 changed files with 10 additions and 11 deletions
+6
View File
@@ -86,3 +86,9 @@ bool32 CEReaderTool_LoadTrainerTower(struct EReaderTrainerHillSet * ttdata)
Free(buffer);
return success;
}
bool32 ReadTrainerTowerAndValidate(void)
{
// Stubbed out. Populated in Emerald
return FALSE;
}