summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-28 21:23:19 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-03-10 22:32:17 -0500
commitf50e233c9171d7bdd76c1c53dd96c85cd0a4d99f (patch)
tree996d9776486721f0dccc137bb063eceb457fc52c /include/constants
parent70ce2c1642376305f26ad0eaebad26d7d3fe9ac9 (diff)
Removed redundant struct fills
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/move.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/constants/move.h b/include/constants/move.h
index e6f4e70..e5de485 100644
--- a/include/constants/move.h
+++ b/include/constants/move.h
@@ -37,7 +37,6 @@ struct MoveData
u8 *namePointer;
/* 0x4 */ s16 power;
u8 type;
- u8 fill7;
// Determines the range of moves.
/* 0x8 */ u16 targetingFlags[2]; // 0 for player and 1 for AI
// The AI consider certain moves to have different range than they actually do.