Commit Graph
49 Commits
Author SHA1 Message Date
Maruno17 9fd8e5fab3 Updated Windows binary, added Linux/Mac binaries 2020-09-15 21:44:24 +01:00
Maruno17 765104bcef Merge remote-tracking branch 'origin/mkxp-z' into mkxp-z 2020-09-13 15:46:57 +01:00
Maruno17 6979fb056b Correction to unstoppable/ungainable ability methods 2020-09-12 22:11:19 +01:00
Maruno17 d4db99719b Grouped all ability blacklists together 2020-09-12 22:00:25 +01:00
Maruno17 0fc544adb8 Compiling data now names each file being compiled 2020-09-12 18:31:36 +01:00
Maruno17 6ac7aca902 Minor tweaks 2020-09-12 18:21:05 +01:00
Maruno17 e4436c0fa3 Changed Greninja's forms to add one with the Battle Bond ability 2020-09-12 16:35:56 +01:00
Maruno17 a756539651 Fixed party screen not animating while teaching a machine move 2020-09-12 01:39:31 +01:00
Maruno17 e5139b4d57 Pokémon cry when fainting now has a lower pitch 2020-09-12 01:18:12 +01:00
Maruno17 32ac1d995c Fixed party screen not animating while using Rare Candy, and party icons refreshing late after Rare Candy evolution 2020-09-12 01:13:05 +01:00
Maruno17 7f522cee43 Tidied up evolution code and added lots more evolution methods 2020-09-12 00:38:06 +01:00
Maruno17 928957533a Merge pull request #16 from Marin-MK/master
mkxp-z support
2020-09-11 15:42:02 +01:00
Maruno17 6f353ba813 Rewrote evolution methods to make them modular 2020-09-10 22:22:06 +01:00
Maruno17 aaf5949c13 Removed unnecessary text drawing in Options screen, misc tweaks 2020-09-09 23:03:27 +01:00
Maruno17 ebbc4a0ad8 Altered script file-reading code 2020-09-09 22:11:27 +01:00
Maruno17 891cc2791f Fixed not getting berry's effect at full HP or under Heal Block when using Bug Bite/Pluck 2020-09-09 21:37:37 +01:00
Maruno17 9c808d4c86 Removed being able to give an item to a Pokémon while in item storage 2020-09-09 20:50:53 +01:00
Maruno17 b43b8a907d Fixed error in PokeBattle_Battler#pbHasMoveType? 2020-09-09 20:37:08 +01:00
Maruno17 925c12c831 Corrected MapFactory#isPassable? 2020-09-09 20:30:43 +01:00
Maruno17 3e1c482c21 Fixed Pokémon forms resetting to 0 upon evolving 2020-09-09 10:52:10 +01:00
Maruno17 d5926810d2 Merge pull request #14 from jvpr94/master
Fix nickname reset in Pokebattle_pokemon
2020-09-08 20:08:01 +01:00
Maruno17 0236740ab6 Updated readme 2020-09-08 08:28:47 +01:00
Maruno17 9109578f63 Updated readme 2020-09-08 08:26:36 +01:00
Maruno17 9e37432b2d Added Game.exe to the repo 2020-09-08 08:15:18 +01:00
Maruno17 f82ed7f5dc Symbolised enums in module TrainersMetadata 2020-09-07 22:52:59 +01:00
Maruno17 e987c10472 Rearranged some code relating to data and its caching 2020-09-07 22:48:11 +01:00
Maruno17 7221e88be4 Removed double line breaks in combined scripts 2020-09-07 21:52:49 +01:00
Maruno17 2185cc7a5c Updates to script extracting/combining files 2020-09-07 21:42:44 +01:00
Maruno17 66671efcde Merge pull request #10 from jonisavo/additional-refactoring
Additional #isSpecies? and #hasItem? refactoring
2020-09-06 19:21:17 +01:00
Maruno17 f035200484 Fixing broken code 2020-09-06 19:10:25 +01:00
Maruno17 6252407160 Merge pull request #9 from jonisavo/pokemon-use-hasItem
Refactor PokeBattle_Pokemon#hasItem? and use it instead of Object.isConst?
2020-09-06 17:39:02 +01:00
Maruno17 a91d13adcb Merge branch 'master' of https://github.com/Maruno17/pokemon-essentials 2020-09-06 17:32:33 +01:00
Maruno17 681a8331ab Resolved many Rubocop warnings 2020-09-06 17:31:12 +01:00
Maruno17 7731893a1c Merge pull request #8 from jonisavo/pokemon-use-isSpecies
Check for Pokémon species with #isSpecies? instead of Object.isConst?
2020-09-06 12:42:48 +01:00
Maruno17 2bd3a6dd99 Merge pull request #5 from jonisavo/handlerhash-block
Allow HandlerHash#add to take a block
2020-09-06 12:32:34 +01:00
Maruno17 6c4670eaa3 Rubocop-inspired style tweaks 2020-09-06 01:10:02 +01:00
Maruno17 5073f86190 Rearranged some script files 2020-09-05 22:34:32 +01:00
Maruno17 5d3189174c Corrections to def pbGetCsvRecord 2020-09-05 21:57:42 +01:00
Maruno17 72638c7275 Merge pull request #7 from Marin-MK/master
Updated README vocabulary and fixed typo
2020-09-05 21:00:01 +01:00
Maruno17 09cf282e58 Merge pull request #6 from Marin-MK/master
Error message improvements
2020-09-05 20:26:23 +01:00
Maruno17 dffb5de19d Fixed typo in Simple Beam's code. 2020-09-05 17:19:07 +01:00
Maruno17 586c506ab6 Merge pull request #4 from Marin-MK/master
Add CC-BY-NC-SA License
2020-09-05 17:15:10 +01:00
Maruno17 17bbce7368 Updated readme 2020-09-05 17:12:20 +01:00
Maruno17 04ae64f026 Merge pull request #2 from Marin-MK/master
Bug Fixes
2020-09-05 16:25:10 +01:00
Maruno17 59aa22d3c7 Merge pull request #3 from HM100/patch-1
Fix Dancer working for all moves, not just dance moves
2020-09-05 15:39:05 +01:00
Maruno17 2b7f4a181e Merge pull request #1 from HM100/patch-1
Fix missing parameter in Fling's success check
2020-09-05 00:40:38 +01:00
Maruno17 78ce7eed95 Included temp files in .gitignore 2020-09-04 22:03:36 +01:00
Maruno17 87c7e06a9d Initial commit 2020-09-04 22:01:41 +01:00
Maruno17 ba94119d02 Initial commit 2020-09-04 22:00:59 +01:00