Commit Graph

106 Commits

Author SHA1 Message Date
Maruno17 ca680c9feb Merged class PokemonTemp into class Game_Temp 2021-10-21 22:01:59 +01:00
Maruno17 e49cd8d498 Renamed $Trainer to $player 2021-10-20 22:57:43 +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
Golisopod-User e4e8e60d28 Added Flying from Town Map (#129)
* Added ability to fly from Town Map

* Refactored UI_RegionMap code
2021-10-19 20:03:22 +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 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 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 f00f030825 Added effect of Pokémon Box Link 2021-09-12 21:08:46 +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 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 c92bb2fb42 Pokémon in storage no longer recalculate their form 2021-08-30 00:10:31 +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
Golisopod-User ecc5a040cd Refactoring and Bugfixes (#127)
* Replacing nil + compact! with delete, delete_at and delete_if wherever possible
* Fixed Terrain Tag editor not setting the correct terrain
* Fixed Text Cursor in Animation Editor not going right
2021-08-22 22:25:29 +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 41ce9309d7 Refactored and improved transition animations 2021-08-20 21:39:20 +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 3d634a7f22 Added separate SellPrice property for items, changed messages when learning a move, updates to Gen 8 items.txt 2021-07-10 22:17:02 +01:00
Maruno17 ae7661edc5 Some fixes related to the previous commit and Exp Candy effect 2021-07-08 23:38:57 +01:00
Maruno17 5736ef404b Made various changes to effects, added some Gen 8 mechanics 2021-06-30 23:25:47 +01:00
Maruno17 feb9e3b2de Added some Gen 8 item effects, added super shininess 2021-06-23 23:15:15 +01:00
Maruno17 9344ef8d04 Added setting that determines if Pokémon put into storage are healed 2021-06-21 23:28:51 +01:00
Maruno17 565b15dca4 Renamed various PBS files 2021-06-20 20:27:57 +01:00
Maruno17 ca09e8c092 Removed all deprecated code slated for removal, removed support for pre-v19 save files 2021-06-20 18:37:37 +01:00
Maruno17 c55324145d Removed all other uses of and support for ID numbers 2021-06-19 20:01:12 +01:00
Maruno17 6e188666a4 Removed all uses of ID numbers for GameDatas BodyColor, BodyShape and Target, removed support for trainer type graphics using ID numbers in their names 2021-06-17 22:45:16 +01:00
Maruno17 eaa915878a Added def count to all GameData variants, and one that returns the number of species for Species, removed all uses of ID numbers for GameData::Status, made more use of GameData::X.keys 2021-06-17 22:21:24 +01:00
Maruno17 e9457a3ea8 Removed all uses of ID numbers for species, some other code changes for abolishing ID numbers 2021-06-16 22:42:20 +01:00
Maruno17 8c67127f06 Removed all uses of ID numbers for types, Shape property in pokemon.txt must now be a name and not a number 2021-06-16 20:32:30 +01:00
Maruno17 5df5e83f68 Removed dual functionalities of Ability and Ball properties in trainers.txt, abolished $BallTypes, removed support for tm.txt 2021-06-15 22:03:16 +01:00
Maruno17 1c622a3b91 Credits screen now renders text in multiple smaller bitmaps rather than one tall one 2021-05-22 16:29:51 +01:00
Maruno17 ca8193aab4 Added more characters to naming screen 2021-05-21 20:05:32 +01:00
Maruno17 2b5d63673d Merge branch 'master' of https://github.com/Maruno17/pokemon-essentials 2021-05-20 19:15:30 +01:00
Joni Savolainen aef95067f8 Fix pbSave's incorrect deprecation message (#110) 2021-05-20 19:12:01 +01:00
Maruno17 2a1dafcd9c Disabled receiving a Mystery Gift item via the Continue/New Game's Debug menu 2021-05-19 21:10:43 +01:00
Maruno17 e7d116780f Removed alternate map rendering code 2021-05-19 20:25:51 +01:00
Maruno17 8e64bcc11b Removed the player's ability to change the font 2021-05-16 14:32:20 +01:00
Maruno17 e03e258f6a Added methods Pokemon.play_cry and pkkmn.play_cry 2021-05-09 17:53:05 +01:00
Maruno17 05d3627015 Fixed event movement checks ignoring ledges if they're not on the top layer, fixed Sketch not working, fixed a couple of other minor bugs, Rubocop-suggested tweaks 2021-05-09 16:48:47 +01:00
Maruno17 3d88b85f56 Fixed Battle Tower/Cups/Palace, fixed bug when using Metronome, fixed bad AI for Conversion/Conversion 2 2021-05-04 20:36:49 +01:00
Maruno17 474281712b Made more use of nil_or_empty?, fixed incorrect default species body shape, fixed Illusion, fixed potential foreign Pokémon with blank names 2021-05-03 17:34:19 +01:00
Maruno17 f29da5fc8f Fixed crash when getting the length of an ogg file, fixed mispositioning of message in Hall of Fame, fixedMusic Vlume option not applying to newly played BGM, 2021-05-01 17:13:27 +01:00
Maruno17 748ea472ba Fixed being unable to force compiling of plugins, fixed crash when saving edited terrain tags, fixed invalid tile erase crashing, fixed crash when showing Pokédex for newly caught species 2021-04-30 19:06:10 +01:00
Maruno17 4ae84f9b5d Added generic item icon support for HMs/TRs, moves taught by TR are now relearnable, tweaked determination of valid Mega forms 2021-04-22 21:08:34 +01:00
Maruno17 70b9f65558 Added Battle Points message window (\pt), fixed occasional wrong form when viewing Pokédex of newly caught species, other tweaks 2021-04-21 18:45:44 +01:00
Maruno17 66ee5937bc Fixed Beak Blast/Shell Trap always failing, typo in Brick Break 2021-04-18 16:30:17 +01:00