comparison ppe/chara_state12.cc @ 66:f27a6af6514c

SchedRegister, game_task.h etc...
author tkaito
date Thu, 17 Feb 2011 10:56:56 +0900
parents b97628fca317
children
comparison
equal deleted inserted replaced
65:b97628fca317 66:f27a6af6514c
36 count++; 36 count++;
37 37
38 DefSpriteEx(54, 16, 32, &sprite->data[index_count]); 38 DefSpriteEx(54, 16, 32, &sprite->data[index_count]);
39 index_count++; 39 index_count++;
40 PutSpriteEx(54, p->x, p->y, 2, 2, 1, &sprite->data[index_count]); 40 PutSpriteEx(54, p->x, p->y, 2, 2, 1, &sprite->data[index_count]);
41 p->state_task = STATE12; 41 p->state_task = State12;
42 42
43 *w_rinky = rinky; 43 *w_rinky = rinky;
44 *w_count = count; 44 *w_count = count;
45 *q = *p; 45 *q = *p;
46 return 0; 46 return 0;