Go to the source code of this file.
Enumerations | |
| enum | { BTL_SUBSTATE_EXEC_SCRIPT = BTL_SUBSTATE_INIT , BTL_SUBSTATE_AWAIT_SCRIPT = 2 , BTL_SUBSTATE_EXEC_POST_FAILURE = 3 , BTL_SUBSTATE_AWAIT_POST_FAILURE = 4 , BTL_SUBSTATE_GIVE_STAR_POINTS = 10 , BTL_SUBSTATE_DONE = 11 } |
Functions | |
| void | btl_state_update_run_away (void) |
| void | btl_state_draw_run_away (void) |
Variables | |
| BSS s32 | RunAwayRewardStep |
| BSS s32 | RunAwayRewardTotal |
| BSS s32 | RunAwayRewardIncrement |
| Enumerator | |
|---|---|
| BTL_SUBSTATE_EXEC_SCRIPT | |
| BTL_SUBSTATE_AWAIT_SCRIPT | |
| BTL_SUBSTATE_EXEC_POST_FAILURE | |
| BTL_SUBSTATE_AWAIT_POST_FAILURE | |
| BTL_SUBSTATE_GIVE_STAR_POINTS | |
| BTL_SUBSTATE_DONE | |
Definition at line 4 of file run_away.c.
Definition at line 17 of file run_away.c.
Referenced by btl_update().
Definition at line 13 of file run_away.c.
Referenced by btl_state_update_run_away().
Definition at line 14 of file run_away.c.
Referenced by btl_state_update_run_away().
Definition at line 15 of file run_away.c.
Referenced by btl_state_update_run_away().