view Cheat.c @ 66:f27a6af6514c

SchedRegister, game_task.h etc...
author tkaito
date Thu, 17 Feb 2011 10:56:56 +0900
parents b31bed246abd
children
line wrap: on
line source

#include "Cheat.h"
#include "object.h"
#include "sgoex.h"
#include "count2.h"

void
cheat()
{
    if (pad[0].l2 > 0) {
        jiki.zanki++;
    }
    if (pad[0].r2 > 0) {
        jiki.muteki = 600;
    }
}