Commit Graph

  • f6d626e7dd Merge branch 'master' of https://github.com/Maruno17/pokemon-essentials Maruno17 2020-10-26 17:53:08 +00:00
  • 896ec4ab85 Fixed partner trainers being unable to participate in wild/trainer battles against a single Pokémon even if a battle rule gives them a space in it Maruno17 2020-10-26 17:52:42 +00:00
  • 70163f2d72 Fix: EXP Full ding using wrong sound file (#50) Derxwna Kapsyla 2020-10-26 13:41:20 -04:00
  • bfec896b46 Fixed events vanishing instead of becoming your partner trainer Maruno17 2020-10-23 20:53:36 +01:00
  • 17d1ac7114 Updated mkzp-z.exe with one that plays midi files Maruno17 2020-10-22 08:25:16 +01:00
  • 103d397938 More fixes to text positions Maruno17 2020-10-20 21:44:09 +01:00
  • 742a98b179 Added debug option to properly erase invalid tiles from maps Maruno17 2020-10-19 21:48:13 +01:00
  • c4e69d0a2e Fixing up merge Maruno17 2020-10-18 22:08:55 +01:00
  • 3c2b97c21a Merge branch 'master' into refactor Maruno17 2020-10-18 21:40:04 +01:00
  • e6b6bdc0b8 Fixed line spacing not being consistent when changing fonts Maruno17 2020-10-18 17:38:44 +01:00
  • 2be698497a Moved compiler methods into module Compiler, moved call to pbSetUpSystem into Main Maruno17 2020-10-18 17:23:13 +01:00
  • a6d21de0c1 Merge branch 'pr/43' into refactor Maruno17 2020-10-17 14:40:52 +01:00
  • 7640736188 Capitalisation of some constants Maruno17 2020-10-17 01:18:01 +01:00
  • 22c48b98d9 Tidied up credits script Maruno17 2020-10-17 01:11:22 +01:00
  • 7e627453da Moved item data constants into module ItemData Maruno17 2020-10-17 00:56:30 +01:00
  • 2b4f1e1aba Moved trainer data constants into module TrainerData Maruno17 2020-10-17 00:45:39 +01:00
  • c30e302ccf Moved move data constants into module MoveData Maruno17 2020-10-17 00:29:58 +01:00
  • d3ec5c2c53 Moved species data constants into module SpeciesData Maruno17 2020-10-17 00:17:40 +01:00
  • e82b5409fb Moved global/map metadata constants and schema into modules Maruno17 2020-10-16 22:05:38 +01:00
  • 71a4d09224 Moved all screen transition classes into module Transitions Maruno17 2020-10-16 21:30:01 +01:00
  • 579a6cbe2a Fixed bug in def pbLoadRpgxpScene Maruno17 2020-10-16 21:11:13 +01:00
  • 47a1cb5462 Clone the Owner object in Pokemon#clone jonisavo 2020-10-16 19:49:47 +03:00
  • 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