Commit Graph

  • fc7e5fbfb4 New file for Pokemon::Owner, 006_Pokemon_Owner.rb jonisavo 2020-10-16 16:22:24 +03:00
  • bc9b1dc919 Make Pokemon.new accept Owner objects Also, default the owner argument to $Trainer jonisavo 2020-10-16 15:00:01 +03:00
  • ad1487be1d Remove all usage of the newly deprecated methods jonisavo 2020-10-16 14:32:20 +03:00
  • b9801ef171 Deprecate Pokemon#language and Pokemon#language= jonisavo 2020-10-16 14:11:09 +03:00
  • 0122ccadcf Deprecate Pokemon#otgender and Pokemon#otgender= jonisavo 2020-10-16 14:07:09 +03:00
  • 71c7f9ce76 Add Pokemon::Owner::new_foreign jonisavo 2020-10-16 12:32:56 +03:00
  • 2b2df4ae8f Use new Pokemon::Owner methods jonisavo 2020-10-16 12:19:15 +03:00
  • 66c255546d Deprecate Pokemon#ot and Pokemon#ot= jonisavo 2020-10-16 12:18:41 +03:00
  • 89b490736d Use Kernel.validate jonisavo 2020-10-16 11:15:26 +03:00
  • 5a3879f294 Merge remote-tracking branch 'upstream/refactor' into pokemon-owner jonisavo 2020-10-16 11:06:32 +03:00
  • da5c9680d4 Edit order of commands in pbMessageDisplay to fix light text assignment (#40) Marc L 2020-10-15 21:45:00 +01:00
  • d860b703b1 Added Kernel.validate (#41) Joni Savolainen 2020-10-15 21:31:57 +02:00
  • ae0e13c228 Deprecate Pokemon#trainerID and Pokemon#publicID Joni Savolainen 2020-10-13 20:55:15 +03:00
  • c397aeba4e Setters for Pokemon::Owner Joni Savolainen 2020-10-13 20:49:50 +03:00
  • 5c4c0f4e35 Fixed AI not properly registering switches, fixed typo in def pbMessageOnRecall, fixed Synchronize bypassing type immunities Maruno17 2020-10-09 20:54:01 +01:00
  • 94a20e55f3 Fixed Advanced Wild Battles not generating true wild Pokémon, removed deprecated move compatibility code, fixed pauses when turning during continuous movement Maruno17 2020-10-07 21:11:30 +01:00
  • 9a8fae0168 Fixed some battle rules not being applied Maruno17 2020-10-04 16:37:42 +01:00
  • af9b9ef812 Fixed incorrect PBS data for Power-Up Punch Maruno17 2020-10-03 16:29:41 +01:00
  • c02a362031 Fixed bad AI for Sticky Web Maruno17 2020-10-02 20:16:01 +01:00
  • 25d48e3837 Fixed bugs with Multi-Attack, Illusion, Nature's Madness's definition and Slow Start Maruno17 2020-10-01 17:54:46 +01:00
  • f640f96551 Updated version number to "18.1.dev" Maruno17 2020-09-28 22:21:35 +01:00
  • c5b1e08383 Tidying and rearranging Maruno17 2020-09-28 21:07:54 +01:00
  • a47f40a85b Fixed Rollout doing maximum damage on its first turn Maruno17 2020-09-27 21:06:04 +01:00
  • 1cf6f44016 Changed a proc's return to next Maruno17 2020-09-27 18:07:42 +01:00
  • cdc36e45ed Fixed inconsistency in expected suffixes for night versions of BGMs Maruno17 2020-09-27 16:39:16 +01:00
  • cccd9a2d5d Fixed typo in previous commit Maruno17 2020-09-27 15:15:58 +01:00
  • edf35ac8a8 Encounters now occur when changing direction Kaividian 2020-09-28 00:01:00 +10:00
  • 0bbdc54ff0 Fixed bug with callback procs in class PictureEx Maruno17 2020-09-27 13:54:05 +01:00
  • ef7eb0eda4 Create Pokemon::Owner Joni Savolainen 2020-09-26 20:31:37 +03:00
  • 28538be516 Fixed bug when compiling trainer comment "Outcome: X", added error messages if PBS files define the same ID numbers twice Maruno17 2020-09-26 14:49:00 +01:00
  • 97874a1d62 Fixed error in Mirror Move's code Maruno17 2020-09-25 20:53:26 +01:00
  • f893b0e7c0 Merge pull request #28 from jonisavo/PokeBattle_Pokemon-rename Maruno17 2020-09-25 17:52:11 +01:00
  • d500b075a2 Fixed bugs in jumping changes Maruno17 2020-09-25 17:42:59 +01:00
  • 0a69a79932 Fixed typo from previous commit Maruno17 2020-09-24 22:32:38 +01:00
  • 9b9bd9caab Changed event movement speeds to make walking speed 3 rather than 4, etc. Maruno17 2020-09-24 21:52:44 +01:00
  • b6542f28ca Updated jumping to be more like the official games Maruno17 2020-09-24 21:36:38 +01:00
  • ca761640f8 Revert rename of Pokemon#publicID & #obtainLevel These changes should be done in their own branch. Joni Savolainen 2020-09-24 08:34:23 +03:00
  • edafe6f98d Fixed bug in AI for Camouflage Maruno17 2020-09-23 23:10:14 +01:00
  • 8a5b141a8d Merge branch 'master' into PokeBattle_Pokemon-rename Joni Savolainen 2020-09-23 20:34:07 +03:00
  • 41a304f568 Initial testing of deprecation Joni Savolainen 2020-09-23 20:26:29 +03:00
  • 194654dbd7 Add 009_Deprecation.rb Joni Savolainen 2020-09-23 20:24:31 +03:00
  • 4a41e98b28 Fixed Regenerator triggering at the end of battle instead of when switching out Maruno17 2020-09-23 08:15:53 +01:00
  • 7749dec2d4 Fixed default weather not returning after a primal weather ends Maruno17 2020-09-21 19:23:59 +01:00
  • 7c1b08c6b4 Merge pull request #24 from jonisavo/fix-console Maruno17 2020-09-21 18:06:24 +01:00
  • a5b04d6eb3 Fixed typo in Judgment's code Maruno17 2020-09-21 08:30:28 +01:00
  • d62c340b28 Better description for Pokemon_Deprecated.rb Joni Savolainen 2020-09-21 08:20:11 +03:00
  • 7257c7479f Replace all usage of pbNewPkmn with Pokemon.new Joni Savolainen 2020-09-20 21:34:06 +03:00
  • 1b7ec64d98 Rename MAX_POKEMON_NAME_SIZE to MAX_NAME_SIZE in Pokemon Joni Savolainen 2020-09-20 21:25:39 +03:00
  • 61ad59afa6 Create 009_Pokemon_Deprecated.rb Joni Savolainen 2020-09-20 21:24:05 +03:00
  • 2696e15f67 Fix Debug Console not opening jonisavo 2020-09-20 20:57:26 +03:00
  • c73906170a Rename PokeBattle_Pokemon to Pokemon Deprecate PokeBattle_Pokemon and pbNewPkmn jonisavo 2020-09-20 20:55:51 +03:00
  • 4517a16537 Merge pull request #20 from jonisavo/yard-PokeBattle_Pokemon Maruno17 2020-09-20 17:01:59 +01:00
  • 1fe0d36454 Tidying Maruno17 2020-09-20 17:00:41 +01:00
  • 3099cc4802 Fixed bugs with Metal Burst and Powder Maruno17 2020-09-20 15:14:27 +01:00
  • 3728afa634 Improve PokeBattle_Pokemon#eggsteps's description jonisavo 2020-09-20 15:06:34 +03:00
  • 301a4c9b4f The player now moves at walking speed while diving Maruno17 2020-09-20 12:24:36 +01:00
  • 2fd085728a Fixed AI never using items Maruno17 2020-09-19 12:14:57 +01:00
  • 3f99fd39e3 Fixed a fainted Pokémon's damage state being reset immediately and stopping certain abilities/effects working properly if they reference it Maruno17 2020-09-19 01:00:52 +01:00
  • 3cf88f6f72 AI now chooses a move at random if all moves end up with a score of 0 Maruno17 2020-09-18 20:45:20 +01:00
  • 9af513affd Fixed prevolution data not being determined for species that don't evolve further Maruno17 2020-09-18 20:33:44 +01:00
  • 849b02abb6 Fixed Flame/Toxic Orb being able to replace another status condition Maruno17 2020-09-18 20:27:01 +01:00
  • f0c0c0a308 Fixed crashes in debug functions if there's a gap in item ID numbers Maruno17 2020-09-18 20:22:02 +01:00
  • c391fb39f8 Fixed Soak affecting the user rather than the target Maruno17 2020-09-18 20:13:27 +01:00
  • dbf8a57b2d Fixed Alolan Ninetales being able to evolve into itself Maruno17 2020-09-18 20:10:25 +01:00
  • 7ac820beb6 Fixed some items not being consumed when they should upon the holder being hit, and made them trigger Cheeck Pouch/Symbiosis where relevant Maruno17 2020-09-18 20:09:05 +01:00
  • 37c1c208aa Added descriptions to #clone, #mail= and #setItem Also, improved the documentation of #name and #species jonisavo 2020-09-18 21:02:20 +03:00
  • 1d698a6a44 Documented the rest of PokeBattle_Pokemon jonisavo 2020-09-18 20:12:35 +03:00
  • 07604a3f61 More documentation, fixed bad YARD formatting jonisavo 2020-09-18 14:34:26 +03:00
  • d6e9ff6acb Moved methods related to status into a new section Also, added more documentation jonisavo 2020-09-18 13:56:24 +03:00
  • a619300a7e Fixed missing method for PokeBattle_FakeBattler Maruno17 2020-09-17 18:33:08 +01:00
  • d111f93e35 Fixed bug in Dragon Tail's code Maruno17 2020-09-16 22:00:51 +01:00
  • e7b90b54b0 Fixed error with surfacing check if the dive map you're in has no surface map Maruno17 2020-09-16 20:04:17 +01:00
  • 36e492a3fe Fixed error in evolution data saved to pokemon.txt Maruno17 2020-09-16 17:56:51 +01:00
  • 0f61f3f5ae Merge pull request #19 from boonzeet/master Maruno17 2020-09-16 17:24:45 +01:00
  • 5367cc475f Fixed default value for delay in PngAnimatedBitmap Marc Lequime 2020-09-16 09:41:38 +01:00
  • 9fd8e5fab3 Updated Windows binary, added Linux/Mac binaries Maruno17 2020-09-15 21:44:24 +01:00
  • 765104bcef Merge remote-tracking branch 'origin/mkxp-z' into mkxp-z Maruno17 2020-09-13 15:46:57 +01:00
  • 39e38cc74f Added documentation to most of PokeBattle_Pokemon jonisavo 2020-09-13 13:34:44 +03:00
  • 6979fb056b Correction to unstoppable/ungainable ability methods Maruno17 2020-09-12 22:11:19 +01:00
  • d4db99719b Grouped all ability blacklists together Maruno17 2020-09-12 22:00:25 +01:00
  • 0fc544adb8 Compiling data now names each file being compiled Maruno17 2020-09-12 18:31:36 +01:00
  • 6ac7aca902 Minor tweaks Maruno17 2020-09-12 18:21:05 +01:00
  • e4436c0fa3 Changed Greninja's forms to add one with the Battle Bond ability Maruno17 2020-09-12 16:35:56 +01:00
  • a756539651 Fixed party screen not animating while teaching a machine move Maruno17 2020-09-12 01:39:31 +01:00
  • e5139b4d57 Pokémon cry when fainting now has a lower pitch Maruno17 2020-09-12 01:18:12 +01:00
  • 32ac1d995c Fixed party screen not animating while using Rare Candy, and party icons refreshing late after Rare Candy evolution Maruno17 2020-09-12 01:13:05 +01:00
  • 7f522cee43 Tidied up evolution code and added lots more evolution methods Maruno17 2020-09-12 00:38:06 +01:00
  • 928957533a Merge pull request #16 from Marin-MK/master Maruno17 2020-09-11 15:42:02 +01:00
  • 8da6ef64a3 Fixed text positioning and removed individual character offsets m3rein 2020-09-11 16:32:04 +02:00
  • c732b35931 Tweaked general-purpose UI text y offset m3rein 2020-09-11 15:45:44 +02:00
  • 1defc18797 Extra y position offset for message windows m3rein 2020-09-11 15:45:26 +02:00
  • a8b0baaa2d Removed excessive draw command in Options menu m3rein 2020-09-11 15:45:11 +02:00
  • 6f353ba813 Rewrote evolution methods to make them modular Maruno17 2020-09-10 22:22:06 +01:00
  • aaf5949c13 Removed unnecessary text drawing in Options screen, misc tweaks Maruno17 2020-09-09 23:03:27 +01:00
  • ebbc4a0ad8 Altered script file-reading code Maruno17 2020-09-09 22:11:27 +01:00
  • 891cc2791f Fixed not getting berry's effect at full HP or under Heal Block when using Bug Bite/Pluck Maruno17 2020-09-09 21:37:37 +01:00
  • 9c808d4c86 Removed being able to give an item to a Pokémon while in item storage Maruno17 2020-09-09 20:50:53 +01:00
  • b43b8a907d Fixed error in PokeBattle_Battler#pbHasMoveType? Maruno17 2020-09-09 20:37:08 +01:00
  • 925c12c831 Corrected MapFactory#isPassable? Maruno17 2020-09-09 20:30:43 +01:00
  • 0029bfe825 More line spacing tweaks m3rein 2020-09-09 17:00:47 +02:00