Maruno17
95916e242e
Added battle debug menu (access with F9)
2021-12-05 20:24:20 +00:00
Maruno17
3650a078e7
Fixed Toxic damage only going up to 15/16 of total HP, minor code fixes
2021-12-05 20:20:30 +00:00
Maruno17
5337ee1e97
Revert "Implemented Battle Debug Menu ( #130 )"
...
This reverts commit 7c48148d35 .
2021-11-24 19:40:12 +00:00
Alexander Pahn
7c48148d35
Implemented Battle Debug Menu ( #130 )
...
* initial commit to setup game.ini
* renamed title of masters Game.ini
* reenabled gitignore for Game.ini
* Between Commit
* Finished Battle Debug Menu
* Clean up for pull request
* Manual fixes
* Fixed oversight where numerical min/max wasm't considered
2021-11-24 19:24:13 +00:00
Maruno17
479aeacc2c
Added new section-based format for berry_plants.txt
2021-11-24 19:05:18 +00:00
Maruno17
00c2df5772
Merged species Type1/Type2 into Types, did the same for Pokemon and Battler
2021-11-22 23:55:28 +00:00
Maruno17
a5f91f62ea
Made map names be added to map_metadata.txt when writing it if possible
2021-11-21 23:11:19 +00:00
Maruno17
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
2021-11-21 22:24:58 +00:00
Maruno17
c8b574ed7c
Made Player Transfer event command not cancel surfing/diving, so pbTransferSurfing and pbTransferUnderwater are deprecated.
2021-11-21 19:10:16 +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
048a18b415
Refactored ability/item/ball battle handlers, added "UltraBeast" species flag for Beast Ball
2021-11-18 22:52:19 +00:00
Maruno17
8307222009
Fix to previous commit
2021-11-17 21:54:02 +00:00
Maruno17
7ec8f30f0e
Some battle method refactoring, fixed typo
2021-11-17 20:40:19 +00:00
Maruno17
1c4819e5f0
Renamed all battle-related classes and modules
2021-11-16 23:05:16 +00:00
Maruno17
6dacd6a139
Actual fix for berry plant harvesting crash
2021-11-15 22:34:02 +00:00
Maruno17
06493fecbb
Removed more RMVX compatibility
2021-11-15 21:31:52 +00:00
Maruno17
99b6d86962
Berry plant bug fix from previous commit
2021-11-15 14:00:41 +00:00
Maruno17
f00553c1eb
Bug fixes from previous commits
2021-11-15 08:38:39 +00:00
Maruno17
9657eca3d7
Fixed panoramas/fogs/other AnimatedPlanes not animating properly
2021-11-14 16:40:55 +00:00
Maruno17
a7f71e9620
Fixed bug in previous commits, fixed Frontier/Bug Contest battles not counting towards battle counts stats
2021-11-14 01:45:14 +00:00
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
15babcf835
Refining event evolution mechanics
2021-11-07 21:20:47 +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
ae7721316f
Re-added a way to erase (or change) a map's tiles
2021-11-03 22:40:02 +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
5ad9f60d61
Added plugin meta.txt property "Essentials", which lists versions of Essentials the plugin is compatible with
2021-11-02 20:46:32 +00:00
Maruno17
cff6edac5b
Fixed some bugs from recent commits
2021-11-02 18:37:48 +00:00
Maruno17
e8170a267c
Fixed Exp Candies only raising happiness for one item if multiple are used at once
2021-10-31 20:54:53 +00:00
Maruno17
0ec67f78fa
Added affection effects
2021-10-31 20:43:16 +00:00
Maruno17
ee16c22388
Added Hidden Power tutor compatibility to Gen 8 PBS files
2021-10-31 15:30:56 +00:00
Maruno17
67fc59ad4e
Fixed typo from previous commit
2021-10-30 23:27:46 +01:00
Maruno17
308937a9f4
Refactored Day Care code
2021-10-30 21:56:34 +01:00
Maruno17
899d037255
Added pokemon.txt/pokemon_forms.txt property "Offspring" for species that could be produced by breeding
2021-10-29 20:34:50 +01:00
Maruno17
0c3ec24936
Fixed typo in previous commit
2021-10-27 23:54:04 +01:00
Maruno17
f3abcb7caf
Obsoleted battle methods that yield battlers in favour of ones that return all of them at once
2021-10-27 22:45:34 +01:00
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