diff options
| author | Narishma-gb <194818981+Narishma-gb@users.noreply.github.com> | 2025-12-01 20:46:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-01 13:46:28 -0600 |
| commit | 8bb03542bd0dd01b1e4fce990751edc0822a878f (patch) | |
| tree | dff208d50fead04c5a2dcffd7e23e774c0e8afaf /engine/battle | |
| parent | Correct comment (diff) | |
| download | pokeyellow-8bb03542bd0dd01b1e4fce990751edc0822a878f.tar.gz pokeyellow-8bb03542bd0dd01b1e4fce990751edc0822a878f.tar.xz pokeyellow-8bb03542bd0dd01b1e4fce990751edc0822a878f.zip | |
Update `StatusScreen`, add `*_STATS_BOX` constants (#546)
Diffstat (limited to 'engine/battle')
| -rw-r--r-- | engine/battle/experience.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/experience.asm b/engine/battle/experience.asm index 4e44643c..f9f47f82 100644 --- a/engine/battle/experience.asm +++ b/engine/battle/experience.asm @@ -245,7 +245,7 @@ GainExperience: xor a ; PLAYER_PARTY_DATA ld [wMonDataLocation], a call LoadMonData - ld d, $1 + ld d, LEVEL_UP_STATS_BOX callfar PrintStatsBox call WaitForTextScrollButtonPress call LoadScreenTilesFromBuffer1 |
