Re: Dop-IOS mod August 16, 2009 02:22PM | Registered: 16 years ago Posts: 1,597 |
Re: Dop-IOS mod August 16, 2009 04:05PM | Registered: 15 years ago Posts: 5,075 |
Re: Dop-IOS mod August 16, 2009 04:13PM | Registered: 16 years ago Posts: 1,597 |
Re: Dop-IOS mod August 16, 2009 04:16PM | Registered: 15 years ago Posts: 5,075 |
Re: Dop-IOS mod August 16, 2009 04:22PM | Registered: 15 years ago Posts: 1,141 |
Re: Dop-IOS mod August 16, 2009 04:47PM | Registered: 15 years ago Posts: 5,075 |
Re: Dop-IOS mod August 16, 2009 05:12PM | Registered: 15 years ago Posts: 1,141 |
Re: Dop-IOS mod August 16, 2009 05:16PM | Admin Registered: 16 years ago Posts: 5,132 |
int ourios = 0; int tracker = 0; int totalios = 3; for(;;){ WPAD_ScanPads(); if(WPAD_ButtonsDown(WPAD_CHAN_0)&WPAD_BUTTON_A) break; if(WPAD_ButtonsDown(WPAD_CHAN_0)&WPAD_BUTTON_RIGHT) tracker++; if(WPAD_ButtonsDown(WPAD_CHAN_0)&WPAD_BUTTON_LEFT) tracker--; if(tracker < 0) tracker = totalios; if(tracker > totalios) tracker = 0; if(tracker == 0) ourios = 35; if(tracker == 1) ourios = 36; if(tracker == 2) ourios = 60; if(tracker == 3) ourios = 61; printf("IOS: %d", ourios); }
Re: Dop-IOS mod August 16, 2009 05:19PM | Registered: 15 years ago Posts: 1,141 |
Re: Dop-IOS mod August 16, 2009 05:19PM | Registered: 15 years ago Posts: 5,075 |
Re: Dop-IOS mod August 16, 2009 05:21PM | Admin Registered: 16 years ago Posts: 5,132 |
Re: Dop-IOS mod August 16, 2009 05:23PM | Registered: 15 years ago Posts: 5,075 |
Re: Dop-IOS mod August 16, 2009 05:23PM | Registered: 16 years ago Posts: 1,597 |
Re: Dop-IOS mod August 16, 2009 05:25PM | Registered: 15 years ago Posts: 1,141 |
Re: Dop-IOS mod August 16, 2009 05:25PM | Registered: 15 years ago Posts: 5,075 |
Re: Dop-IOS mod August 16, 2009 05:26PM | Admin Registered: 16 years ago Posts: 5,132 |
Re: Dop-IOS mod August 16, 2009 05:30PM | Registered: 16 years ago Posts: 1,597 |
Re: Dop-IOS mod August 16, 2009 05:30PM | Registered: 15 years ago Posts: 1,141 |
Re: Dop-IOS mod August 16, 2009 05:31PM | Admin Registered: 16 years ago Posts: 5,132 |
Re: Dop-IOS mod August 16, 2009 05:36PM | Registered: 16 years ago Posts: 1,597 |