pokeemmo/test/battle/trainer_slides.h
2025-02-07 13:30:57 +01:00

57 lines
2.5 KiB
C

[DIFFICULTY_NORMAL] =
{
[TRAINER_SLIDE_BEFORE_FIRST_TURN] =
{
[TRAINER_SLIDE_BEFORE_FIRST_TURN] = COMPOUND_STRING("This message plays before the first turn.{PAUSE_UNTIL_PRESS}"),
},
[TRAINER_SLIDE_PLAYER_LANDS_FIRST_CRITICAL_HIT] =
{
[TRAINER_SLIDE_PLAYER_LANDS_FIRST_CRITICAL_HIT] = COMPOUND_STRING("This message plays after the player lands their first critical hit.{PAUSE_UNTIL_PRESS}"),
},
[TRAINER_SLIDE_ENEMY_LANDS_FIRST_CRITICAL_HIT] =
{
[TRAINER_SLIDE_ENEMY_LANDS_FIRST_CRITICAL_HIT] = COMPOUND_STRING("This message plays after the enemy lands their first critical hit.{PAUSE_UNTIL_PRESS}"),
},
[TRAINER_SLIDE_PLAYER_LANDS_FIRST_SUPER_EFFECTIVE_HIT] =
{
[TRAINER_SLIDE_PLAYER_LANDS_FIRST_SUPER_EFFECTIVE_HIT] = COMPOUND_STRING("This message plays after the player lands their first super effective hit.{PAUSE_UNTIL_PRESS}"),
},
[TRAINER_SLIDE_PLAYER_LANDS_FIRST_DOWN] =
{
[TRAINER_SLIDE_PLAYER_LANDS_FIRST_DOWN] = COMPOUND_STRING("This message plays after the player KOs one enemy mon.{PAUSE_UNTIL_PRESS}"),
},
[TRAINER_SLIDE_ENEMY_MON_UNAFFECTED] =
{
[TRAINER_SLIDE_ENEMY_MON_UNAFFECTED] = COMPOUND_STRING("Player attacked enemy with ineffective move.{PAUSE_UNTIL_PRESS}"),
},
[TRAINER_SLIDE_PLAYER_LANDS_FIRST_STAB_MOVE] =
{
[TRAINER_SLIDE_PLAYER_LANDS_FIRST_STAB_MOVE] = COMPOUND_STRING("Player lands their first STAB move.{PAUSE_UNTIL_PRESS}"),
},
[TRAINER_SLIDE_LAST_SWITCHIN] =
{
[TRAINER_SLIDE_LAST_SWITCHIN] = COMPOUND_STRING("This message plays after the enemy switches in their last Pokemon.{PAUSE_UNTIL_PRESS}"),
},
[TRAINER_SLIDE_LAST_HALF_HP] =
{
[TRAINER_SLIDE_LAST_HALF_HP] = COMPOUND_STRING("Enemy last Mon has < 51% HP.{PAUSE_UNTIL_PRESS}"),
},
[TRAINER_SLIDE_LAST_LOW_HP] =
{
[TRAINER_SLIDE_LAST_LOW_HP] = COMPOUND_STRING("Enemy last Mon has < 26% HP.{PAUSE_UNTIL_PRESS}"),
},
[TRAINER_SLIDE_MEGA_EVOLUTION] =
{
[TRAINER_SLIDE_MEGA_EVOLUTION] = COMPOUND_STRING("This message plays before the enemy activates the Mega Evolution gimmick.{PAUSE_UNTIL_PRESS}"),
},
[TRAINER_SLIDE_Z_MOVE] =
{
[TRAINER_SLIDE_Z_MOVE] = COMPOUND_STRING("This message plays before the enemy activates the Z-Move gimmick.{PAUSE_UNTIL_PRESS}"),
},
[TRAINER_SLIDE_DYNAMAX] =
{
[TRAINER_SLIDE_DYNAMAX] = COMPOUND_STRING("This message plays before the enemy activates the Dynamax gimmick.{PAUSE_UNTIL_PRESS}"),
},
},