| 776 | } |
| 777 | |
| 778 | static void UpdateHyperShot(void) |
| 779 | { |
| 780 | int x; |
| 781 | |
| 782 | HyperShotData=0; |
| 783 | for(x=0;x<0x4;x++) |
| 784 | { |
| 785 | if(DTestButton(&HyperShotButtons[x])) |
| 786 | HyperShotData|=1<<x; |
| 787 | } |
| 788 | } |
| 789 | |
| 790 | static ButtConfig MahjongButtons[21]= |
| 791 | { |
no test coverage detected