Maruno17
022dc7aadb
More additions to the battle debug menu
2021-12-21 20:50:08 +00:00
Maruno17
33fcbf623b
More Rubocopping
2021-12-20 17:18:21 +00:00
Maruno17
65b1a8d6c3
More tweaks from the Rubocop overlord
2021-12-19 17:28:59 +00:00
Maruno17
33781493f4
More aligning of code
2021-12-19 12:19:08 +00:00
Maruno17
13a238cc6a
Many more Rubocop-inspired code improvements
2021-12-18 19:06:22 +00:00
Maruno17
d17fc40a47
Added decent spacing to all scripts thanks to Rubocop
2021-12-18 15:25:40 +00:00
Maruno17
f7b76ae62e
The Great Enspacening begins!
2021-12-18 12:20:31 +00:00
Maruno17
2480ab0f9e
Applied most Rubocop-suggested layout fixes
2021-12-18 01:56:10 +00:00
Maruno17
514ef510f1
Added speed order viewer in battle debug menu, Pokemon#foreign? now defaults to comparing to the player
2021-12-07 23:28:14 +00:00
Maruno17
95916e242e
Added battle debug menu (access with F9)
2021-12-05 20:24:20 +00:00
Maruno17
ddb95a8bb6
Added underscore to berry plant charsets, added Debug menu function that will rename these files (including in map data)
2021-11-21 18:45:13 +00:00
Maruno17
ea9cacd6b9
Updated console message code to Luka's latest version
2021-11-21 17:36:25 +00:00
Maruno17
b445f26a88
Converted Shadow Pokémon PBS file to a section-based format, improved Shadow Pokémon mechanics
2021-11-21 00:44:41 +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
c392f8c236
Added Luka's console message colouring code
2021-11-02 23:27:42 +00:00
Maruno17
50d999e7da
Updated to mkxp-z v2.2.3 (removed mp3 support)
2021-11-02 21:14:31 +00:00
Maruno17
308937a9f4
Refactored Day Care code
2021-10-30 21:56:34 +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
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
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
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
3c88c897f0
Refactored checking whether a Pokémon/species is single gendered, tweaked console message.
2021-08-31 00:17:30 +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
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
8ed9c5139e
Merge branch 'dev' into dev-gen8
2021-07-10 19:49:08 +01:00
Maruno17
4b98850c3a
Stopped U-turn switching if the battle is over, ensured animation spritesheet file extensions are removed from animation data, added Debug function to reload system cache, Pokémon debug menu now shows the Pokémon's status problem, changed mkxp.json to fix uncommon rendering problems
2021-07-10 19:23:56 +01:00
Maruno17
223d480e0f
Super shininess can now be set for a Pokémon, and trainers.txt can define a Pokémon as super shiny
2021-06-24 18:21:47 +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
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
2a1dafcd9c
Disabled receiving a Mystery Gift item via the Continue/New Game's Debug menu
2021-05-19 21:10:43 +01:00
Maruno17
8af787abdd
Quick fix to previous commit
2021-05-18 21:30:51 +01:00
Maruno17
be61441755
Playing ME is stopped if a battle is skipped, fixed bug in Encounters Editor, sprite renamer now recognises 4+ digit ID numbers
2021-05-18 20:01:01 +01:00
Golisopod-User
6d7bae913e
Bugfixes and small additions ( #109 )
...
* Add a converter for Player charsets in metadara
* Fixed Sprite position editor not working with new shadow filenames. Also added check for custom shadows
* Fixed pbTrainerBattleCore not working with NPC Trainer argument
* Fixed typo which caused crash with old trainers.txt format
* Fixed reference to non-existent variable which crashed the trainertype editor
2021-05-18 18:58:07 +01:00
Maruno17
47e51ed79b
Player's charset now refreshes when a save file is loaded, and after renaming trainer charsets
2021-05-11 21:20:25 +01:00
Maruno17
8ff43cbd4c
Renamed trainer charsets and added code to the sprite renamer that will rename them and edit map data accordingly
2021-05-11 21:00:15 +01:00
Maruno17
5005b2a7e9
Sprite renamer is now in the Debug menu and doesn't run when compiling, fixed Poké Flute not working in battle, fixed Advanced Trainer Battle Debug feature not working, fixed special Mega Evolution messages not being used
2021-05-11 18:44:35 +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
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
5130b097ce
Fixed demo party not clearing the party before adding itself, fixed Pokémon icon renamer/mover not moving shiny Pokémon icons properly, added GameData#Something#keys method
2021-04-28 23:27:11 +01:00
Maruno17
5456459a98
Tweaked ability-setting Pokémon Debug feature to allow setting any ability
2021-04-27 18:33:18 +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
2ca8a42949
Yet more script rearranging
2021-04-17 23:45:42 +01:00