Prev: 37074 Up: Map Next: 37329
37089: Window data
Eight bytes per window. The meaning of the data is:
Offset Meaning
0 x-coordinate of left edge (characters)
1 x-coordinate of right edge (characters)
2 y-coordinate of top edge (characters)
3 y-coordinate of bottom edge (characters)
4 Border style
5 Border attribute
6 Initial (and minimum allowed) y-coordinate of hand cursor (characters)
7 Content attribute
The border style data refers to the index of the first window frame graphic element in a group (of eight) which are part of the character set at 64756. Character number 116, the only one used, is the first element of the window frame group.
37089 DEFB 0,23,6,20,116,79,1,79 (00) Main menu (game) window / "choose communication" window
37097 DEFB 0,31,0,5,116,67,0,71 (01) Starship summary window (top of screen)
37105 DEFB 0,25,6,15,116,68,0,79 (02)
37113 DEFB 0,26,6,18,116,68,2,79 (03)
37121 DEFB 0,25,6,20,116,70,1,79 (04) List of objects window (menu or info)
37129 DEFB 5,26,16,21,116,66,0,70 (05) "KNIGHT-TYME A NEW GRAPHIC ADVENTURE..." window below control selection window
37137 DEFB 4,27,3,12,116,70,0,69 (06) Control selection window
37145 DEFB 0,31,3,12,116,70,2,79 (07) Redefine-the-game window
37153 DEFB 3,28,2,12,116,84,0,14 (08)
37161 DEFB 5,26,0,12,116,115,0,69 (09)
37169 DEFB 0,23,6,9,116,68,0,71 (10)
37177 DEFB 0,19,6,10,116,76,0,70 (11) "EXECUTE / REJECT COMMAND" window
37185 DEFB 0,16,6,10,116,98,0,104 (12)
37193 DEFB 0,18,6,9,116,67,0,70 (13)
37201 DEFB 4,27,21,23,116,70,0,205 (14)
37209 DEFB 0,31,0,5,116,70,0,69 (15)
37217 DEFB 0,15,6,13,116,98,1,112 (16) "EXAMINE WHAT?" window
37225 DEFB 0,18,6,14,116,68,5,120 (17)
37233 DEFB 0,22,6,18,116,67,0,120 (18) "EXAMINE YOURSELF" / "EXAMINE CHARACTER" window
37241 DEFB 17,20,9,14,116,68,0,71 (19) Frame around portrait of character on "EXAMINE CHARACTER" and "EXAMINE YOURSELF" windows
37249 DEFB 0,22,6,15,116,67,0,120 (20) "EXAMINE OBJECT" / "EXAMINE USS PISCES" window
37257 DEFB 2,5,10,13,116,69,0,69 (21) Frame around object in "EXAMINE OBJECT" window
37265 DEFB 0,31,14,23,116,67,0,79 (22)
37273 DEFB 0,22,6,13,116,77,2,78 (23) "WHICH COMMAND DO YOU WANT TO USE?" ("COMMAND [CHARACTER] TO...") window
37281 DEFB 4,27,7,18,116,104,0,104 (24) Game over window
37289 DEFB 0,18,6,17,116,77,1,71 (25) "WHERE TO ?" window / speed selection window
37297 DEFB 16,23,10,16,116,104,0,120 (26)
37305 DEFB 0,26,6,16,116,87,2,87 (27)
37313 DEFB 0,10,6,9,116,104,0,104 (28)
37321 DEFB 0,19,6,9,116,68,2,71 (29)
Prev: 37074 Up: Map Next: 37329