HomeSort by: relevance | last modified time | path
    Searched refs:mitem (Results 1 - 10 of 10) sorted by relevancy

  /src/games/larn/
savelev.c 28 pmitem = mitem[0];
31 pcel->mitem = *pmitem++;
57 pmitem = mitem[0];
60 *pmitem++ = pcel->mitem;
movem.c 94 if (mitem[i][j]) /* if there is a monster
104 if (mitem[i][j]) /* if there is a monster
114 if (mitem[lasthx][lasthy]) { /* now move monster last hit by
138 switch (monst = mitem[i][j]) { /* for half speed monsters */
159 if (mitem[xl][yl] == 0)
160 if ((mitem[i][j] != VAMPIRE) || (tmpitem != OMIRROR))
186 if (mitem[m][k] == VAMPIRE)
223 if (!mitem[xl][yl]) {
250 if (mitem[k][m] == 0)
251 if ((mitem[i][j] != VAMPIRE) || (tmpitem != OMIRROR)
    [all...]
monster.c 163 mitem[x][y] = mon;
198 if (monst == 0 || (mitem[x][y] == 0))
431 pm = &mitem[i][j];
591 if (mitem[i][j]) {
593 save[sc].id = mitem[i][j];
597 mitem[i][j] = 0;
619 for (trys = 100, i = j = 1; --trys > 0 && (item[i][j] == OWALL || mitem[i][j]); i = rnd(MAXX - 1), j = rnd(MAXY - 1));
621 mitem[i][j] = save[sc].id;
737 m = mitem[x][y];
830 if ((m = mitem[x][y])) { /* is there a monster there? *
    [all...]
create.c 92 know[j][i] = mitem[j][i] = 0;
160 if ((mitem[i][j] = z))
297 mitem[j][i] = mit;
350 mitem[i][j] = 0;
558 if ((item[x][y] == 0) && (mitem[x][y] == 0) && ((playerx != x) || (playery != y))) {
559 mitem[x][y] = what;
604 if (monster[mitem[x][y]].genocided)
605 mitem[x][y] = 0; /* no more monster */
display.c 305 else if ((kk = mitem[j][i]) != 0)
349 if ((know[j][i]) && (mitem[j][i] == 0))
412 if ((kk = mitem[i][j]) != 0)
447 if ((k = mitem[x][y]) != 0)
512 j = mitem[kk][mm];
header.h 60 char mitem; /* the monster ID */ member in struct:cel
345 extern u_char *lpnt, moved[MAXX][MAXY], mitem[MAXX][MAXY], monstlevel[];
393 #define disappear(x,y) (mitem[x][y]=know[x][y]=0)
data.c 124 u_char mitem[MAXX][MAXY]; /* monster item array */ variable in typeref:typename:u_char[][]
object.c 312 item[33][MAXY - 1] = know[33][MAXY - 1] = mitem[33][MAXY - 1] = 0;
774 if (mitem[j][i]) {
1013 if (mitem[j][i])
1014 hitp[j][i] = monster[mitem[j][i]].hitpoints;
global.c 233 while ((item[playerx][playery] || mitem[playerx][playery]) && (try))
609 if (mitem[tmp][tmp2])
diag.c 164 if (k = mitem[j][i])

Completed in 19 milliseconds