diff options
author | YamaArashi <shadow962@live.com> | 2015-07-15 20:04:58 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-15 20:04:58 -0700 |
commit | bd7d9815936decc5b636f4235c0ee745812dcb48 (patch) | |
tree | d88ff7a45f7b8a80a02f099052da9b4eb2e14d21 /engine/menu/start_menu.asm | |
parent | ac78dda7d8a4a6cf9af95f601bdac9fc348c65a6 (diff) |
menu stuff
Diffstat (limited to 'engine/menu/start_menu.asm')
-rwxr-xr-x | engine/menu/start_menu.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menu/start_menu.asm b/engine/menu/start_menu.asm index 0db0d052..7aa09df7 100755 --- a/engine/menu/start_menu.asm +++ b/engine/menu/start_menu.asm @@ -54,7 +54,7 @@ RedisplayStartMenu:: ; 2adf (0:2adf) .buttonPressed ; A, B, or Start button pressed call PlaceUnfilledArrowMenuCursor ld a,[wCurrentMenuItem] - ld [wcc2d],a ; save current menu item ID + ld [wBattleAndStartSavedMenuItem],a ; save current menu selection ld a,b and a,%00001010 ; was the Start button or B button pressed? jp nz,CloseStartMenu |