Routines |
Prev: 918B | Up: Map | Next: 91C2 |
Used by the routine at InGameControls.
|
||||
InGame_Select | 91B2 | LD B,$78 | B=INK: BLACK, PAPER: WHITE (BRIGHT) . | |
91B4 | CALL InGame_UpdateCursorPosition | Call InGame_UpdateCursorPosition. | ||
91B7 | LD A,($91D8) | Jump to PlayerAction_Drop if *InGame_HighlightedOption is 00. | ||
91BA | OR A | |||
91BB | JR Z,PlayerAction_Drop | |||
91BD | DEC A | Jump to PlayerAction_Hold if *InGame_HighlightedOption is 01. | ||
91BE | JR Z,PlayerAction_Hold | |||
91C0 | JR PlayerAction_Raise | Else, jump to PlayerAction_Raise. |
Prev: 918B | Up: Map | Next: 91C2 |