Commit Graph

  • 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
  • 305cbbb072 More work on documentation jonisavo 2020-09-08 20:02:12 +03:00
  • 0faff2b546 fix a typo I made in #givePokerus jonisavo 2020-09-08 12:22:18 +03:00
  • 234f435a75 Additional refactoring, made #mail=(value) into a method that checks whether the passed value is valid jonisavo 2020-09-08 12:13:47 +03:00
  • 1b3a1f3f3c Further refactoring in PokeBattle_Pokemon jonisavo 2020-09-08 11:32:36 +03:00
  • f934734a7a Fixed missing soundfont m3rein 2020-09-09 14:34:20 +02:00
  • 1479dbd702 Fixed compiler always triggering m3rein 2020-09-09 14:34:08 +02:00
  • 3e1c482c21 Fixed Pokémon forms resetting to 0 upon evolving Maruno17 2020-09-09 10:52:10 +01:00
  • d5926810d2 Merge pull request #14 from jvpr94/master Maruno17 2020-09-08 20:08:01 +01:00
  • 4d0e9cd331 Update 001_PokeBattle_Pokemon.rb João Vítor Reis 2020-09-08 15:01:08 -03:00
  • 0236740ab6 Updated readme Maruno17 2020-09-08 08:28:47 +01:00
  • 9109578f63 Updated readme Maruno17 2020-09-08 08:26:36 +01:00
  • 9e37432b2d Added Game.exe to the repo Maruno17 2020-09-08 08:15:18 +01:00
  • f82ed7f5dc Symbolised enums in module TrainersMetadata Maruno17 2020-09-07 22:52:59 +01:00
  • e987c10472 Rearranged some code relating to data and its caching Maruno17 2020-09-07 22:48:11 +01:00
  • 7221e88be4 Removed double line breaks in combined scripts Maruno17 2020-09-07 21:52:49 +01:00
  • 2185cc7a5c Updates to script extracting/combining files Maruno17 2020-09-07 21:42:44 +01:00
  • 9b86fb77fc Renamed fonts m3rein 2020-09-07 17:00:40 +02:00
  • d56dcd7032 Tweaked line spacing m3rein 2020-09-07 16:57:51 +02:00
  • 56b03cd762 Applied visiblity to hide sprite as opposed to negative src_rect.y m3rein 2020-09-07 16:50:42 +02:00
  • ba5eba832b Removed debug print in narrow font config m3rein 2020-09-07 16:50:04 +02:00