From 1f986e65435c10f3d62b3777beb8acf712dcbbf2 Mon Sep 17 00:00:00 2001 From: jiangzhengwenjz Date: Tue, 30 Jul 2019 05:40:12 +0800 Subject: fixed incorrect comment --- src/battle_util2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/battle_util2.c b/src/battle_util2.c index 5254ab25b..83014a83b 100644 --- a/src/battle_util2.c +++ b/src/battle_util2.c @@ -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); -- cgit v1.2.3