summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/joypad.asm4
-rw-r--r--home/text.asm2
2 files changed, 3 insertions, 3 deletions
diff --git a/home/joypad.asm b/home/joypad.asm
index c07157376..aa7d092af 100644
--- a/home/joypad.asm
+++ b/home/joypad.asm
@@ -331,7 +331,7 @@ Functiona57:: ; a57
jr z, .asm_a63
ld a, [hJoyDown]
.asm_a63
- ld [$ffa9], a
+ ld [hJoyLast], a
ld a, [hJoyPressed]
and a
jr z, .asm_a70
@@ -344,7 +344,7 @@ Functiona57:: ; a57
and a
jr z, .asm_a7a
xor a
- ld [$ffa9], a
+ ld [hJoyLast], a
ret
.asm_a7a
diff --git a/home/text.asm b/home/text.asm
index 1ddc72ea5..fa8d3b23f 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -972,7 +972,7 @@ Text_09:: ; 14d2
ld a, b
and $f0
swap a
- set 6, a
+ set PRINTNUM_RIGHTALIGN_F, a
ld b, a
call PrintNum
ld b, h