Home | History | Annotate | Download | only in phantasia

Lines Matching refs:mvprintw

108 	mvprintw(6, 0, "You have encountered %s   Level: %.0f\n", Enemyname, Other.p_level);
121 mvprintw(5, 0, "%s is not responding.\n", Enemyname);
156 mvprintw(1, 26, "%20.0f", Shield); /* overprint energy */
200 mvprintw(Lines++, 0, "%s ran away!", Enemyname);
205 mvprintw(Lines++, 0, "%s tried to run away.", Enemyname);
210 mvprintw(Lines++, 0, "%s tried to luckout!", Enemyname);
215 mvprintw(Lines++, 0, "%s hit you %.0f times!", Enemyname, dtemp);
249 mvprintw(Lines++, 0, "You killed %s!", Enemyname);
312 mvprintw(Lines++, 0, "You hit %s %.0f times!", Enemyname, dtemp);
325 mvprintw(Lines++, 0, "%s is still after you!", Enemyname);
334 mvprintw(Lines++, 0, "You blasted %s !", Enemyname);
740 mvprintw(4, 0, "You have collected %.0f in gold.\n", temp1);
785 mvprintw(5, 0, "The palantir says the Grail is about %.0f away.\n", temp1);
831 mvprintw(4, 0, "Who do you want to %s ? ", option);