finished mail_data

This commit is contained in:
jiangzhengwenjz
2019-06-28 11:04:15 +08:00
parent 8e8fe3bf44
commit d06166633f
16 changed files with 211 additions and 656 deletions
-1
View File
@@ -12,7 +12,6 @@ static bool32 IsCurMapInLocationList(const u16 *list)
if (list[i] == locSum)
return TRUE;
}
return FALSE;
}