Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jetpack_Oli_buttons.h #755

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
20 changes: 20 additions & 0 deletions common/saber_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,26 @@ extern SaberBase* saberbases;
DEFINE_EFFECT(FONT_DIRECTORY_NOT_FOUND) \
/* menu effects, triggered when you go from one menu entry to the next/previous */ \
DEFINE_EFFECT(MENU_CHANGE) \
/* Jetpack missile effects \
DEFINE_EFFECT(AIMING) \
DEFINE_EFFECT(TARGETTING) \
DEFINE_EFFECT(MISSILELAUNCH) \
DEFINE_EFFECT(MISSILEGOESBOOM) \
DEFINE_EFFECT(MANDOTALK) \
DEFINE_EFFECT(DISARM) \
/* Jetpack prop effects \
DEFINE_EFFECT(STARTIDLEMODE) \
DEFINE_EFFECT(IDLEMODE) \
DEFINE_EFFECT(STARTFLIGHTMODE) \
DEFINE_EFFECT(FLIGHTMODE) \
DEFINE_EFFECT(STOPFLIGHTMODE) \
DEFINE_EFFECT(STOPIDLEMODE) \
/* Jetpack mishap effects \
DEFINE_EFFECT(FALSESTART) \
DEFINE_EFFECT(STUTTERING) \
DEFINE_EFFECT(SELFDESTRUCT) \
DEFINE_EFFECT(MELTDOWN) \
DEFINE_EFFECT(DUD) \


#define DEFINE_EFFECT(X) EFFECT_##X,
Expand Down
Loading