summaryrefslogtreecommitdiff
path: root/home/joypad.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/joypad.asm')
-rw-r--r--home/joypad.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/joypad.asm b/home/joypad.asm
index 317413d0..8f8e9b2f 100644
--- a/home/joypad.asm
+++ b/home/joypad.asm
@@ -1,4 +1,4 @@
-JoypadInt:: ; 8df (0:08df)
+Joypad:: ; 8df (0:08df)
reti
ClearJoypad::
@@ -7,7 +7,7 @@ ClearJoypad::
ldh [hJoyDown], a
ret
-Joypad:: ; 8e6 (0:08e6)
+UpdateJoypad:: ; 8e6 (0:08e6)
ld a, [wd8ba]
and $d0
ret nz