Home | History | Annotate | Download | only in larn

Lines Matching refs:playery

39 	i = item[playerx][playery];
42 showcell(playerx, playery);
56 i = iarg[playerx][playery];
64 i = iarg[playerx][playery];
148 item[playerx][playery] = OTELEPORTER;
149 know[playerx][playery] = 1;
244 item[playerx][playery] = OCLOSEDDOOR;
245 iarg[playerx][playery] = 0;
247 playery = lastpy;
260 playery = lastpy;
265 switch (iarg[playerx][playery]) {
292 playery = lastpy;
295 item[playerx][playery] = OOPENDOOR;
311 playery = MAXY - 2;
351 playery = i;
393 playery = i;
405 item[playerx][playery] = OTRAPARROW;
406 know[playerx][playery] = 0;
420 item[playerx][playery] = ODARTRAP;
421 know[playerx][playery] = 0;
437 item[playerx][playery] = OTRAPDOOR;
438 know[playerx][playery] = 1;
522 tmp = iarg[playerx][playery];
649 playery = rnd(MAXY - 2);
889 show1cell(playerx, playery);
962 yh = min(playery + 7, MAXY);
964 yl = max(playery - 7, 0);
1179 /* no more book */ readbook(iarg[playerx][playery]);
1185 if (take(OBOOK, iarg[playerx][playery]) == 0)
1253 i = iarg[playerx][playery];
1263 item[playerx][playery] = know[playerx][playery] = 0; /* destroy gold */