summaryrefslogtreecommitdiff
path: root/home/joypad.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-08 14:11:24 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-08 14:11:24 -0400
commite95d42e0af1921f516c1fd4269024aa3f586514f (patch)
tree3130d8d059dbeb247b24bd31eec28c6e358659d8 /home/joypad.asm
parentbb58230ca7a3f0f3c58af2b182051cf33ba609ac (diff)
All functions in main.asm have non-generic names
Diffstat (limited to 'home/joypad.asm')
-rw-r--r--home/joypad.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/joypad.asm b/home/joypad.asm
index 0c0e30062..0cb2f6206 100644
--- a/home/joypad.asm
+++ b/home/joypad.asm
@@ -33,7 +33,7 @@ Joypad:: ; 935
ret nz
; If we're saving, input is disabled.
- ld a, [wc2cd]
+ ld a, [wGameLogicPaused]
and a
ret nz