extern void Math_CheckState(void);
extern void Math_Init(void);
void Math_SetConstants(void)
{
  *(int *)0x02000200 = (int)&Math_CheckState + 1;
  Math_Init();
}
