// This file defines the internal game function list. It binds // game function ID's to actual Action ID's. The action ID's are defined // in action.h // XBOX print "Binding internal game funcs..." // =============================================== // FUNCTION ACTION // =============================================== bindaction +UP UP_PRESS bindaction -UP UP_RELEASE bindaction +DOWN DOWN_PRESS bindaction -DOWN DOWN_RELEASE bindaction +LEFT LEFT_PRESS bindaction -LEFT LEFT_RELEASE bindaction +RIGHT RIGHT_PRESS bindaction -RIGHT RIGHT_RELEASE bindaction +YBUTTON AIACTION_JUKE2_PRESS AIACTION_STEAL_PRESS bindaction -YBUTTON AIACTION_JUKE2_RELEASE AIACTION_STEAL_RELEASE bindaction +ABUTTON AIACTION_SHOOT_PRESS AIACTION_REBOUND_PRESS AIACTION_BLOCK_PRESS AIACTION_CANCEL_REPLAY_PRESS bindaction -ABUTTON AIACTION_SHOOT_RELEASE AIACTION_REBOUND_RELEASE AIACTION_BLOCK_RELEASE AIACTION_CANCEL_REPLAY_RELEASE bindaction +BBUTTON AIACTION_JUKE_PRESS AIACTION_BLOCK_PRESS AIACTION_REBOUND_PRESS bindaction -BBUTTON AIACTION_JUKE_RELEASE AIACTION_BLOCK_RELEASE AIACTION_REBOUND_RELEASE bindaction +XBUTTON AIACTION_PASS_PRESS AIACTION_SWITCH_PRESS AIACTION_START_REPLAY_PRESS bindaction -XBUTTON AIACTION_PASS_RELEASE AIACTION_SWITCH_RELEASE AIACTION_START_REPLAY_RELEASE bindaction +START AIACTION_PAUSE_PRESS bindaction -START AIACTION_PAUSE_RELEASE bindaction +LTRIGGER LTRIG_PRESS bindaction -LTRIGGER LTRIG_RELEASE bindaction +RTRIGGER RTRIG_PRESS bindaction -RTRIGGER RTRIG_RELEASE bindaction +LTHUMB AIACTION_THIRD_TURBO_PRESS bindaction -LTHUMB AIACTION_THIRD_TURBO_RELEASE bindaction +RTHUMB AIACTION_STRATEGY_PRESS bindaction -RTHUMB AIACTION_STRATEGY_RELEASE bindaction +WHITE AIACTION_GB_POCKET_PRESS bindaction -WHITE AIACTION_GB_POCKET_RELEASE bindaction +BLACK AIACTION_GB_CANCEL_PRESS bindaction -BLACK AIACTION_GB_CANCEL_RELEASE // -------------------------------------------------------------------------------- // other... bindaction XAXIS ANALOG_XVALUE bindaction YAXIS ANALOG_YVALUE bindaction RXAXIS ANALOG_RXVALUE bindaction RYAXIS ANALOG_RYVALUE bindaction RSLIDER ANALOG_RVALUE bindaction LSLIDER ANALOG_LVALUE