| alien | Data |
| Prev: 29574 | Up: Map | Next: 29905 |
|
19 bytes indexed by CorridorCursor (33683, range 0..18); the cell value under the cursor is mirrored to CursorCellValue ($8395) and is what the action key dispatches on. Cell r is drawn on screen row r+1, columns 22-31 (row 0 holds the view title); a cell value >= 70 is the first row of a two-row label, so the cursor highlight covers two rows (see HighlightMenuRow 34882). The cells' meaning depends on the view: on the orders screen (mode 0) they hold the OrdersMenuTemplate (30197) bytes; in the room view (mode 1) each cell holds a string index for the menu row drawn at that position (ResetActionMenu (32684) loads the skeleton from ActionMenuTemplate (30178); the load image holds a hypersleep- room variant: 73 " Destruct ", 74 " Enter ", 75 "Hypersleep"); in the Indicate Location list (modes 2/3, IndicateLocation (35222)) cells 1-17 hold room ids 0-16 or 17-33, framed by cell 0 = 62 "Other List" (page toggle) and cell 18 = 61 " QUIT ". Read by the cursor-movement helpers around HandleInput at 34684.
|
||||
| 29630 | DEFB 73,255,255,255,255,255,255,74 | |||
|
(cells 8-15; cell 8 = first " use:" row, written by BuildItemMenu)
|
||||
| 29638 | DEFB 255,255,255,255,75,255,255,255 | |||
|
(cells 16-18; cell 16 = second fixture row, written by FixtureAction)
|
||||
| 29646 | DEFB 255,255,255 | |||
|
256 bytes of workspace/padding (zero in the load image)
|
||||
| 29649 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29657 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29665 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29673 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29681 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29689 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29697 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29705 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29713 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29721 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29729 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29737 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29745 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29753 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29761 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29769 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29777 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29785 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29793 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29801 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29809 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29817 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29825 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29833 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29841 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29849 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29857 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29865 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29873 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29881 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29889 | DEFB 0,0,0,0,0,0,0,0 | |||
| 29897 | DEFB 0,0,0,0,0,0,0,0 | |||
| Prev: 29574 | Up: Map | Next: 29905 |