Routines |
Prev: E7FD | Up: Map | Next: E860 |
E852 | CALL $DD5C | Continue to print the spell's message text | ||
E855 | LD A,($EB04) | Get Maroc's current left/right (horizontal) speed | ||
E858 | LD C,A | |||
E859 | LD A,($EAFD) | Get left/right controls flag | ||
E85C | CP $00 | |||
E85E | JR Z,$E880 | If left/right controls aren't pressed, jump to E880 to slow Maroc down if he's moving horizontally |
Prev: E7FD | Up: Map | Next: E860 |