diff options
author | yenatch <yenatch@gmail.com> | 2015-01-23 09:48:14 -0800 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-02-07 11:39:49 -0800 |
commit | b35294752c55b5df88ccfc785279c36f30a43fd6 (patch) | |
tree | a415f9d7cad23cbda2d69d078d831e92a667fa8e /hram.asm | |
parent | f94af3e2d6effcaf94c8912a17542b99c1e7e9f8 (diff) |
rename hJoyHeldLast -> hJoyLast
Diffstat (limited to 'hram.asm')
-rw-r--r-- | hram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ hSCX EQU $FFAE hSCY EQU $FFAF hWY EQU $FFB0 -hJoyHeldLast EQU $FFB1 +hJoyLast EQU $FFB1 hJoyReleased EQU $FFB2 hJoyPressed EQU $FFB3 hJoyHeld EQU $FFB4 |