Maruno17
|
3cd8d59918
|
Implemented GameData::Move
|
2020-11-19 21:00:29 +00:00 |
|
Maruno17
|
d7e9f6db67
|
Merge branch 'master' into refactor
|
2020-11-09 19:17:24 +00:00 |
|
Maruno17
|
1955d3698e
|
Implemented usage of GameData::Item
|
2020-11-08 22:45:59 +00:00 |
|
Maruno17
|
ff70791104
|
Battlers now make use of Ability objects to be consistent with Pokemon objects
|
2020-11-04 21:27:56 +00:00 |
|
Maruno17
|
213347b938
|
Added class Data::Ability and made all code use symbols for abilities instead of numbers. Also added class Data::Item but it's unused.
|
2020-11-01 20:10:28 +00:00 |
|
Derxwna Kapsyla
|
a28eadb9af
|
Fix: Made the "Battle flee" sound effect play before the "Fled from b… (#51)
* Fix: Made the "Battle flee" sound effect play before the "Fled from battle" messages
|
2020-10-28 18:41:18 +00:00 |
|
Maruno17
|
3c2b97c21a
|
Merge branch 'master' into refactor
|
2020-10-18 21:40:04 +01:00 |
|
Maruno17
|
c30e302ccf
|
Moved move data constants into module MoveData
|
2020-10-17 00:29:58 +01:00 |
|
Maruno17
|
5c4c0f4e35
|
Fixed AI not properly registering switches, fixed typo in def pbMessageOnRecall, fixed Synchronize bypassing type immunities
|
2020-10-09 20:54:01 +01:00 |
|
Maruno17
|
3099cc4802
|
Fixed bugs with Metal Burst and Powder
|
2020-09-20 15:14:27 +01:00 |
|
Maruno17
|
3f99fd39e3
|
Fixed a fainted Pokémon's damage state being reset immediately and stopping certain abilities/effects working properly if they reference it
|
2020-09-19 01:00:52 +01:00 |
|
Maruno17
|
6979fb056b
|
Correction to unstoppable/ungainable ability methods
|
2020-09-12 22:11:19 +01:00 |
|
Maruno17
|
d4db99719b
|
Grouped all ability blacklists together
|
2020-09-12 22:00:25 +01:00 |
|
Maruno17
|
e4436c0fa3
|
Changed Greninja's forms to add one with the Battle Bond ability
|
2020-09-12 16:35:56 +01:00 |
|
Maruno17
|
891cc2791f
|
Fixed not getting berry's effect at full HP or under Heal Block when using Bug Bite/Pluck
|
2020-09-09 21:37:37 +01:00 |
|
Maruno17
|
b43b8a907d
|
Fixed error in PokeBattle_Battler#pbHasMoveType?
|
2020-09-09 20:37:08 +01:00 |
|
Maruno17
|
a91d13adcb
|
Merge branch 'master' of https://github.com/Maruno17/pokemon-essentials
|
2020-09-06 17:32:33 +01:00 |
|
Maruno17
|
681a8331ab
|
Resolved many Rubocop warnings
|
2020-09-06 17:31:12 +01:00 |
|
jonisavo
|
afd7b090b9
|
Use PokeBattle_Battler#isSpecies? instead of isConst?
|
2020-09-06 08:41:27 +03:00 |
|
jonisavo
|
7fb1281eab
|
Add PokeBattle_Battler#isSpecies?
|
2020-09-06 07:42:36 +03:00 |
|
Maruno17
|
5073f86190
|
Rearranged some script files
|
2020-09-05 22:34:32 +01:00 |
|