From b4d7dffd1cb3bcaaf0cebbbbe42cb6b70d02bef8 Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Fri, 7 Jul 2017 19:51:37 -0700 Subject: Label evolution, joypad, message box things --- engine/high_scores_screen.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/high_scores_screen.asm') diff --git a/engine/high_scores_screen.asm b/engine/high_scores_screen.asm index 920fc9d..9823d67 100755 --- a/engine/high_scores_screen.asm +++ b/engine/high_scores_screen.asm @@ -645,7 +645,7 @@ Func_cf58: ; 0xcf58 ret Func_cf7d: ; 0xcf7d - ld a, [wd809] + ld a, [wNewlyPressedButtonsPersistent] ld b, a ld a, [wda85] bit 6, b -- cgit v1.2.3