diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-04-16 09:30:50 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-04-16 09:30:50 -0400 |
commit | 58b377f25bf673702f26551824b329fb4675f64d (patch) | |
tree | 10144e3fb75ae2181bb834a186851d57c9df44cc /home/joypad.asm | |
parent | 3540578cb3452944d6c60bc13db16bc1f19b3586 (diff) |
Fix #709 miscellaneous issues
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 2ffd8343c..79129ecc4 100644 --- a/home/joypad.asm +++ b/home/joypad.asm @@ -1,5 +1,5 @@ Joypad:: -; Replaced by Joypad, called from VBlank instead of the useless +; Replaced by UpdateJoypad, called from VBlank instead of the useless ; joypad interrupt. ; This is a placeholder in case the interrupt is somehow enabled. |