![]()  | 
Routines | 
| Prev: 65276 | Up: Map | 
| 
 | 
|||||
| 
 
Displays the image for The Wooded Vale.
 
  | 
|||||
| DisplayImage_WoodedVale | 65298 | LD IX,25000 | IX=Image_WoodedVale. | ||
| 65302 | JR Handler_Images | Jump to Handler_Images. | |||
| 
 
Displays the image for The Evaporation Pits.
 
  | 
|||||
| DisplayImage_EvaporationPits | 65304 | LD IX,27188 | IX=Image_EvaporationPits. | ||
| 65308 | JR Handler_Images | Jump to Handler_Images. | |||
| 
 
Displays the image for The Shrine Of The Nemed.
 
  | 
|||||
| DisplayImage_NemedShrine | 65310 | LD IX,28751 | IX=Image_NemedShrine. | ||
| 65314 | JR Handler_Images | Jump to Handler_Images. | |||
| 
 
Displays the image for The Burial Pit.
 
  | 
|||||
| DisplayImage_BurialPit | 65316 | LD IX,30173 | IX=Image_BurialPit. | ||
| 65320 | JR Handler_Images | Jump to Handler_Images. | |||
| 
 
Displays the image for The Main Courtyard.
 
  | 
|||||
| DisplayImage_MainCourtyard | 65322 | LD IX,31885 | IX=Image_MainCourtyard. | ||
| 65326 | JR Handler_Images | Jump to Handler_Images. | |||
| 
 
Displays the image for The Deserted Broch.
 
  | 
|||||
| DisplayImage_DesertedBroch | 65328 | LD IX,33938 | IX=Image_DesertedBroch. | ||
| 65332 | JR Handler_Images | Jump to Handler_Images. | |||
| 
 
Displays the image for The Crystal Cavern.
 
  | 
|||||
| DisplayImage_CrystalCavern | 65334 | LD IX,35571 | IX=Image_CrystalCavern. | ||
| 65338 | JR Handler_Images | Jump to Handler_Images. | |||
| 
 
Displays the image for The Circle of Stones.
 
  | 
|||||
| DisplayImage_StoneCircle | 65340 | LD IX,37215 | IX=Image_StoneCircle. | ||
| 65344 | JR Handler_Images | Jump to Handler_Images. | |||
| 
 
Displays the image for The Fomorians' Cavern.
 
  | 
|||||
| DisplayImage_FomoriansCavern | 65346 | LD IX,38975 | IX=Image_FomoriansCavern. | ||
| 65350 | JR Handler_Images | Jump to Handler_Images. | |||
| 
 
Displays the image for the lake.
 
  | 
|||||
| DisplayImage_Lake | 65352 | LD IX,41195 | IX=Image_Lake. | ||
| 
 
All the image routines use this same routine.
 
 | 
|||||
| Handler_Images | 65356 | CALL Print_RoomImage | Call Print_RoomImage. | ||
| 65359 | LD A,8 | Call Print_RoomDescription and use line number 8 to start printing. | |||
| 65361 | CALL Print_RoomDescription | ||||
| 65364 | CALL GetUserInput | Call GetUserInput. | |||
| 65367 | RET | Return. | |||
| Prev: 65276 | Up: Map |