Commit Graph

25 Commits

Author SHA1 Message Date
Maruno17
34ab0b8afe Added evolution method for Galarian Yamask, minor refactoring in battle code, a Pokémon's ability no longer needs resetting when changing its ability_index 2021-11-07 18:05:32 +00:00
Maruno17
f3abcb7caf Obsoleted battle methods that yield battlers in favour of ones that return all of them at once 2021-10-27 22:45:34 +01:00
Maruno17
680c1de392 AI now keeps their last defined Pokémon for last, tweaks to some battle effects based on mechanics generation 2021-10-24 23:06:47 +01:00
Maruno17
837208792a Fixed bug with Neutralizing Gas, fixed typo 2021-10-19 17:39:27 +01:00
Maruno17
72c50db6c0 Tidying up of Gen 8 ability code, fixed Analytic's effect, added trigger for berry consuming when Unnerve ends 2021-10-17 19:49:25 +01:00
Maruno17
c68e5e7abf Implemented Neutralizing Gas 2021-10-17 18:35:57 +01:00
Maruno17
de0eb8e4e1 Fixed pbOnStepTaken being called every frame if you open a menu immediately at the end of a step, fixed Sweet Veil being defined incorrectly 2021-10-10 19:09:36 +01:00
Maruno17
d4abc6ef2b Added Eject Pack's effect 2021-09-19 23:04:29 +01:00
Maruno17
1fb3ff5408 Refactoring of code relating to switching, effect damage and effects that trigger after a move is used 2021-09-19 19:03:17 +01:00
Maruno17
df7c033a9d Tweaked Fissure's function code, added Mirror Armor's effect 2021-09-10 20:40:45 +01:00
Maruno17
c670c63bf5 Renamed all move function codes 2021-09-06 20:56:37 +01:00
Maruno17
c7fd147040 Added effect of Dragon Darts, fixed incorrect status icon being used in battle 2021-09-04 20:53:43 +01:00
Maruno17
8bb70a226e Tidied up semicolon use, refactored random dungeon generation code, fixed visual bug in Day Care debug screen 2021-08-22 23:18:34 +01:00
Maruno17
2112cdba37 Added effects of Mimicry/Room Service/Catching Charm, tweaked Sinistea's form chances, fixed bug in Fling about TRs. 2021-08-14 19:07:57 +01:00
Maruno17
153aa69bb8 Merge branch 'master' into dev 2021-08-12 20:37:25 +01:00
Maruno17
19535b8160 Fixed Symbiosis, fixed Roost not roosting, fixed Normalize not boosting damage, fixed crash in Bug Catching Contest, fixed old format moves.txt compiling, added cache size text to console 2021-08-12 20:00:42 +01:00
Maruno17
2db3cc49af Merge branch 'master' into dev 2021-08-03 18:48:11 +01:00
Maruno17
7f86115c36 Fixed code relating to initial held items in battle, fixed default functionality of rand when no number is given 2021-08-03 18:45:39 +01:00
Golisopod-User
c6da16409e AI and other Gen 8 Effects (#123)
* Added Rattled being triggered by Intimidate in Gen 8
* Added Rapid Spin speed boost effect
* Added basic AI for Gen 8
* Tweaked Leppa berry's effect
* Added Ability Patch's exemption for Zygarde
* Added Curse's Gen 8 targeting change
* Added Teleport's Gen 8 effect
* Added check for Choice items in Instruct and Dancer
* Added Quash's Gen 8 change to the order that multiple Quashed Pokémon move in

Co-authored-by: Maruno17 <serialcolour@hotmail.com>
2021-08-02 22:56:55 +01:00
Maruno17
14748f4999 Added some more Gen 8 item effects, added Intimidate being blocked by some abilities, fixed Nectars being usable on fainted Oricorio 2021-07-17 20:48:06 +01:00
Maruno17
5736ef404b Made various changes to effects, added some Gen 8 mechanics 2021-06-30 23:25:47 +01:00
Maruno17
e93b08a87b Added some more Gen 8 move effects 2021-06-26 22:12:47 +01:00
ENLS
c402b02861 MUMMY ability bug fix (#118)
variable oldAbil was being treated like an integer. It's a symbol.
2021-06-12 16:15:56 +01:00
Maruno17
a42b66db68 Merge branch 'master' into dev 2021-04-22 21:15:14 +01:00
Maruno17
2ca8a42949 Yet more script rearranging 2021-04-17 23:45:42 +01:00