#include "gamedata.h"
#include "Buzz_inc.h"
#include "externs.h"
Go to the source code of this file.
Functions | |
void | CalcPresRev (void) |
void | DrawReview (char plr) |
void | DrawRevText (char plr, int val) |
void | MisRev (char plr, int pres) |
void | PresPict (char poff) |
void | Review (char plr) |
Variables | |
char | AI [2] |
struct MisAst | MA [2][4] |
Definition at line 213 of file review.c.
References Data, Players::Def, Defl::Lev1, Defl::Lev2, max, maxx, min, minn, NUM_PLAYERS, Players::P, plr, BuzzData::PresRev, BuzzData::Prestige, Players::Season, BuzzData::tempPrestige, and Players::Year.
void DrawReview | ( | char | plr | ) |
Definition at line 34 of file review.c.
References BuzzData::AstroCount, Data, DispBig(), DispNum(), DrawRevText(), FadeIn(), FadeOut(), FlagSm(), GradRect(), grSetColor(), gxClearDisplay(), InBox(), IOBox(), Players::P, pal, pline, BuzzData::Pool, PortPal(), PresPict(), BuzzData::PresRev, PrintAt(), RectFill(), ShBox(), Astros::Status, and Players::Year.
void DrawRevText | ( | char | plr, | |
int | val | |||
) |
Definition at line 250 of file review.c.
References buffer, DispChr(), fin, grMoveTo(), grSetColor(), and sOpen().
void MisRev | ( | char | plr, | |
int | pres | |||
) |
Definition at line 173 of file review.c.
References AI, Data, DispBig(), Draw_Mis_Stats(), FadeOut(), FlagSm(), grSetColor(), gxClearDisplay(), InBox(), IOBox(), key, M_SUCCESS, M_UNSUCC, music_start, Players::P, pal, BuzzData::PastMis, PrintAt(), and ShBox().
void PresPict | ( | char | poff | ) |
Definition at line 192 of file review.c.
References buffer, DV(), fread_SimpleHdr(), GV(), gxPutImage(), gxSET, GXHEADER::h, SimpleHdr::offset, pal, RLED_img(), SimpleHdr::size, sizeof_SimpleHdr, sOpen(), table, GXHEADER::vptr, and GXHEADER::w.
void Review | ( | char | plr | ) |
Definition at line 150 of file review.c.
References DrawReview(), GetMouse(), InBox(), K_ENTER, key, M_PRES, M_RD, mousebuttons, music_start, music_stop(), WaitForMouseUp(), x, and y.