Patch:One Moment Window

From KeenWiki
Jump to navigation Jump to search

The 'one moment' window appears in the Keen Galaxy games. A graphic image saying the same also appears in the Keen Vorticons games. Both of these originally served a purpose, explaining why nothing was happening. However on modern computers things progress rapidly enough that they serve little purpose and are now more 'window dressing.'


Keen Vorticons Image

This image appears as the game is loading (But after graphics have been decompressed) The image is placed, horizontally and vertically over a black screen.

One moment image

#Keen 1
%patch $6FA1 [$0E]    #Bitmap
%patch $6FA9 [$000FW] #Horizontal position

#Keen 3
%patch $3135 [$000AW]  #Bitmap
%patch $313D [$000FW] #Horizontal position
%patch $3139 [$004CW] #Vertical position


Keen Galaxy Window

This window appears when levels are loading, before the level text.

One moment window

#Keen 4 :
%patch $6B6C  [$0008W] #Width
%patch $6B70  [$001AW] #Width
%patch $6B81  [$0389W] #Text called from
%patch $2F1F9 "One moment" $00

#Keen 5 :
%patch $6B31  [$032CW] #Text called from
%patch $3066C "One moment" $00

#Keen 6 :
%patch $6938  [$02CFW] #Text called from
%patch $30FFF "One moment" $00