Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.4.0 #2711

Merged
merged 554 commits into from
Feb 19, 2023
Merged

Conversation

AsparagusEduardo
Copy link
Collaborator

@AsparagusEduardo AsparagusEduardo commented Feb 19, 2023

Description

Added

General

Moves

  • Generation IX Moves
    • Base move data by @Bassoonian in Generation IX Moves #2467
    • New moves with existing effects:
      • Lumina Crash, Jet Punch, Ice Spinner, Triple Dive, Kowtow Cleave, Flower Trick, Torch Song, Aqua Step, Ruination, Pounce, Trailblaze, Chilling Water, Hyper Drill, Twin Beam, Armor Cannon, Bitter Blade, Comeuppance, Aqua Cutter, Blazing Torque, Noxious Torque, Combat Torque, Magical Torque
    • New move effects:
    • Missing move effects:
      • Tera Blast, Axe Kick, Last Respects, Order Up, Spicy Extract, Spin Out, Population Bomb, Glaive Rush, Revival Blessing, Salt Cure, Mortal Spin, Doodle, Fillet Away, Raging Bull, Make It Rain, Collision Course, Electro Drift, Shed Tail, Chilly Reception, Tidy Up, Snowscape, Rage Fist, Gigaton Hammer
  • Updated Gen 1-8 move effects to Gen 9 standards: by @Bassoonian in Generation IX Moves #2467
    • LA moves with existing effects
      • Psyshield Bash, Raging Fury, Wave Crash, Chloroblast, Mountain Gale, Headlong Rush, Esper Wing, Shelter, Bitter Malice, Power Shift, Springtide Storm, Bleakwind Storm, Wildbolt Storm, Sandsear Storm
    • LA moves with new move effects
      • Mystical Power (EFFECT_SPECIAL_ATTACK_UP_HIT)
      • Victory Dance (EFFECT_VICTORY_DANCE)
    • PP adjustments.
      • (5 -> 10) Bleakwind Storm, Wildbolt Storm, Sandsear Storm
      • (10 -> 5) Recover, Soft-Boiled, Rest, Milk Drink, Slack Off, Roost, Shore Up
    • Power adjustments
      • (50 -> 90) Triple Arrows
      • (90 -> 120) Raging Fury
      • (120 -> 150) Wave Crash
      • (60 -> 80) Dire Claw
      • (100 -> 120) Headlong Rush
      • (60 -> 75) Bitter Malice
      • (75 -> 80) Esper Wing
      • (95 -> 100) Springtide Storm, Bleakwind Storm, Wildbolt Storm, Sandsear Storm
      • (80 -> 75) Wicked Blow
      • (70 -> 60) Grassy Glide
      • (130 -> 120) Glacial Lance
  • Implementing Teatime effect by @SonikkuA-DatH in Implementing Teatime effect #1956
  • Config for Gen 4's Roost pure-Flying behavior (B_ROOST_PURE_FLYING) by @mrgriffin in Minor Roost fixes/cleanup #2530
  • Config for Gen 8 Howl's effect by @DizzyEggg in 8th gen Howl's effect #2700

Abilities

  • Generation IX Abilities
    • 28 of 31 abilities implemented by @LOuroboros in Implemented the majority of the Gen. 9 Abilities #2470
      • Lingering Aroma, Seed Sower, Thermal Exchange, Anger Shell, Purifying Salt, Well-Baked Body, Wind Rider, Rocky Payload, Wind Power, Electromorphosis, Protosynthesis, Quark Drive, Good as Gold, Vessel of Ruin, Sword of Ruin, Tablets of Ruin, Beads of Ruin, Orichalcum Pulse, Hadron Engine, Cud Chew, Sharpness, Supreme Overlord, Costar, Toxic Debris, Armor Tail, Earth Eater, Guard Dog and Mycelium Might
    • Not implemented yet:
      • Commander
      • Opportunist
      • Zero to Hero
  • Implemented Ice Face by @LOuroboros in Implemented Ice Face #2255

Items

Changed

Graphical changes

Refactors

Cleanup

Other

Fixed

Softlocks

Graphics

Battle Mechanics

Move Animations

Battle AI

Other

Pret merges

New Contributors

Full Changelog: expansion/1.3.0...expansion/1.4.0

Discord contact info

AsparagusEduardo#6051

AsparagusEduardo and others added 30 commits January 3, 2023 06:43
Updated HOLD_EFFECT_ZOOM_LENS check
Reshape sBattlePointAwards to be easier to read
…20230103

For me, it was tuesday. (pret merge 2023/01/03)
Fixed reusable repels/lures function forcefully using items while menu config is on
Updated AnimTask_PrimalReversion
…getDmg

Config to restore Gen 3's damage reduction to multi target moves
…e/palleteConversion2

# Conflicts:
#	include/config/pokemon.h
# Conflicts:
#	src/data/pokemon/species_info.h
#	src/data/pokemon_graphics/front_pic_anims.h
# Conflicts:
#	include/constants/battle_move_effects.h
Rolled EFFECT_SCALD into EFFECT_BURN_HIT with a config for its Gen6+ change
# Conflicts:
#	include/config/pokemon.h
…Baby

Refactored incense baby checks into table and added Gen 9 config.
-Removed unnecessary special handling of terrain-inducing overworld weather states from ChangeTypeBasedOnTerrain.
-Mimicry now activates normally for terrain-inducing overworld weather states.
-Weather abilities now activate normally when switchineffects is called, and at the beginning of a battle.
-Terrain abilities now activate normally at the beginning of a battle.
DizzyEggg and others added 26 commits February 15, 2023 23:45
* fix follow me working in singles
Fix Clanging Scales target and effect
Fix Mirror Armor against Clear Body
Fix Battle Bond activating multiple times in battle
It's ya boi, pret merge! (pret merge 2023/02/16)
CMD_ARGS for regular commands, VARIOUS_ARGS for various commands, and
NATIVE_ARGS for callnative commands.
* Howl gen8 effect
* Fix Magic bounce powder moves against grass types
* Removed unused ifdefs and made actually check for Z Power Ring

* Config to have Shuckle make Berry Juice from Oran Berries

* Ordered species-specific configs
…ixes (#2649)

* add createvisualtaskontargets, createspriteontargets to fix electroweb, fiery wrath anims

* add missing semicolon

* add Cmd_createspriteontargets_onpos for heal block, fix heal block targeting

* remove duplicate func

* improve origin pulse anim

* fix IsDoubleBattle call

* venom drench acid uses average battler positions

* add GetSubpriorityForMoveAnim

* add GetBattleAnimMoveTargets for CreateSpriteOnTargets and Cmd_createvisualtaskontargets

---------

Co-authored-by: ghoulslash <[email protected]>
Updated Psyshield Bash's accuracy
@mrgriffin mrgriffin merged commit ab9eac7 into rh-hideout:master Feb 19, 2023
@AsparagusEduardo AsparagusEduardo deleted the RHH/pr/version/1.4.0 branch May 14, 2024 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.