Skip to content

Commit

Permalink
Fix status not showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
kittenchilly committed May 31, 2024
1 parent 391bb37 commit 4085e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/battle_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -2334,6 +2334,7 @@ static void UpdateMonData(struct BattleDebugMenu *data)
mon = &gEnemyParty[gBattlerPartyIndexes[i]];

SetMonData(mon, MON_DATA_HELD_ITEM, &battleMon->item);
SetMonData(mon, MON_DATA_STATUS, &battleMon->status1);
SetMonData(mon, MON_DATA_HP, &battleMon->hp);
SetMonData(mon, MON_DATA_MAX_HP, &battleMon->maxHP);
for (j = 0; j < 4; j++)
Expand Down

0 comments on commit 4085e47

Please sign in to comment.