Prev: 60293 Up: Map Next: 60320
60315: Make a character move up
Used by the routines at 60626, 62892 and 62976. Attempts to move a character in the following ways, in the given order, depending on the directions that are available at the character's current location:
Move Condition
Up There is a step going up in the direction the character is facing
Turn round There is a step going up in the other direction
Forwards There is no step going up
Down The character can only step down from his current location
Input
H Character number (215-230)
60315 LD DE,41496 Point DE at the direction indicator table at 41496
60318 JR 60323
Prev: 60293 Up: Map Next: 60320