Maruno17
1b9e7400f9
Minor fixes to some move definitions
2021-08-21 22:47:25 +01:00
Maruno17
45fba56455
Turned fusion items into two separate items for the sake of them having different descriptions, fixed ability-changing items not doing so, added Zygarde Cube's Gen 8 effect
2021-08-21 18:26:48 +01:00
Maruno17
61242a9836
Shortened ability/move descriptions to fit, added Howl's Gen 8 effect
2021-08-06 19:59:20 +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
551f64e8a1
Added "Consumable" property to items.txt, light effects now properly centre themselves on the event regardless of graphic size, Disguise/Double Iron Bash Gen 8 changes
2021-07-21 22:46:49 +01:00
Maruno17
78f5530cbe
Added more Gen 8 code
2021-07-13 20:52:26 +01:00
Maruno17
8b7a532e29
Updating some PBS files
2021-07-11 21:58:57 +01:00
Maruno17
3d634a7f22
Added separate SellPrice property for items, changed messages when learning a move, updates to Gen 8 items.txt
2021-07-10 22:17:02 +01:00
Maruno17
33f0403945
Updated happiness values (assuming Timburr/Stunfisk not changing are mistakes), added new type of evolution that triggers after any battle, added code to let Galarian Farfetch'd evolve after dealing 3 critical hits
2021-07-09 21:44:58 +01:00
Maruno17
ae7661edc5
Some fixes related to the previous commit and Exp Candy effect
2021-07-08 23:38:57 +01:00
Maruno17
d5aeeaca7b
Added code for Gen 8 alternate forms
2021-07-08 23:04:21 +01:00
Maruno17
ba6806aa5b
Added Gen 8 PBS files
2021-07-08 21:19:45 +01:00
Maruno17
987cb7640c
Turned move flags into separate words
2021-07-01 21:54:22 +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
b1caf13110
Updating all PBS files to new formats
2021-06-20 18:45:55 +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
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
e472d0fcdf
Rewrote PBS files to set all their "ID numbers" to 0
2021-06-19 20:18:55 +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
9226bce078
Renamed some PBS files
2021-06-15 20:58:11 +01:00
Maruno17
2e1a7646ed
Renamed trainers.txt property Ability to AbilityIndex, and added the property Ability which accepts an ability ID (and an index number for backwards compatibility)
2021-05-13 22:34:46 +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
8ff43cbd4c
Renamed trainer charsets and added code to the sprite renamer that will rename them and edit map data accordingly
2021-05-11 21:00:15 +01:00
Maruno17
4bc744e3fb
Fixed some minor bugs from previous commits
2021-04-14 22:56:12 +01:00
Maruno17
327d0de334
Redesigned controls help screen, added example of changing encounter version
2021-04-08 21:20:34 +01:00
Maruno17
d8bf4b7fda
Added class GameData::Evolution, moved evolution-related methods to more appropriate places
2021-03-12 23:20:02 +00:00
Maruno17
8b0796588f
Altered encounter chance calculation to be closer to Gen 3 (inc. Rock Smash), Pokémon's ball bug fix
2021-03-01 23:28:43 +00:00
Maruno17
1bf829c3f1
Made window bigger in map connections editor, fixed a couple of bugs, added Generation data to pokemon PBS files
2021-02-27 16:33:32 +00:00
Maruno17
f302d8346a
Added class GameData::BodyShape, some bug fixes, updated some PBS files
2021-02-22 00:21:52 +00:00
Maruno17
44e3c934ad
Implemented GameData::Ribbon
2021-02-02 20:53:43 +00:00
Maruno17
6d3ff0c724
Implemented GameData::Encounter, created new encounters.txt format, tweaked Vs animation filenames
2021-01-30 17:06:00 +00:00
Maruno17
ad21fc92cb
Created and implemented GameData::Species
2020-12-24 21:25:16 +00:00
Maruno17
52ffae9e8a
Implemented GameData::Metadata and GameData::MapMetadata
2020-11-15 18:59:07 +00:00
Maruno17
af9b9ef812
Fixed incorrect PBS data for Power-Up Punch
2020-10-03 16:29:41 +01:00
Maruno17
25d48e3837
Fixed bugs with Multi-Attack, Illusion, Nature's Madness's definition and Slow Start
2020-10-01 17:54:46 +01:00
Maruno17
dbf8a57b2d
Fixed Alolan Ninetales being able to evolve into itself
2020-09-18 20:10:25 +01:00
Maruno17
36e492a3fe
Fixed error in evolution data saved to pokemon.txt
2020-09-16 17:56:51 +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
87c7e06a9d
Initial commit
2020-09-04 22:01:41 +01:00
Maruno17
ba94119d02
Initial commit
2020-09-04 22:00:59 +01:00