move_player
move_player(pp, LEFTS);
move_player(pp, BELOW);
move_player(pp, ABOVE);
move_player(pp, RIGHT);
static void move_player(PLAYER *, int);