Commit Graph

26 Commits

Author SHA1 Message Date
Maruno17
01a066a4d9 Rearranged and tidied up game data scripts 2021-03-29 19:01:03 +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
ff0c2f00c8 Added class GameData::Stat 2021-03-04 22:59:48 +00:00
Maruno17
611d0a74eb Added class GameData::BattleWeather 2021-02-21 19:04:36 +00:00
Maruno17
63e640c79b Added classes GameData::Environment and GameData::BattleTerrain 2021-02-21 18:37:26 +00:00
Maruno17
6a8e4fcfa5 Added class GameData::Status 2021-02-15 23:20:51 +00:00
Maruno17
1209b804e9 Moved all settings into module Settings 2021-02-01 21:03:58 +00:00
Maruno17
2586c09c3c Refactoring and tidying 2021-01-11 19:30:45 +00:00
Maruno17
a5d1359dfe Fixing up after merge from master 2021-01-10 19:25:27 +00:00
Maruno17
b11bc133bd Merge branch 'master' into dev 2021-01-10 19:11:26 +00:00
Maruno17
386396cdf6 Condensed references to Unnerve, fixed Copycat always using Copycat 2021-01-10 19:00:03 +00:00
Maruno17
d4a7de4bdd Rearranged settings 2021-01-02 21:08:47 +00:00
Maruno17
ad21fc92cb Created and implemented GameData::Species 2020-12-24 21:25:16 +00:00
Maruno17
1ffeddc41c Moved methods that return item/trainer graphics, refactored evolution helper methods, rearranged some methods 2020-12-13 19:40:17 +00:00
Maruno17
bc13517cb7 Created and implemented GameData::Type 2020-12-12 21:26:46 +00:00
Maruno17
017cdb8d0f Merge branch 'master' into dev 2020-11-25 22:07:17 +00:00
Maruno17
e2dcba2169 Bug fixes: invisible timer, bad poison icon looking like normal poison, errant message when sending in a random replacement, incorrect seen/owned numbers, battle PP restoration item crash 2020-11-25 19:15:49 +00:00
Maruno17
3cd8d59918 Implemented GameData::Move 2020-11-19 21:00:29 +00:00
Maruno17
1955d3698e Implemented usage of GameData::Item 2020-11-08 22:45:59 +00:00
Maruno17
3099cc4802 Fixed bugs with Metal Burst and Powder 2020-09-20 15:14:27 +01:00
Maruno17
849b02abb6 Fixed Flame/Toxic Orb being able to replace another status condition 2020-09-18 20:27:01 +01:00
Maruno17
7ac820beb6 Fixed some items not being consumed when they should upon the holder being hit, and made them trigger Cheeck Pouch/Symbiosis where relevant 2020-09-18 20:09:05 +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
jonisavo
0b1bab3b5c Additional #isSpecies? and #hasItem? refactoring 2020-09-06 20:58:13 +03:00
jonisavo
afd7b090b9 Use PokeBattle_Battler#isSpecies? instead of isConst? 2020-09-06 08:41:27 +03:00
Maruno17
5073f86190 Rearranged some script files 2020-09-05 22:34:32 +01:00