Prev: 6B2A Up: Map Next: 6B44
6B2D: Routine at 6B2D
Used by the routines at 6E18, 7311, 763C and 76D7.
6B2D LD A,($7822) A=*Speed.
6B30 LD E,$0D E=0D.
6B32 BIT 7,A Jump to 6B38 if *Speed is higher than 80 (i.e. moving right).
6B34 JR NZ,$6B38
6B36 LD E,$12 E=12.
6B38 LD C,$07 C=07.
6B3A LD HL,$7833 HL=7833.
6B3D LD D,(HL) D=*HL.
6B3E INC L Increment L by one.
6B3F LD A,(HL) A=*HL.
6B40 CALL $692C Call 692C.
6B43 RET Return.
Prev: 6B2A Up: Map Next: 6B44