Routines |
Prev: 37192 | Up: Map | Next: 37259 |
Used by the routines at PlayGame and PlayerAction_Raise.
|
||||
InGameControls | 37233 | LD A,1 | Write 1 to *InGame_HighlightedOption. | |
37235 | LD (37336),A | |||
37238 | LD B,104 | B=INK: BLACK, PAPER: CYAN (BRIGHT) . | ||
37240 | CALL InGame_UpdateCursorPosition | Call InGame_UpdateCursorPosition. | ||
This entry point is used by the routine at InGame_MoveCursor.
|
||||
InGameControls_Loop | 37243 | CALL Controls | Call Controls. | |
37246 | CP 3 | Jump to InGame_MoveCursor if "left" has been pressed. | ||
37248 | JR Z,InGame_MoveCursor | |||
37250 | CP 4 | Jump to InGame_MoveCursor if "right" has been pressed. | ||
37252 | JR Z,InGame_MoveCursor | |||
37254 | OR A | Jump to InGame_Select if "select" has been pressed. | ||
37255 | JR Z,InGame_Select | |||
37257 | JR InGameControls_Loop | Jump to InGameControls_Loop. |
Prev: 37192 | Up: Map | Next: 37259 |