diff options
Diffstat (limited to 'engine/stats_screen.asm')
-rwxr-xr-x | engine/stats_screen.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/stats_screen.asm b/engine/stats_screen.asm index 84e1cf9ea..fe5b4664b 100755 --- a/engine/stats_screen.asm +++ b/engine/stats_screen.asm @@ -253,10 +253,10 @@ Function4de2c: ; 4de2c (13:5e2c) pop bc pop de pop hl - ld a, [wcf73] + ld a, [wMenuJoypad] and $c0 jr nz, .set_carry - ld a, [wcf73] + ld a, [wMenuJoypad] jr .clear_flags .notbreedmon |