#define	PID_VIN_BAKER			0x13
#define	PID_REX_CHAPMAN			0x38
#define	PID_TIM_DUNCAN			0x59
#define	PID_MICHAEL_FINLEY		0x69
#define	PID_TIM_HARDAWAY		0x7F
#define	PID_ANTONIO_MCDYESS		0xC4
#define	PID_REGGIE_MILLER		0xCD
#define	PID_GARY_PAYTON			0xE9
#define	PID_MITCH_RICHMOND		0x104
#define	PID_DENNIS_RODMAN		0x10C
#define	PID_ROD_STRICKLAND		0x12A
#define	PID_KEITH_VANHORN		0x134

#define	PID_PATRICK_EWING		0x64
#define	PID_SHAWN_KEMP			0xA2
#define	PID_KARL_MALONE			0xB8
#define	PID_HAKEEM_OLAJUWAN		0xE2
#define	PID_KEVIN_WILLIS		0x158


#define	PID				(plyr->plyrROM->uw___pIndx)
#define	IS_PLYR(pid)	(PID==PID_##pid)
