Prev: 37259 Up: Map Next: 37314
37298: In-Game: Select
Used by the routine at InGameControls.
InGame_Select 37298 LD B,120 B=INK: BLACK, PAPER: WHITE (BRIGHT) .
37300 CALL InGame_UpdateCursorPosition Call InGame_UpdateCursorPosition.
37303 LD A,(37336) Jump to PlayerAction_Drop if *InGame_HighlightedOption is 0.
37306 OR A
37307 JR Z,PlayerAction_Drop
37309 DEC A Jump to PlayerAction_Hold if *InGame_HighlightedOption is 1.
37310 JR Z,PlayerAction_Hold
37312 JR PlayerAction_Raise Else, jump to PlayerAction_Raise.
Prev: 37259 Up: Map Next: 37314