Prev: 65276 Up: Map
65298: Handler: Room Images
Displays the image for The Wooded Vale.
game-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.
game-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.
game-shrine-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.
game-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.
game-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.
game-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.
game-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.
game-stone-circle
DisplayImage_StoneCircle 65340 LD IX,37215 IX=Image_StoneCircle.
65344 JR Handler_Images Jump to Handler_Images.
Displays the image for The Fomorians' Cavern.
game-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.
game-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