Go to the source code of this file.
Enumerations | |
| enum | { BTL_SUBSTATE_FADE_OUT = 1 , BTL_SUBSTATE_EXEC_STAGE_SCRIPT = BTL_SUBSTATE_END_BATTLE_EXEC_STAGE_SCRIPT , BTL_SUBSTATE_AWAIT_STAGE_SCRIPT = 3 , BTL_SUBSTATE_CLEANUP = 4 } |
Functions | |
| void | btl_state_update_end_battle (void) |
| void | btl_state_draw_end_battle (void) |
Variables | |
| StageListRow * | gCurrentStagePtr |
| Enumerator | |
|---|---|
| BTL_SUBSTATE_FADE_OUT | |
| BTL_SUBSTATE_EXEC_STAGE_SCRIPT | |
| BTL_SUBSTATE_AWAIT_STAGE_SCRIPT | |
| BTL_SUBSTATE_CLEANUP | |
Definition at line 7 of file end_battle.c.
Definition at line 15 of file end_battle.c.
Referenced by btl_update().
Definition at line 124 of file end_battle.c.
Referenced by btl_draw_ui().
|
extern |
Definition at line 12 of file battle.cpp.
Referenced by btl_state_update_end_battle().