diff options
Diffstat (limited to 'engine/pokemon')
| -rw-r--r-- | engine/pokemon/status_screen.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokemon/status_screen.asm b/engine/pokemon/status_screen.asm index d88ef8c1..1c9b2fc2 100644 --- a/engine/pokemon/status_screen.asm +++ b/engine/pokemon/status_screen.asm @@ -378,7 +378,7 @@ StatusScreen2: ld bc, wPartyMon1PP - wPartyMon1Moves - 1 add hl, bc ld a, [hl] - and $3f + and PP_MASK ld [wStatusScreenCurrentPP], a ld h, d ld l, e |
