Commit Graph
100 Commits
Author SHA1 Message Date
Maruno17 6066797517 Changing the player's character or outfit immediately updates the player's graphic again 2021-10-26 22:54:31 +01:00
Maruno17 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 2021-10-25 23:07:58 +01:00
Maruno17 680c1de392 AI now keeps their last defined Pokémon for last, tweaks to some battle effects based on mechanics generation 2021-10-24 23:06:47 +01:00
Maruno17 18049c22b9 More changes to console messages 2021-10-23 23:56:54 +01:00
Maruno17 e417e4c659 Tidied and coloured console messages 2021-10-23 21:55:42 +01:00
Maruno17 10a1fc4430 Added PBS file pokemon_metrics.txt, for all Pokémon sprite positionings 2021-10-23 20:30:09 +01:00
Maruno17 ca680c9feb Merged class PokemonTemp into class Game_Temp 2021-10-21 22:01:59 +01:00
Maruno17 5e51f702b3 Renamed some more global variables 2021-10-20 23:13:30 +01:00
Maruno17 e49cd8d498 Renamed $Trainer to $player 2021-10-20 22:57:43 +01:00
Maruno17 fbddb9034f Added a simple way to replace code in events with other code 2021-10-20 22:17:05 +01:00
Maruno17 3a3b44574f Various bug fixes 2021-10-20 13:53:39 +01:00
Maruno17 d3a07df6ab Fixed bug in previous commit 2021-10-19 23:57:00 +01:00
Maruno17 e7522321ad Fixed up code added by previous commit, improved scene closings when using Fly 2021-10-19 22:18:55 +01:00
Maruno17 837208792a Fixed bug with Neutralizing Gas, fixed typo 2021-10-19 17:39:27 +01:00
Maruno17 aee0595d3f Fixed another crash when removing items from the Bag 2021-10-19 13:58:19 +01:00
Maruno17 50065754a0 Fixed crash when removing items from the Bag 2021-10-19 08:39:15 +01:00
Maruno17 f6a5ea86db Fixed coding error from previous commit 2021-10-17 23:19:06 +01:00
Maruno17 36ff7c4ba3 Renamed variables and methods relating to the Bag, renamed $PokemonBag to $Bag, $bag.has? can now check for a minimum quantity 2021-10-17 23:02:58 +01:00
Maruno17 72c50db6c0 Tidying up of Gen 8 ability code, fixed Analytic's effect, added trigger for berry consuming when Unnerve ends 2021-10-17 19:49:25 +01:00
Maruno17 c68e5e7abf Implemented Neutralizing Gas 2021-10-17 18:35:57 +01:00
Maruno17 56c9b69c44 Added "Name" property to map_metadata.txt, fixed map names not being translated in some cases, fixed minor things from a previous commit 2021-10-13 22:55:29 +01:00
Maruno17 a5bbd1fb8a Fixed map rendering glitching when using an oversized tileset 2021-10-12 19:05:05 +01:00
Maruno17 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 2021-10-10 19:09:36 +01:00
Maruno17 0aad105c6d Made multiple special battle animations easier to register 2021-10-10 17:47:08 +01:00
Maruno17 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 2021-10-10 16:41:47 +01:00
Maruno17 a090f50bc5 Split metadata.txt into metadata.txt and map_metadata.txt, fixed bug when writing certain PBS files 2021-10-09 23:34:45 +01:00
Maruno17 166a289a60 Fixed transitions in controls and credits screens, fixed slight text cropping in credits screen, fixed crash when changing the scene 2021-10-07 18:47:28 +01:00
Maruno17 c8b594d38d Fixed crash when starting a new game 2021-10-06 00:00:12 +01:00
Maruno17 c0ac135a69 Added support for extra autotiles used instead of the top tiles of the tileset 2021-10-05 19:14:23 +01:00
Maruno17 8bb8c1149f Fixed bridge tiles not changing their priority when pbBridgeOn/pbBridgeOff are called 2021-10-05 18:14:10 +01:00
Maruno17 3cc6a1201f Fixed Pomeg Berry glitch 2021-10-03 23:13:29 +01:00
Maruno17 1f9ba94432 Fixed quote marks around LoseText in trainers.txt 2021-10-03 22:42:18 +01:00
Maruno17 929a039f04 Fixed Terrain Tag Editor's background disappearing when saving changes 2021-10-03 22:33:55 +01:00
Maruno17 559caf1046 Fixed crash when walking into really tall grass on a connected map 2021-10-03 22:30:17 +01:00
Maruno17 c7858de42a Refactored berry plant code, added missing berry plant PBS data and charsets, fixed berry sparkles sometimes showing on the wrong map 2021-10-03 20:19:28 +01:00
Maruno17 af23f1ecc4 Removed old map renderer, tidied up 2021-10-02 23:54:06 +01:00
Maruno17 348b847b68 Changed example follower from Brendan to May just because 2021-10-02 23:12:37 +01:00
Maruno17 11544da43f Fixed default transition animation not being FPS-agnostic 2021-10-02 22:59:14 +01:00
Maruno17 f35a51f975 Rewrote and refactored follower code, fixed follower glitchiness actoss connected maps, fixed follower glitchiness around bridges 2021-10-02 22:57:54 +01:00
Maruno17 0b656edffc Added support for an extended autotile format containing full-tile concave corners 2021-10-01 19:50:47 +01:00
Maruno17 c496fed620 Added new map renderer 2021-09-29 18:18:50 +01:00
Maruno17 75a39dbc42 Fixed typo from commit relating to refactoring switching code 2021-09-23 08:29:28 +01:00
Maruno17 096f13f451 The player's charset now only changes itself at the start of a step or the start of not moving. Added potential for running/jumping/stationary speeds/charsets for surfing/diving/cycling. Tweaked fishing animation. 2021-09-22 22:57:06 +01:00
Maruno17 694e567f3d Fixed overworld weather moving relative to the screen rather than the map 2021-09-20 23:25:12 +01:00
Maruno17 4edd06208a Moved Gen 8 item code to its proper places 2021-09-19 23:14:24 +01:00
Maruno17 d4abc6ef2b Added Eject Pack's effect 2021-09-19 23:04:29 +01:00
Maruno17 1fb3ff5408 Refactoring of code relating to switching, effect damage and effects that trigger after a move is used 2021-09-19 19:03:17 +01:00
Maruno17 f00f030825 Added effect of Pokémon Box Link 2021-09-12 21:08:46 +01:00
Maruno17 f9c6e142e5 Added effect of Blunder Policy 2021-09-12 20:13:43 +01:00
Maruno17 df7c033a9d Tweaked Fissure's function code, added Mirror Armor's effect 2021-09-10 20:40:45 +01:00
Maruno17 27be1cb330 Tidied up some function codes, added missing ones 2021-09-06 21:26:59 +01:00
Maruno17 c670c63bf5 Renamed all move function codes 2021-09-06 20:56:37 +01:00
Maruno17 c7fd147040 Added effect of Dragon Darts, fixed incorrect status icon being used in battle 2021-09-04 20:53:43 +01:00
Maruno17 423961e524 Fixed unique Galarian evolutions not being flagged as being able to pass their form on when breeding, fixed bred Sinistea sometimes not being phony form 2021-09-02 22:01:17 +01:00
Maruno17 885c1193e3 Added Flags property to ribbons 2021-09-02 21:09:18 +01:00
Maruno17 cef3d08917 Generalised form inheritance, making use of species flags 2021-09-02 21:05:53 +01:00
Maruno17 86cbcad382 Added Flags property to types, abilities, species and map metadata. Added LocationFlag evolution method. 2021-09-02 19:01:16 +01:00
Maruno17 cfbefceb00 Renamed skill code property in trainer_types.txt to SkillFlags, and allowed any number of them 2021-08-31 17:36:48 +01:00
Maruno17 171f1aade2 Fixed visual mistake in SnakeSquares transition animation 2021-08-31 16:54:14 +01:00
Maruno17 218307d993 Added Gen 8's shiny chance increase with number battled, fixed other shiny chance-boosting effects not working 2021-08-31 16:54:03 +01:00
Maruno17 3c88c897f0 Refactored checking whether a Pokémon/species is single gendered, tweaked console message. 2021-08-31 00:17:30 +01:00
Maruno17 0405497868 Healing Wish/Lunar Dance now linger until they will do something, as per Gen 8 2021-08-30 00:38:06 +01:00
Maruno17 c92bb2fb42 Pokémon in storage no longer recalculate their form 2021-08-30 00:10:31 +01:00
Maruno17 70ef588190 Merge branch 'master' into dev 2021-08-29 23:50:52 +01:00
Maruno17 a9426b0802 Fixed Sweet Scent not working 2021-08-29 23:49:43 +01:00
Maruno17 f411867c52 Updated all BaseExp values for species and forms 2021-08-29 20:48:43 +01:00
Maruno17 a31ac0d4af Merge branch 'master' into dev 2021-08-29 18:24:34 +01:00
Maruno17 6db668b449 Fixed HappinessMoveType, fixed particle effects on events not working 2021-08-29 18:20:52 +01:00
Maruno17 c39eca3975 Merge branch 'master' into dev 2021-08-24 13:46:03 +01:00
Maruno17 6551697b4f Fixed incorrect layering of sprites in battle, unfixed RMXP transitions 2021-08-24 13:36:52 +01:00
Maruno17 7318d304de Fixed battle transition animations after fix to default RMXP animation 2021-08-23 19:35:44 +01:00
Maruno17 8bb70a226e Tidied up semicolon use, refactored random dungeon generation code, fixed visual bug in Day Care debug screen 2021-08-22 23:18:34 +01:00
Maruno17 e57e1f4a1e Merge branch 'master' into dev 2021-08-22 00:03:32 +01:00
Maruno17 e0e5cfebb7 Fixed Pokédex searches not considering the properties of alternate forms, fixed RMXP-style battle transitions not working, tweaked form-inheriting code in breeding 2021-08-22 00:00:51 +01:00
Maruno17 1b9e7400f9 Minor fixes to some move definitions 2021-08-21 22:47:25 +01:00
Maruno17 45fba56455 Turned fusion items into two separate items for the sake of them having different descriptions, fixed ability-changing items not doing so, added Zygarde Cube's Gen 8 effect 2021-08-21 18:26:48 +01:00
Maruno17 41ce9309d7 Refactored and improved transition animations 2021-08-20 21:39:20 +01:00
Maruno17 9c5c3c77ed Fixed changing a Pokémon's species to a single gendered/non-gendered one not updating its gender, enabled a bred Mr. Mime/Meowth to inherit Galarian forms 2021-08-19 18:29:53 +01:00
Maruno17 f768df4696 Added settings that enable disobedience check, swapped alternate movement speed key with pause menu key, fixed pbEventCommentInput not working, fixed issue with animating Exp bar upon hitting the max level 2021-08-15 18:27:37 +01:00
Maruno17 7ae62d74b7 Added terrain tag 17 NoEffect, Terrain Tag Editor now only sets defined terrain tags, fixed some move effects, fixed opposing Shadow Pokémon going into Hyper Mode, fixed Shadow Pokémon nature visibility 2021-08-14 22:36:55 +01:00
Maruno17 2112cdba37 Added effects of Mimicry/Room Service/Catching Charm, tweaked Sinistea's form chances, fixed bug in Fling about TRs. 2021-08-14 19:07:57 +01:00
Maruno17 153aa69bb8 Merge branch 'master' into dev 2021-08-12 20:37:25 +01:00
Maruno17 19535b8160 Fixed Symbiosis, fixed Roost not roosting, fixed Normalize not boosting damage, fixed crash in Bug Catching Contest, fixed old format moves.txt compiling, added cache size text to console 2021-08-12 20:00:42 +01:00
Maruno17 c360c4ddd2 Added effects of Ripen/Gorilla Tactics/Steam Engine, fixed SE move-weakening berries working on normal effectiveness moves as well 2021-08-07 20:56:43 +01:00
Maruno17 61242a9836 Shortened ability/move descriptions to fit, added Howl's Gen 8 effect 2021-08-06 19:59:20 +01:00
Maruno17 2db3cc49af Merge branch 'master' into dev 2021-08-03 18:48:11 +01:00
Maruno17 7f86115c36 Fixed code relating to initial held items in battle, fixed default functionality of rand when no number is given 2021-08-03 18:45:39 +01:00
Maruno17 76eaadda61 Marged Gen 8 AI code into existing script file 2021-08-02 23:06:55 +01:00
Maruno17 ec84d581ad Merge branch 'master' into dev 2021-07-28 18:44:19 +01:00
Maruno17 c8b1b6251b Fix for Pokémon editor deleting a moveset move when "changing" which move it is to the same move, fixed typo in def addBackgroundOrColoredPlane. 2021-07-28 18:42:32 +01:00
Maruno17 34dd2a9fbd Rewrote random dungeon code to improve it and fix some bugs, rewrote Bag's def rearrange 2021-07-25 19:00:36 +01:00
Maruno17 d71a3d47e8 Added effects of Gulp Missile and Unseen Fist, fixed typo with Ice Face 2021-07-24 21:19:01 +01:00
Maruno17 a1cff9cc36 Changed the content of error messages raised by code in a Script event command 2021-07-23 20:06:06 +01:00
Maruno17 912631a8b1 Fix to previous commit's code 2021-07-23 08:32:11 +01:00
Maruno17 cb0220b751 Cleaned up evolution method definitions, rewrote the "Fill Bag" Debug feature to make it much faster, removed all instances of changing the game window's title 2021-07-22 22:46:43 +01:00
Maruno17 d21d3cb1fd Merge branch 'master' into dev 2021-07-22 18:36:38 +01:00
Maruno17 1bd5652a3a Fixed typo in Conversion's code that treated a type as an item 2021-07-22 18:35:30 +01:00
Maruno17 551f64e8a1 Added "Consumable" property to items.txt, light effects now properly centre themselves on the event regardless of graphic size, Disguise/Double Iron Bash Gen 8 changes 2021-07-21 22:46:49 +01:00
Maruno17 03a7ff39ad Merge branch 'master' into dev 2021-07-18 23:14:45 +01:00
Maruno17 4d9c8feb81 Fixed Poké Radar rustling grass not always causing a wild encounter when stepping in it, other tweaks to Poké Radar 2021-07-18 23:13:37 +01:00