summaryrefslogtreecommitdiff
path: root/engine/intro_menu.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-04 08:46:11 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-04 08:46:11 -0500
commit5b94d54a6c81d7ea09497dfc3d1477a7ed3bd954 (patch)
treec2b9a32ed9f102f6fe0956760fc59c4490ba38d4 /engine/intro_menu.asm
parent2f14f3a669afd51ab98d9f2dea5857e5b548a8d7 (diff)
More work on animations
Diffstat (limited to 'engine/intro_menu.asm')
-rwxr-xr-xengine/intro_menu.asm6
1 files changed, 3 insertions, 3 deletions
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