mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-27 22:03:53 +01:00
Fix test speed
This commit is contained in:
parent
2e1b137183
commit
ac67900c0a
@ -59,15 +59,15 @@ SINGLE_BATTLE_TEST("Ultra Burst affects turn order")
|
|||||||
{
|
{
|
||||||
GIVEN {
|
GIVEN {
|
||||||
ASSUME(B_MEGA_EVO_TURN_ORDER);
|
ASSUME(B_MEGA_EVO_TURN_ORDER);
|
||||||
PLAYER(SPECIES_NECROZMA_DUSK_MANE) { Item(ITEM_ULTRANECROZIUM_Z); Speed(105); }
|
PLAYER(SPECIES_NECROZMA_DUSK_MANE) { Item(ITEM_ULTRANECROZIUM_Z); Speed(77); }
|
||||||
OPPONENT(SPECIES_WOBBUFFET) { Speed(106); }
|
OPPONENT(SPECIES_WOBBUFFET) { Speed(78); }
|
||||||
} WHEN {
|
} WHEN {
|
||||||
TURN { MOVE(player, MOVE_CELEBRATE, ultraBurst: TRUE); }
|
TURN { MOVE(player, MOVE_CELEBRATE, ultraBurst: TRUE); }
|
||||||
} SCENE {
|
} SCENE {
|
||||||
MESSAGE("Necrozma used Celebrate!");
|
MESSAGE("Necrozma used Celebrate!");
|
||||||
MESSAGE("Foe Wobbuffet used Celebrate!");
|
MESSAGE("Foe Wobbuffet used Celebrate!");
|
||||||
} THEN {
|
} THEN {
|
||||||
ASSUME(player->speed == 205);
|
ASSUME(player->speed == 129);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user