From 5b94d54a6c81d7ea09497dfc3d1477a7ed3bd954 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 4 Dec 2015 08:46:11 -0500 Subject: More work on animations --- engine/intro_menu.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine/intro_menu.asm') diff --git a/engine/intro_menu.asm b/engine/intro_menu.asm index 9423b13c1..140233288 100755 --- a/engine/intro_menu.asm +++ b/engine/intro_menu.asm @@ -450,9 +450,9 @@ ConfirmContinue: ; 5e34 call DelayFrame call GetJoypad ld hl, hJoyPressed - bit 0, [hl] + bit A_BUTTON_F, [hl] jr nz, .PressA - bit 1, [hl] + bit B_BUTTON_F, [hl] jr z, .loop scf ret @@ -1336,7 +1336,7 @@ Function639b: ; unreferenced and $3 ret nz ld bc, SpriteAnim10 - ld hl, SpriteAnim10FrameIndex - SpriteAnim10 + ld hl, SPRITEANIMSTRUCT_FRAME add hl, bc ; over-the-top compicated way to load wc3ae into hl ld l, [hl] ld h, 0 -- cgit v1.2.3