sub_818DAEC, sub_818DB04

This commit is contained in:
scnorton
2017-09-19 16:24:42 -04:00
parent 99a7fcfdfa
commit 0d0532731f
2 changed files with 13 additions and 34 deletions
+13
View File
@@ -94,3 +94,16 @@ void SetLilycoveLadyRandomly(void)
break;
}
}
void sub_818DAEC(void)
{
gScriptResult = GetLilycoveLadyId();
}
u8 sub_818DB04(u16 *data)
{
u8 len;
for (len = 0; *data != 0; len ++, data ++);
return len;
}