mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-10 12:06:53 -05:00
popup and flower gift description fixes
This commit is contained in:
@@ -8174,10 +8174,12 @@ BattleScript_WeatherFormChange::
|
||||
|
||||
BattleScript_DoWeatherFormChange::
|
||||
copybyte gBattlerAbility, sBATTLER
|
||||
.if B_WEATHER_FORMS >= GEN_5
|
||||
jumpifspecies BS_SCRIPTING, SPECIES_CASTFORM, BattleScript_DoWeatherFormChange_ForecastCheck
|
||||
BattleScript_DoWeatherFormChange_FlowerGiftCheck:
|
||||
jumpifability BS_SCRIPTING, ABILITY_FLOWER_GIFT, BattleScript_DoWeatherFormChange_PopUp
|
||||
goto BattleScript_DoWeatherFormChange_AfterPopUp
|
||||
.endif
|
||||
BattleScript_DoWeatherFormChange_ForecastCheck:
|
||||
jumpifability BS_SCRIPTING, ABILITY_FORECAST, BattleScript_DoWeatherFormChange_PopUp
|
||||
goto BattleScript_DoWeatherFormChange_AfterPopUp
|
||||
|
||||
@@ -119,7 +119,7 @@ static const u8 sHoneyGatherDescription[] = _("May gather Honey.");
|
||||
static const u8 sFriskDescription[] = _("Checks a foe's item.");
|
||||
static const u8 sRecklessDescription[] = _("Boosts moves with recoil.");
|
||||
static const u8 sMultitypeDescription[] = _("Changes type to its Plate.");
|
||||
static const u8 sFlowerGiftDescription[] = _("Transforms in sunshine.");
|
||||
static const u8 sFlowerGiftDescription[] = _("Allies power up in sunshine.");
|
||||
static const u8 sBadDreamsDescription[] = _("Damages sleeping Pokémon.");
|
||||
static const u8 sPickpocketDescription[] = _("Steals the foe's held item.");
|
||||
static const u8 sSheerForceDescription[] = _("Trades effects for power.");
|
||||
|
||||
Reference in New Issue
Block a user