diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-08-11 00:34:32 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-08-11 00:34:32 -0500 |
commit | fb0a630c062cbb18026abe2792339dea27fac4d8 (patch) | |
tree | 0b55bb02a3539b132c8e3f9347cc51a4ce58aa1c /engine/save.asm | |
parent | 4aedff021786dd5c0b81d3a35f505b7aa42adddc (diff) |
More joypad constants
Diffstat (limited to 'engine/save.asm')
-rwxr-xr-x | engine/save.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/save.asm b/engine/save.asm index 26f9507f..ae895d96 100755 --- a/engine/save.asm +++ b/engine/save.asm @@ -356,7 +356,7 @@ ChangeBox:: ; 738a1 (1c:78a1) call HandleMenuInput ld hl, hFlags_0xFFF6 res 1, [hl] - bit 1, a + bit 1, a ; pressed b ret nz call GetBoxSRAMLocation ld e, l |