diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-02-16 12:20:20 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2020-02-16 12:20:20 +0100 |
commit | 75a6bb5df6ebd9f122b0ed6ee4ecc9e6c60baf0c (patch) | |
tree | 41d5697e52b5ab3cc601722e2d35f70824c5a807 /home/joypad.asm | |
parent | 26b8bf003e3523fee94c4c18447ea55f9eb1d429 (diff) |
PanicResetClock -> ClearClock
Funky name that only exists based on what it's used for, not so much
what it is.
Diffstat (limited to 'home/joypad.asm')
-rw-r--r-- | home/joypad.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/joypad.asm b/home/joypad.asm index f562d0878..b39f8c0f4 100644 --- a/home/joypad.asm +++ b/home/joypad.asm @@ -14,6 +14,7 @@ ClearJoypad:: ret Joypad:: +; This is called automatically every frame in VBlank. ; Read the joypad register and translate it to something more ; workable for use in-game. There are 8 buttons, so we can use ; one byte to contain all player input. |