Commit Graph

108 Commits

Author SHA1 Message Date
infinitefusion 5b4ee681d6 Autosave 2022-07-21 11:09:04 -04:00
infinitefusion 625c7f94d9 Makes it possible to forfeit trainer battles 2022-06-09 18:19:58 -04:00
infinitefusion dd68c56c79 fc200281(Implements Stance Change ability)
2c73bbf9(Fix for tiles being invisible after a map transfer if they were on screen before it)
dc01031a(prevent unknown_items from being obtained in randomizer)
ee906fb3(previous commit also included new attack animations)
4dba7c02(Fixes unreal time and footprint scripts being accidentally disabled)
2022-06-05 15:36:21 -04:00
infinitefusion bbf4bc6e9b hidden power error fix 2022-05-15 09:25:04 -04:00
infinitefusion c323ecb9c3 fixes jirachi & viridian river crash 2022-05-02 18:42:20 -04:00
infinitefusion 2a76ee27e9 Renamed some constants 2022-04-30 17:22:44 -04:00
infinitefusion b190416123 moonlight & morning sun field moves + fishing items 2022-04-24 09:46:14 -04:00
infinitefusion 1c569684c0 fixes pokemon trainer not registering in pokedex 2022-04-16 19:36:56 -04:00
infinitefusion 77fd81f2da new game plus 2022-04-14 20:29:23 -04:00
infinitefusion 3a12486fd2 battle items 2022-04-06 18:33:31 -04:00
infinitefusion 62a5ff7872 trainer rematch improvements 2022-03-30 20:08:09 -04:00
infinitefusion 6794004d94 trainer card fixes 2022-03-13 21:09:50 -04:00
infinitefusion 79f63485a3 fixes water currents + recompile for trainer teams 2022-03-12 12:06:52 -05:00
infinitefusion ecb79c6336 ruins of alph hidden chamber fix 2022-03-05 14:25:18 -05:00
infinitefusion 1aba4df441 fixes 2022-03-04 21:53:23 -05:00
infinitefusion 4170738933 Easy Mode 2021-12-26 17:09:56 -05:00
infinitefusion 7240e76ed0 Hard mode 2021-12-26 16:03:01 -05:00
infinitefusion 5f9e03726c mt silver (wip) 2021-10-09 13:06:31 -04:00
infinitefusion 26cc4c20ce bugfixes 1.6, battle lag, event crashes, mt. silver event (wip) 2021-10-03 14:01:09 -04:00
infinitefusion dd0c64f2b7 bugfixes 1.4 2021-09-12 15:21:16 -04:00
infinitefusion 82681f4611 release beta 1 2021-09-04 13:23:05 -04:00
infinitefusion 0672b5823e tms for fusions 2021-08-14 10:45:55 -04:00
infinitefusion cd5a2caf94 trainers rematch 2021-08-01 13:45:50 -04:00
infinitefusion 4354cc778a battle bg 2021-07-31 16:21:22 -04:00
infinitefusion 17c136e050 battle sprites resize 2021-07-15 10:46:13 -04:00
infinitefusion 500edeca7d dna reverser, hotel crashes fix, unfusing & exp tracking, wondertrade 2021-07-01 20:08:02 -04:00
infinitefusion de78064786 fixed gym battles crash 2021-06-27 21:09:47 -04:00
infinitefusion 996d12ae70 DNA splicers 2021-06-27 15:54:18 -04:00
infinitefusion 605f387c65 fixed battles lag 2021-06-26 16:09:31 -04:00
infinitefusion 84d885d4b0 battles 2021-06-25 20:33:47 -04:00
Maruno17 c23f50e5a6 Fixed being unable to extract plugin messages to translate them, fixed AI bug with Natural Gift and no item, fixed bad code when checking a trainer's party for a mon with a given type 2021-06-15 19:23:50 +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 63fb7aadf7 Fixed: some items not working in battle, typo in Shell Trap's AI, Vs animation not triggering, Battle Factory Pokémon being chosen incorrectly, Battle Factory double mode being single battles, some game data not being cleared when compiling 2021-06-12 15:44:13 +01:00
Maruno17 206244a3f0 Fixed battle recordings playback, fixed being unable to import .anm files in the Animations Editor 2021-05-15 21:01:39 +01:00
Maruno17 66b40fd181 Fixed typo in egg generatio, fixed typo in battle code that changes a Pokémon's type, fixed bug in AI that prevents switching 2021-05-15 20:28:15 +01:00
Maruno17 8384adeb22 Ball property in trainers.txt can now be a Poké Ball item's ID, fixed move-learning saying "already knows four moves" regardless of the value of Pokemon::MAX_MOVES 2021-05-13 21:50:36 +01:00
Maruno17 52e7f7b51a Fixed broken AI for Camouflage, minor tweaks to some other AI 2021-05-12 21:06:23 +01:00
Maruno17 e03e258f6a Added methods Pokemon.play_cry and pkkmn.play_cry 2021-05-09 17:53:05 +01:00
Maruno17 05d3627015 Fixed event movement checks ignoring ledges if they're not on the top layer, fixed Sketch not working, fixed a couple of other minor bugs, Rubocop-suggested tweaks 2021-05-09 16:48:47 +01:00
Maruno17 6efca2f9a8 Fixes for Battle Arena 2021-05-04 21:30:26 +01:00
Maruno17 3d88b85f56 Fixed Battle Tower/Cups/Palace, fixed bug when using Metronome, fixed bad AI for Conversion/Conversion 2 2021-05-04 20:36:49 +01:00
Maruno17 c5cc1eadac Fixed not being able to detect a Pokémon being a Mega Evolution, fixed inadequate checking if a Mega Stone is unlosable 2021-05-03 18:58:02 +01:00
Maruno17 474281712b Made more use of nil_or_empty?, fixed incorrect default species body shape, fixed Illusion, fixed potential foreign Pokémon with blank names 2021-05-03 17:34:19 +01:00
Golisopod-User 90c18ecc79 Bugfixes (#104)
* Bugfixes

Fixed pbLearnMove not asking you to replace a move if you have the max amount of moves
Removed instance of hasOwned

Co-authored-by: Maruno17 <serialcolour@hotmail.com>
2021-05-01 17:40:05 +01:00
Maruno17 17d1344e74 Fixed crash when soft resetting, fixed crash when Struggle and confusion pseudo-moves are used, fix broken AI, fixed crash after evolution, fixed crash when editing weather map metadata. 2021-04-28 23:24:17 +01:00
Maruno17 a42b66db68 Merge branch 'master' into dev 2021-04-22 21:15:14 +01:00
Maruno17 70b9f65558 Added Battle Points message window (\pt), fixed occasional wrong form when viewing Pokédex of newly caught species, other tweaks 2021-04-21 18:45:44 +01:00
Maruno17 66ee5937bc Fixed Beak Blast/Shell Trap always failing, typo in Brick Break 2021-04-18 16:30:17 +01:00
Maruno17 2ca8a42949 Yet more script rearranging 2021-04-17 23:45:42 +01:00
Maruno17 5073f86190 Rearranged some script files 2020-09-05 22:34:32 +01:00