Removed help prompt since Seth has it. Updated keys for automap scrolling.

This commit is contained in:
Martin Haye 2020-09-08 11:25:53 -07:00
parent fe42c80a29
commit be2ca780ba
2 changed files with 1 additions and 9 deletions

View File

@ -1125,7 +1125,7 @@ def _automap_show(targetX, targetY)#1
scrollLeft(8)
fin
break
is 'S'; is 'X'; is 'K'; is ','; is 10
is 'S'; is 'K'; is 10
if screenY0+8 < totalMapHeight-1
screenY0 = screenY0 + 8 // south
screenY1 = screenY1 + 8

View File

@ -2768,18 +2768,11 @@ def showMoveMode()#0
setTextCountdown
end
///////////////////////////////////////////////////////////////////////////////////////////////////
def promptHelp()#0
displayStr("Help key is '?'.\n\n")
setTextCountdown
end
///////////////////////////////////////////////////////////////////////////////////////////////////
def restoreMapPos()#0
mapIs3D = global->b_mapIs3D
mapNum = global->b_mapNum
initMap(global=>w_mapX, global=>w_mapY, global->b_mapDir)
promptHelp
end
///////////////////////////////////////////////////////////////////////////////////////////////////
@ -3668,7 +3661,6 @@ def startGame(firstTime, ask)#0
q_mapNum = 0
initMap(q_x, q_y, q_dir)
saveGame()
promptHelp
setTextCountdown
else
q_mapNum = 0