Searched refs:TP_DrawShape (Results 1 – 2 of 2) sorted by relevance
/dports/games/bstone/bstone-1.1.9/src/ |
H A D | jm_tp.h | 192 int16_t TP_DrawShape(
|
H A D | jm_tp.cpp | 1888 TP_DrawShape(cur_x, cur_y, shape->shapenum, shape->shapetype); in TP_HandleCodes() 1949 anim->x = TP_DrawShape(cur_x, cur_y, shape->shapenum, shape->shapetype); in TP_HandleCodes() 1954 … anim->x = TP_DrawShape(cur_x, cur_y, shape->shapenum + anim->frame, shape->shapetype); in TP_HandleCodes() 2421 int16_t TP_DrawShape( in TP_DrawShape() function 2522 TP_DrawShape(anim->x, anim->y, shape->shapenum, shape->shapetype); in TP_AnimatePage() 2527 TP_DrawShape(anim->x, anim->y, shape->shapenum + anim->frame, shape->shapetype); in TP_AnimatePage()
|