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 /main.asm | |
parent | 4aedff021786dd5c0b81d3a35f505b7aa42adddc (diff) |
More joypad constants
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1082,7 +1082,7 @@ DrawStartMenu: ; 710b (1:710b) ld c,$08 .drawTextBoxBorder call TextBoxBorder - ld a,%11001011 ; bit mask for down, up, start, B, and A buttons + ld a,D_DOWN | D_UP | START | B_BUTTON | A_BUTTON ld [wMenuWatchedKeys],a ld a,$02 ld [wTopMenuItemY],a ; Y position of first menu choice |