Prev: 41859 Up: Map Next: 42170
41874: 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 63988. Character number 93 is the first element of the first window frame group. This is followed by 101, 109, 117. 93 and 109 appear to be unused.
41874 DEFB 0,23,0,14,117,79,1,79 (00) Main (game) window
41882 DEFB 0,31,19,23,101,67,0,79 (01) Command summary window
41890 DEFB 0,25,0,9,117,68,0,79 (02) Window showing an object's read text (i.e. "READ OBJECT successful" window)
41898 DEFB 0,22,0,12,117,68,2,79 (03) Character selection window
41906 DEFB 0,23,0,8,117,70,1,79 (04) List of objects window (menu or info)
41914 DEFB 5,26,1,6,101,70,0,0 (05) "SPELLBOUND A TRUE GRAPHIC ADVENTURE BY DAVID JONES COPYRIGHT 1985" window above control selection window
41922 DEFB 0,31,10,19,101,70,0,69 (06) Control selection window
41930 DEFB 0,31,10,21,117,70,0,79 (07) Instructions window (1/3)
41938 DEFB 3,28,9,19,117,84,0,14 (08) Instructions window (2/3)
41946 DEFB 5,26,8,22,117,115,0,69 (09) Instructions window (3/3)
41954 DEFB 0,0,0,0,117,7,0,7 (10) 2nd floor portraits and Florin's room picture frame
41962 DEFB 0,19,0,4,117,76,0,70 (11) "EXECUTE / REJECT COMMAND" window
41970 DEFB 0,15,0,4,117,98,0,104 (12) "THERE IS NO WRITING FOR ME TO READ" window
41978 DEFB 0,18,0,3,117,67,0,78 (13) Pick Up / Drop / Give / Take failed (including "THOR IS ANGRY...") messages window
41986 DEFB 0,18,15,18,117,70,0,205 (14) "PRESS SPACE OR FIRE TO CONTINUE" window
41994 DEFB 0,31,19,23,101,78,0,69 (15) In-game window at bottom of screen ("SPELLBOUND COPYRIGHT MASTERTRONIC..." / Magic Knight's strength and inventory if carrying Mirror)
42002 DEFB 0,15,0,6,117,98,1,112 (16) "EXAMINE WHAT?" window
42010 DEFB 0,16,0,4,117,67,0,78 (17) "IT IS NOT SAFE TO TELEPORT..." window
42018 DEFB 0,22,0,12,117,67,0,120 (18) "EXAMINE YOURSELF" / "EXAMINE CHARACTER" window
42026 DEFB 2,5,3,8,117,68,0,71 (19) Frame around portrait of character on "EXAMINE CHARACTER" and "EXAMINE YOURSELF" windows
42034 DEFB 0,22,0,9,117,67,0,120 (20) "EXAMINE OBJECT" window
42042 DEFB 2,5,4,7,117,69,0,69 (21) Frame around object in "EXAMINE OBJECT" window
42050 DEFB 0,11,0,11,117,78,0,71 (22) "LOCATE A CHARACTER" window
42058 DEFB 0,22,0,10,117,77,2,78 (23) "WHICH COMMAND DO YOU WANT TO USE?" ("COMMAND [CHARACTER] TO...") window
42066 DEFB 0,21,0,2,117,98,0,120 (24) "Command a character to help successful" window / lift messages window
42074 DEFB 0,16,0,10,117,77,1,71 (25) "TAKE LIFT TO:" window
42082 DEFB 0,23,0,10,117,67,0,71 (26) "YOU DROPPED THE BOTTLE TO THE GROUND..." window
42090 DEFB 0,15,0,5,117,115,0,112 (27) "WHAT A RACKET" / "WHAT A LOT OF DUST" window
42098 DEFB 0,22,0,3,117,68,2,71 (28) Summoning messages
42106 DEFB 0,19,0,3,117,68,2,71 (29) "Result of commanding a character" window
42114 DEFB 0,26,0,1,117,87,2,87 (30) Spell selection window
42122 DEFB 4,27,1,12,117,87,0,87 (31) Red death information window
42130 DEFB 0,31,0,10,117,96,0,96 (32) Green "GIMBAL IS NOT YET RELEASED..." window
42138 DEFB 4,27,1,12,117,104,0,104 (33) Game over window
42146 DEFB 0,10,0,3,117,104,0,104 (34) "[CHARACTER] IS ASLEEP" window
42154 DEFB 0,23,0,3,117,68,0,71 (35) "Result of casting a spell (or failing)" window
42162 DEFB 0,31,16,23,101,67,0,79 (36) "WELL DONE MAGIC KNIGHT..." window
Prev: 41859 Up: Map Next: 42170