fixed incorrect comment

This commit is contained in:
jiangzhengwenjz
2019-07-30 05:40:12 +08:00
parent 3f866d2a60
commit 1f986e6543
+1 -1
View File
@@ -19,7 +19,7 @@ void AllocateBattleResources(void)
*ptr++ = AllocZeroed(8);
while (--i >= 0);
}
// TODO: Figure out whether 0x200 is really the size of *gBattleResources.
// TODO: Figure out whether 0x200 is really the size of *gBattleStruct.
// The following works in pokeem:
// gBattleStruct = AllocZeroed(sizeof(*gBattleStruct));
gBattleStruct = AllocZeroed(0x200);