diff options
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/battle/core.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 296f9019..6285a330 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -1794,7 +1794,8 @@ AnimateRetreatingPlayerMon: lb bc, 7, 7 jp ClearScreenArea -; reads player's current mon's HP into wBattleMonHP +; Copies player's current pokemon's current HP and status into the party +; struct data so it stays after battle or switching ReadPlayerMonCurHPAndStatus: ld a, [wPlayerMonNumber] ld hl, wPartyMon1HP |
