Commit Graph

  • 7d2e1027cd Updated TMs to BDSP Maruno17 2021-12-14 22:15:32 +00:00
  • f29e2bbf1a Fixed text speed option not working infinitefusion 2021-12-13 18:27:14 -05:00
  • 3d514bf83b Fixed gift pokemon from sibling infinitefusion 2021-12-13 18:18:43 -05:00
  • d8a6329b5a Fixed Jynx overworld infinitefusion 2021-12-13 18:09:03 -05:00
  • 89a71d81a0 Removed trainer house infinitefusion 2021-12-13 18:07:15 -05:00
  • a89d552f8e Update Boxes (#144) Nathan-mv 2021-12-13 19:24:46 -03:00
  • 840e1a8be9 Updated Pokémon PBS files to BDSP Maruno17 2021-12-13 22:09:21 +00:00
  • 3da8b563da Changing encounter_version now updates the encounter tables immediately, title screen now plays properly if there are no splashes, compiling is now forced if any dat files are missing, other tweaks Maruno17 2021-12-12 23:10:01 +00:00
  • 2444b70ef6 Improved code for using multiples of an item at once, added a Setting for it, made it apply to more items Maruno17 2021-12-12 00:10:01 +00:00
  • 2ddedfb935 Tweaked code for interacting with a follower Maruno17 2021-12-12 00:06:33 +00:00
  • 85bf1a334c Fixed evolution-related code causing errors in Battle Frontier battles Maruno17 2021-12-11 16:05:45 +00:00
  • c1695dd21b Fixed incorrect animation when a critical capture Poké Ball fails to catch the Pokémon Maruno17 2021-12-11 15:46:07 +00:00
  • 241851a75b Fixed crash when using upgradeRibbon, fixed crash when trading Pokémon, fixed crash when trying to play Triple Triad, fixed crash when generating Battle Frontier data Maruno17 2021-12-11 13:25:23 +00:00
  • b9d69b780b Fixed bugs relating to followers from previous commit, fixed error in Safari Battles from previous commit Maruno17 2021-12-11 01:44:44 +00:00
  • 1c878ef631 various fixes infinitefusion 2021-12-10 18:58:13 -05:00
  • 2e3d479752 Added def follower_animation which makes the next Show Animation event command apply to the follower instead Maruno17 2021-12-09 23:42:06 +00:00
  • 6a56a8f7d0 Added def follower_move_route which makes the next Move Route event command apply to the follower instead, events are no longer automatically erased if they are followers Maruno17 2021-12-09 23:33:46 +00:00
  • c55f1f0a2a Follower checks when using some items/moves in the field are now more specific, which should help following Pokémon scripts Maruno17 2021-12-09 23:30:52 +00:00
  • 79e04bff6c Fixed code for happiness-based evolutions Maruno17 2021-12-08 22:41:44 +00:00
  • 054b4bc3e8 Corrosion now allows a Steel/Poison Pokémon to poison itself with Toxic Orb Maruno17 2021-12-08 20:07:52 +00:00
  • 514ef510f1 Added speed order viewer in battle debug menu, Pokemon#foreign? now defaults to comparing to the player Maruno17 2021-12-07 23:28:14 +00:00
  • 6b841b78d3 Added egg move sharing in Day Care, added some Settings for Day Care/Nursery mechanics, Neutralizing Gas now triggers held items if it negates Unnerve, Imposter now only triggers when the Pokémon enters battle Maruno17 2021-12-07 22:48:15 +00:00
  • a858408951 Changed how Pokémon markings are recorded, and allowed variants of each mark (e.g. alternate colours) Maruno17 2021-12-06 23:26:18 +00:00
  • 5a81d447d1 Added Aura Wheel's visible type change in battle, added "display" methods for several move properties and examples of their use Maruno17 2021-12-06 22:00:27 +00:00
  • 95916e242e Added battle debug menu (access with F9) Maruno17 2021-12-05 20:24:20 +00:00
  • 3650a078e7 Fixed Toxic damage only going up to 15/16 of total HP, minor code fixes Maruno17 2021-12-05 20:20:30 +00:00
  • 5337ee1e97 Revert "Implemented Battle Debug Menu (#130)" Maruno17 2021-11-24 19:40:12 +00:00
  • 7c48148d35 Implemented Battle Debug Menu (#130) Alexander Pahn 2021-11-24 20:24:13 +01:00
  • 479aeacc2c Added new section-based format for berry_plants.txt Maruno17 2021-11-24 19:05:18 +00:00
  • 00c2df5772 Merged species Type1/Type2 into Types, did the same for Pokemon and Battler Maruno17 2021-11-22 23:55:28 +00:00
  • a5f91f62ea Made map names be added to map_metadata.txt when writing it if possible Maruno17 2021-11-21 23:11:19 +00:00
  • d93d73caa8 Wrote a generalised data property editor that deals with a list of things from a GameData module, allowed the WildItem properties for species to contain multiple items each Maruno17 2021-11-21 22:24:58 +00:00
  • c8b574ed7c Made Player Transfer event command not cancel surfing/diving, so pbTransferSurfing and pbTransferUnderwater are deprecated. Maruno17 2021-11-21 19:10:16 +00:00
  • ddb95a8bb6 Added underscore to berry plant charsets, added Debug menu function that will rename these files (including in map data) Maruno17 2021-11-21 18:45:13 +00:00
  • ea9cacd6b9 Updated console message code to Luka's latest version Maruno17 2021-11-21 17:36:25 +00:00
  • b445f26a88 Converted Shadow Pokémon PBS file to a section-based format, improved Shadow Pokémon mechanics Maruno17 2021-11-21 00:44:41 +00:00
  • 383734a497 various fixes infinitefusion 2021-11-20 12:39:41 -05:00
  • 048a18b415 Refactored ability/item/ball battle handlers, added "UltraBeast" species flag for Beast Ball Maruno17 2021-11-18 22:52:19 +00:00
  • 8307222009 Fix to previous commit Maruno17 2021-11-17 21:54:02 +00:00
  • 7ec8f30f0e Some battle method refactoring, fixed typo Maruno17 2021-11-17 20:40:19 +00:00
  • 1c4819e5f0 Renamed all battle-related classes and modules Maruno17 2021-11-16 23:05:16 +00:00
  • 6dacd6a139 Actual fix for berry plant harvesting crash Maruno17 2021-11-15 22:34:02 +00:00
  • 06493fecbb Removed more RMVX compatibility Maruno17 2021-11-15 21:31:52 +00:00
  • 99b6d86962 Berry plant bug fix from previous commit Maruno17 2021-11-15 14:00:41 +00:00
  • f00553c1eb Bug fixes from previous commits Maruno17 2021-11-15 08:38:39 +00:00
  • 9657eca3d7 Fixed panoramas/fogs/other AnimatedPlanes not animating properly Maruno17 2021-11-14 16:40:55 +00:00
  • a7f71e9620 Fixed bug in previous commits, fixed Frontier/Bug Contest battles not counting towards battle counts stats Maruno17 2021-11-14 01:45:14 +00:00
  • 46a92a33ef Added stat for cancelled evolutions Maruno17 2021-11-13 23:16:22 +00:00
  • c6ecf60172 Added class GameStats, added Pokédex records for eggs seen and expanded seen_forms to include shinies Maruno17 2021-11-13 23:13:28 +00:00
  • 12fd500dbc Added Pokémon properties cannot_store, cannot_release and cannot_trade. Allowed Offspring species property to be edited. Maruno17 2021-11-08 23:21:20 +00:00
  • 15babcf835 Refining event evolution mechanics Maruno17 2021-11-07 21:20:47 +00:00
  • 34ab0b8afe Added evolution method for Galarian Yamask, minor refactoring in battle code, a Pokémon's ability no longer needs resetting when changing its ability_index Maruno17 2021-11-07 18:05:32 +00:00
  • ae7721316f Re-added a way to erase (or change) a map's tiles Maruno17 2021-11-03 22:40:02 +00:00
  • c392f8c236 Added Luka's console message colouring code Maruno17 2021-11-02 23:27:42 +00:00
  • 50d999e7da Updated to mkxp-z v2.2.3 (removed mp3 support) Maruno17 2021-11-02 21:14:31 +00:00
  • 5ad9f60d61 Added plugin meta.txt property "Essentials", which lists versions of Essentials the plugin is compatible with Maruno17 2021-11-02 20:46:32 +00:00
  • cff6edac5b Fixed some bugs from recent commits Maruno17 2021-11-02 18:37:48 +00:00
  • e8170a267c Fixed Exp Candies only raising happiness for one item if multiple are used at once Maruno17 2021-10-31 20:54:53 +00:00
  • 0ec67f78fa Added affection effects Maruno17 2021-10-31 20:43:16 +00:00
  • ee16c22388 Added Hidden Power tutor compatibility to Gen 8 PBS files Maruno17 2021-10-31 15:30:56 +00:00
  • 67fc59ad4e Fixed typo from previous commit Maruno17 2021-10-30 23:27:46 +01:00
  • 308937a9f4 Refactored Day Care code Maruno17 2021-10-30 21:56:34 +01:00
  • 899d037255 Added pokemon.txt/pokemon_forms.txt property "Offspring" for species that could be produced by breeding Maruno17 2021-10-29 20:34:50 +01:00
  • 0c3ec24936 Fixed typo in previous commit Maruno17 2021-10-27 23:54:04 +01:00
  • f3abcb7caf Obsoleted battle methods that yield battlers in favour of ones that return all of them at once Maruno17 2021-10-27 22:45:34 +01:00
  • 6066797517 Changing the player's character or outfit immediately updates the player's graphic again Maruno17 2021-10-26 22:54:31 +01:00
  • 6c38f769c7 Moved initial money/storage creator's name from Settings to metadata.txt, added initial item storage contents property to global metadata, added Home property to player metadata Maruno17 2021-10-25 23:07:58 +01:00
  • 680c1de392 AI now keeps their last defined Pokémon for last, tweaks to some battle effects based on mechanics generation Maruno17 2021-10-24 23:06:47 +01:00
  • 18049c22b9 More changes to console messages Maruno17 2021-10-23 23:56:54 +01:00
  • e417e4c659 Tidied and coloured console messages Maruno17 2021-10-23 21:55:42 +01:00
  • 10a1fc4430 Added PBS file pokemon_metrics.txt, for all Pokémon sprite positionings Maruno17 2021-10-23 20:30:09 +01:00
  • ca680c9feb Merged class PokemonTemp into class Game_Temp Maruno17 2021-10-21 22:01:59 +01:00
  • 5e51f702b3 Renamed some more global variables Maruno17 2021-10-20 23:13:30 +01:00
  • e49cd8d498 Renamed $Trainer to $player Maruno17 2021-10-20 22:57:43 +01:00
  • fbddb9034f Added a simple way to replace code in events with other code Maruno17 2021-10-20 22:17:05 +01:00
  • 3a3b44574f Various bug fixes Maruno17 2021-10-20 13:53:39 +01:00
  • d3a07df6ab Fixed bug in previous commit Maruno17 2021-10-19 23:57:00 +01:00
  • e7522321ad Fixed up code added by previous commit, improved scene closings when using Fly Maruno17 2021-10-19 22:18:55 +01:00
  • e4e8e60d28 Added Flying from Town Map (#129) Golisopod-User 2021-10-20 00:33:22 +05:30
  • 837208792a Fixed bug with Neutralizing Gas, fixed typo Maruno17 2021-10-19 17:39:27 +01:00
  • aee0595d3f Fixed another crash when removing items from the Bag Maruno17 2021-10-19 13:58:19 +01:00
  • 50065754a0 Fixed crash when removing items from the Bag Maruno17 2021-10-19 08:39:15 +01:00
  • f6a5ea86db Fixed coding error from previous commit Maruno17 2021-10-17 23:19:06 +01:00
  • 36ff7c4ba3 Renamed variables and methods relating to the Bag, renamed $PokemonBag to $Bag, $bag.has? can now check for a minimum quantity Maruno17 2021-10-17 23:02:58 +01:00
  • 72c50db6c0 Tidying up of Gen 8 ability code, fixed Analytic's effect, added trigger for berry consuming when Unnerve ends Maruno17 2021-10-17 19:49:25 +01:00
  • c68e5e7abf Implemented Neutralizing Gas Maruno17 2021-10-17 18:35:57 +01:00
  • fc5a71b46f unfuse traded fusions + some fixes infinitefusion 2021-10-16 16:41:03 -04:00
  • 56c9b69c44 Added "Name" property to map_metadata.txt, fixed map names not being translated in some cases, fixed minor things from a previous commit Maruno17 2021-10-13 22:55:29 +01:00
  • a5bbd1fb8a Fixed map rendering glitching when using an oversized tileset Maruno17 2021-10-12 19:05:05 +01:00
  • ce8ce1f934 cut/rock smash animations + sprite resize in summary infinitefusion 2021-10-11 14:54:08 -04:00
  • de0eb8e4e1 Fixed pbOnStepTaken being called every frame if you open a menu immediately at the end of a step, fixed Sweet Veil being defined incorrectly Maruno17 2021-10-10 19:09:36 +01:00
  • 0aad105c6d Made multiple special battle animations easier to register Maruno17 2021-10-10 17:47:08 +01:00
  • 45fd570414 Fixed Pledge combo moves sometimes using the wrong type, fixed command windows in battle being too tall if possible, added Debug menu feature to toggle credits skippability Maruno17 2021-10-10 16:41:47 +01:00
  • cd2e3cd04c side stairs + wonderguard infinitefusion 2021-10-09 18:46:55 -04:00
  • a090f50bc5 Split metadata.txt into metadata.txt and map_metadata.txt, fixed bug when writing certain PBS files Maruno17 2021-10-09 23:34:45 +01:00
  • 5f9e03726c mt silver (wip) infinitefusion 2021-10-09 13:06:31 -04:00
  • 166a289a60 Fixed transitions in controls and credits screens, fixed slight text cropping in credits screen, fixed crash when changing the scene Maruno17 2021-10-07 18:47:28 +01:00
  • c8b594d38d Fixed crash when starting a new game Maruno17 2021-10-06 00:00:12 +01:00
  • c0ac135a69 Added support for extra autotiles used instead of the top tiles of the tileset Maruno17 2021-10-05 19:14:23 +01:00
  • 8bb8c1149f Fixed bridge tiles not changing their priority when pbBridgeOn/pbBridgeOff are called Maruno17 2021-10-05 18:14:10 +01:00