Commit Graph

40 Commits

Author SHA1 Message Date
Maruno17
87285a2a1f Added class GameData::Target 2021-02-24 21:05:04 +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
0c7aab530d Merge branch 'master' into dev 2021-02-08 18:38:54 +00:00
Maruno17
9fe513ca16 Bug fixes for Illusion with 1 Pokémon in team, Magician triggering and Fake Out failing after switching in by an effect 2021-02-08 18:36:02 +00:00
Maruno17
1209b804e9 Moved all settings into module Settings 2021-02-01 21:03:58 +00:00
Maruno17
4098b1cd11 Split PokeBattle_Trainer into PlayerTrainer and NPCTrainer 2021-01-24 17:55:39 +00:00
Maruno17
8a89ef1220 Revamped classes Pokemon, PBMove and PokemonMail 2021-01-21 23:04:51 +00:00
Maruno17
cb684094be Removed unused audio utilities and audio-recording (e.g. for Chatter) 2021-01-17 20:47:57 +00:00
Maruno17
2586c09c3c Refactoring and tidying 2021-01-11 19:30:45 +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
bc13517cb7 Created and implemented GameData::Type 2020-12-12 21:26:46 +00:00
Maruno17
eb22e49d9b Deleted rubyscreen.dll, eradicated semicolons from when... statements, compiling is now before setting up the system, appeased vocal dissenters 2020-11-26 21:10:45 +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
9841bd2630 Fixed typo in Duel minigame, fixed crash when battling a single trainer while you have a partner, fixed undefined variable in Relic Song's form-changing code 2020-11-11 22:09:34 +00:00
Maruno17
1955d3698e Implemented usage of GameData::Item 2020-11-08 22:45:59 +00:00
Maruno17
ff70791104 Battlers now make use of Ability objects to be consistent with Pokemon objects 2020-11-04 21:27:56 +00:00
Maruno17
213347b938 Added class Data::Ability and made all code use symbols for abilities instead of numbers. Also added class Data::Item but it's unused. 2020-11-01 20:10:28 +00:00
Maruno17
3c2b97c21a Merge branch 'master' into refactor 2020-10-18 21:40:04 +01:00
Maruno17
c30e302ccf Moved move data constants into module MoveData 2020-10-17 00:29:58 +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
a47f40a85b Fixed Rollout doing maximum damage on its first turn 2020-09-27 21:06:04 +01:00
Maruno17
97874a1d62 Fixed error in Mirror Move's code 2020-09-25 20:53:26 +01:00
Maruno17
a5b04d6eb3 Fixed typo in Judgment's code 2020-09-21 08:30:28 +01:00
Maruno17
3099cc4802 Fixed bugs with Metal Burst and Powder 2020-09-20 15:14:27 +01:00
Maruno17
c391fb39f8 Fixed Soak affecting the user rather than the target 2020-09-18 20:13:27 +01:00
Maruno17
d111f93e35 Fixed bug in Dragon Tail's code 2020-09-16 22:00:51 +01:00
Maruno17
d4db99719b Grouped all ability blacklists together 2020-09-12 22:00:25 +01:00
Maruno17
e4436c0fa3 Changed Greninja's forms to add one with the Battle Bond ability 2020-09-12 16:35:56 +01:00
jonisavo
0b1bab3b5c Additional #isSpecies? and #hasItem? refactoring 2020-09-06 20:58:13 +03:00
Maruno17
a91d13adcb Merge branch 'master' of https://github.com/Maruno17/pokemon-essentials 2020-09-06 17:32:33 +01:00
Maruno17
681a8331ab Resolved many Rubocop warnings 2020-09-06 17:31:12 +01: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