****** Save game windows: ****** These are actually several windows, each used for a different situation; they can be disabled into two parts, the saving in a game and the loading a game from menu ###Text following is invalid! #Can't save game! %patch $A2AD $C3 #Can't load game [starts new game instead] %patch $A440 $C3 #What menu pointer becomes while loading windows open: %patch $A457 $20 #Saved files read from: %patch $A2BD $08 $32 #Save to %patch $A44D $15 $32 #Load from #Saved files [number is always 6th char, max length 8 chars inc num] %patch $1CA28 "SAVEK?." $00 #File saved to %patch $1CA35 "SAVEK?." $00 #File loaded from ###End invalid #Window sizes: [New window will not erase old, must be bigger #or equal in size to any windows appearing before it] #Can only save on map: %patch $9AE3 $03 $00 #Height [lines] %patch $9AE7 $16 $00 #Width [letters] #Which position want save: %patch $9B15 $03 $00 #Height [lines] %patch $9B19 $14 $00 #Width [letters] 3,14! O.o #Overwrite: %patch $9B72 $03 $00 #Height %patch $9B76 $14 $00 #Width #Can continue from menu: %patch $9C1E $03 $00 #Height %patch $9C22 $1D $00 #Width #Load 1-9 %patch $9C7D $02 $00 #Height %patch $9C81 $19 $00 #Width #Not saved! %patch $9CFE $02 $00 #Height %patch $9D02 $19 $00 #Width #Not compatible! %patch $9D4A $02 $00 #Height %patch $9D4E $19 $00 #Width #Text read from $19820 + value: %patch $9AF1 $30 $31 #Can only save on map %patch $9AFA $47 $31 %patch $9B03 $5F $31 %patch $9B23 $70 $31 #Which position want save: %patch $9B2C $85 $31 %patch $9B35 $9B $31 %patch $9B80 $AB $31 #Overwrite: %patch $9B89 $BF $31 %patch $9B92 $D0 $31 %patch $9C2C $DF $31 #Can continue from menu: %patch $9C35 $FB $31 %patch $9C3E $19 $32 %patch $9CA1 $30 $32 #Load 1-9 %patch $9CAA $48 $32 %patch $9D0C $5B $32 #Not saved yet! %patch $9D15 $6F $32 %patch $9D58 $82 $32 #Not compatible! %patch $9D61 $9D $32 #Text: %patch $16180 "You can SAVE the game" $0A $00 %patch $16197 "ONLY on the World Map!" $0A $00 %patch $161AF " Press a key:" $00 %patch $161C0 "Which game position" $0A $00 %patch $161D5 "do you want to save?" $0A $00 %patch $161EB " 1-9 or ESC:" $00 %patch $161FB "That game position" $0A $00 %patch $1620F "already exists!" $0A $00 %patch $16220 "Overwrite it?:" $00 %patch $1622F "You can continue this game" $0A $00 %patch $1624B "from the Main Menu next time" $0A $00 %patch $16269 "you play. Press a key:" $00 %patch $16280 " Continue Which Game?" $0A $00 %patch $16298 " 1-9 or ESC:" $00 %patch $162AB " That game hasn't" $0A $00 %patch $162BF " been saved yet!:" $00 %patch $162D2 "That file is incompatible" $0A $00 %patch $162ED "with this version of CK:" $00