diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-08 14:11:24 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-08 14:11:24 -0400 |
commit | e95d42e0af1921f516c1fd4269024aa3f586514f (patch) | |
tree | 3130d8d059dbeb247b24bd31eec28c6e358659d8 /home/joypad.asm | |
parent | bb58230ca7a3f0f3c58af2b182051cf33ba609ac (diff) |
All functions in main.asm have non-generic names
Diffstat (limited to 'home/joypad.asm')
-rw-r--r-- | home/joypad.asm | 2 |
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 |