File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -981,7 +981,6 @@ void drawMarioStats()
981
981
{
982
982
// Create array for each stat to go in
983
983
int32_t MarioStatsArray[16 ];
984
- clearMemory (MarioStatsArray, sizeof (MarioStatsArray));
985
984
986
985
uint32_t PouchPtr = reinterpret_cast <uint32_t >(ttyd::mario_pouch::pouchGetPtr ());
987
986
@@ -1137,7 +1136,6 @@ void drawPartnerStats()
1137
1136
1138
1137
// Create array for each stat to go in
1139
1138
int16_t PartnerStats[3 ];
1140
- clearMemory (PartnerStats, sizeof (PartnerStats));
1141
1139
1142
1140
// Add each stat to the array
1143
1141
uint32_t PartnerEnabledAddress = reinterpret_cast <uint32_t >(getPartnerEnabledAddress ());
@@ -1379,7 +1377,6 @@ void drawBattlesActorStats()
1379
1377
1380
1378
// Create array for each stat to go in
1381
1379
int16_t ActorStats[4 ];
1382
- clearMemory (ActorStats, sizeof (ActorStats));
1383
1380
1384
1381
// Add each stat to the array
1385
1382
ActorStats[0 ] = *reinterpret_cast <int16_t *>(ActorAddress + 0x10C ); // HP
You can’t perform that action at this time.
0 commit comments