~matboutigny/hangman8086/two_players_mode

« back to all changes in this revision

Viewing changes to mainmenu.asm

  • Committer: Fabien LOISON
  • Date: 2011-05-29 12:22:53 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: flo@flogisoft.com-20110529122253-ngl12f72w10i19j3
* Option menu implemented

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
        jmp _main_menu
134
134
        main_menu_sp_end:
135
135
 
 
136
        ;Options
 
137
        cmp main_menu_selected, MAIN_MENU_OPTIONS
 
138
        jne main_menu_option_end
 
139
        call _option_menu
 
140
        jmp _main_menu
 
141
        main_menu_option_end:
 
142
 
136
143
        ;Quit
137
144
        cmp main_menu_selected, MAIN_MENU_QUIT
138
145
        je main_menu_end