summaryrefslogtreecommitdiff
path: root/home/text.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-12-22 17:30:35 -0500
committeryenatch <yenatch@gmail.com>2013-12-22 17:30:35 -0500
commit496502b3dc16318cf59dd41d8462330f66cd19d6 (patch)
tree83f5102314bfcefd7b76588b8d8f53db7759bc1d /home/text.asm
parent18124d0a5d6790bc42cf12320557e997cdb31a7a (diff)
no more Public in joypad interface labels
Diffstat (limited to 'home/text.asm')
-rw-r--r--home/text.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/text.asm b/home/text.asm
index c4ff6aa05..47ebd7164 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -1048,7 +1048,7 @@ Text_09: ; 14d2
Text_0A: ; 14ed
push hl
push bc
- call GetJoypadPublic
+ call GetJoypad
ld a, [hJoyDown]
and A_BUTTON | B_BUTTON
jr nz, .asm_14fd
@@ -1130,7 +1130,7 @@ Text_0C: ; 1543
push de
ld a, "…"
ld [hli], a
- call GetJoypadPublic
+ call GetJoypad
ld a, [hJoyDown]
and A_BUTTON | B_BUTTON
jr nz, .asm_155a