Maruno17
46a92a33ef
Added stat for cancelled evolutions
2021-11-13 23:16:22 +00:00
Maruno17
c6ecf60172
Added class GameStats, added Pokédex records for eggs seen and expanded seen_forms to include shinies
2021-11-13 23:13:28 +00:00
Maruno17
12fd500dbc
Added Pokémon properties cannot_store, cannot_release and cannot_trade. Allowed Offspring species property to be edited.
2021-11-08 23:21:20 +00:00
Maruno17
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
2021-11-07 18:05:32 +00:00
Maruno17
50d999e7da
Updated to mkxp-z v2.2.3 (removed mp3 support)
2021-11-02 21:14:31 +00:00
Maruno17
cff6edac5b
Fixed some bugs from recent commits
2021-11-02 18:37:48 +00: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
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
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