Finish decompiling pokenav_unk_1.c

This commit is contained in:
Marcus Huderle
2019-04-13 14:46:46 -05:00
committed by huderlem
parent cb9d471a2a
commit 1268691410
6 changed files with 147 additions and 226 deletions
+2 -1
View File
@@ -596,7 +596,8 @@ void SetPokenavVBlankCallback(void)
void *AllocSubstruct(u32 index, u32 size)
{
return gPokenavResources->field10[index] = Alloc(size);
gPokenavResources->field10[index] = Alloc(size);
return gPokenavResources->field10[index];
}
void *GetSubstructPtr(u32 index)