Commit Graph

450 Commits

Author SHA1 Message Date
Maruno17
fc54ed5630 Merge branch 'dev' into dev-gen8 2021-07-01 21:59:47 +01:00
Maruno17
987cb7640c Turned move flags into separate words 2021-07-01 21:54:22 +01:00
Maruno17
536a0b4f9a Applied code related to deprecated move flag for Magic Coat 2021-07-01 21:11:42 +01:00
Maruno17
0af3fe46bd Merge branch 'dev' into dev-gen8 2021-07-01 21:09:05 +01:00
Maruno17
93b67c9047 Deprecated three move flags as they should depend on move effects instead 2021-07-01 21:06:24 +01:00
Maruno17
5736ef404b Made various changes to effects, added some Gen 8 mechanics 2021-06-30 23:25:47 +01:00
Maruno17
d5459fb97c Merge branch 'dev' into dev-gen8 2021-06-28 19:53:12 +01:00
Maruno17
bc7f469308 Merge branch 'master' into dev 2021-06-28 19:52:43 +01:00
Maruno17
c457d59a0e Fixed error in code used by Pickup 2021-06-28 19:32:04 +01:00
Maruno17
d4c01724c7 Added Rare Candy being usable at level 100, added event evolutions 2021-06-27 18:32:43 +01:00
Maruno17
66169b56be Merge branch 'dev' into dev-gen8 2021-06-27 17:40:01 +01:00
Maruno17
753650acf3 Merge branch 'master' into dev 2021-06-27 17:39:23 +01:00
aprogergely
cb60fa1299 typo (#122)
.form should be lowercase to work
2021-06-27 17:37:35 +01:00
aprogergely
84b1512c9b typo (#121)
the ! should always be in front of the word, not after it
2021-06-27 17:37:23 +01:00
Maruno17
e93b08a87b Added some more Gen 8 move effects 2021-06-26 22:12:47 +01:00
Maruno17
18408d204e Merge branch 'dev' into dev-gen8 2021-06-24 20:59:00 +01:00
Maruno17
80e95dc48a Fixed slightly inaccurate chances for each number of hits for moves that hit 2-5 times 2021-06-24 20:57:32 +01:00
Maruno17
49e7374c3d Added more Gen 8 move effects 2021-06-24 20:47:47 +01:00
Maruno17
223d480e0f Super shininess can now be set for a Pokémon, and trainers.txt can define a Pokémon as super shiny 2021-06-24 18:21:47 +01:00
Maruno17
bb429a2680 Moved the Gen 8 items so that the game actually runs 2021-06-23 23:20:52 +01:00
Maruno17
feb9e3b2de Added some Gen 8 item effects, added super shininess 2021-06-23 23:15:15 +01:00
Maruno17
0ad86e6b03 Added some Gen 8 ability effects 2021-06-22 22:36:12 +01:00
Maruno17
9344ef8d04 Added setting that determines if Pokémon put into storage are healed 2021-06-21 23:28:51 +01:00
Maruno17
43900dca8c Added some Gen 8 move effects 2021-06-21 22:17:55 +01:00
Maruno17
9e1e113333 Added groundwork for Gen 8 code 2021-06-21 19:19:37 +01:00
Maruno17
eceb7f2084 Merge branch 'master' into dev 2021-06-20 23:12:30 +01:00
Golisopod-User
3c3802b80b Fixed Plugin Manager raising an error when optional dependency of Plugin is not installed (#119) 2021-06-20 23:11:18 +01:00
CorvusAtrox
657ed7944d Fix Crash on attempting to get Favored Types (#120) 2021-06-20 23:00:42 +01:00
Maruno17
c194e1b711 Changed the names of some properties in pokemon.txt and pokemon_forms.txt 2021-06-20 20:57:44 +01:00
Maruno17
565b15dca4 Renamed various PBS files 2021-06-20 20:27:57 +01:00
Maruno17
ca09e8c092 Removed all deprecated code slated for removal, removed support for pre-v19 save files 2021-06-20 18:37:37 +01:00
Maruno17
53d27d3cf5 Added new section-based format for ribbons.txt 2021-06-20 17:57:35 +01:00
Maruno17
e201821919 Added new section-based format for abilities.txt 2021-06-20 17:46:36 +01:00
Maruno17
7c42e4ec20 Added new section-based format for moves.txt 2021-06-20 17:29:16 +01:00
Maruno17
1a55a391a3 Removed support for old trainers.txt format 2021-06-20 01:06:49 +01:00
Maruno17
1cec4fc90d Added new section-based format for trainertypes.txt 2021-06-20 01:00:21 +01:00
Maruno17
e4cdb95314 Added new section-based format for items.txt 2021-06-20 00:13:34 +01:00
Maruno17
9b4bc66dc0 Tidying up 2021-06-19 20:36:17 +01:00
Maruno17
e472d0fcdf Rewrote PBS files to set all their "ID numbers" to 0 2021-06-19 20:18:55 +01:00
Maruno17
c55324145d Removed all other uses of and support for ID numbers 2021-06-19 20:01:12 +01:00
Maruno17
49655165e1 Added conversion of berry plant data, removed all uses of ID numbers for abilities and berry plants, fixed mulch not being consumed, removed use of ID numbers in map of moves to animation IDs 2021-06-19 18:48:33 +01:00
Maruno17
6e188666a4 Removed all uses of ID numbers for GameDatas BodyColor, BodyShape and Target, removed support for trainer type graphics using ID numbers in their names 2021-06-17 22:45:16 +01:00
Maruno17
eaa915878a Added def count to all GameData variants, and one that returns the number of species for Species, removed all uses of ID numbers for GameData::Status, made more use of GameData::X.keys 2021-06-17 22:21:24 +01:00
Maruno17
5358037986 Removed support for old encounters.txt format 2021-06-16 22:53:01 +01:00
Maruno17
e9457a3ea8 Removed all uses of ID numbers for species, some other code changes for abolishing ID numbers 2021-06-16 22:42:20 +01:00
Maruno17
8c67127f06 Removed all uses of ID numbers for types, Shape property in pokemon.txt must now be a name and not a number 2021-06-16 20:32:30 +01:00
Maruno17
0e8b1e70b1 Updated to mkxp-z 2.2.1 2021-06-15 22:11:12 +01:00
Maruno17
5df5e83f68 Removed dual functionalities of Ability and Ball properties in trainers.txt, abolished $BallTypes, removed support for tm.txt 2021-06-15 22:03:16 +01: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
Maruno17
128a002324 Fix for messages not being reloaded after the game is compiled 2021-06-12 19:05:22 +01:00