Home | History | Annotate | Download | only in larn

Lines Matching refs:yy

81  *  spattack(atckno,xx,yy)  Function to process special attacks from monsters
82 * int atckno,xx,yy;
1473 * spattack(atckno,xx,yy) Function to process special attacks from monsters
1474 * int atckno,xx,yy;
1476 * Enter with the special attack number, and the coordinates (xx,yy)
1478 * Returns 1 if must do a show1cell(xx,yy) upon return, 0 otherwise
1515 spattack(int x, int xx, int yy)
1522 vxy(&xx, &yy); /* verify x & y coordinates */
1615 disappear(xx, yy);
1655 return (spattack(spsel[rund(10)], xx, yy));
1673 disappear(xx, yy);