Skeli789 / Complete-Fire-Red-Upgrade

A complete upgrade for FireRed, including an upgraded Battle Engine.
576 stars 264 forks source link

Possible Download ability bug #83

Closed thalescd closed 3 years ago

thalescd commented 3 years ago

In the file "ability_battle_effects.c" at the "case ABILITY_DOWNLOAD" there are two "APPLY_STAT_MOD(opposingDef, &gBattleMons[opposingBank], opposingDef,...". Shouldn't the second one be "APPLY_STAT_MOD(opposingSpDef, &gBattleMons[opposingBank], opposingSpDef,..."?

Skeli789 commented 3 years ago

You're absolutely right. Can you open a pull request for this problem?

thalescd commented 3 years ago

Sure. Just opened it.

Skeli789 commented 3 years ago

Fixed in #84