Maruno17
00d1e431b4
Some bug fixes, added PriorityChange item handler
2024-11-22 00:38:20 +00:00
Maruno17
509a414f37
More or less standardised separator comments in the code
2024-06-27 21:21:26 +01:00
Maruno17
8e9417c3b7
Snowstorm, forfeiting trainer battles, battle outcome values
2024-06-15 21:29:00 +01:00
Maruno17
22b33ca6c2
Coded some Gen 9 ability/item/move effects
2024-06-15 15:58:31 +01:00
Maruno17
5e23984765
Added Gen 9 forms code, evolution code, some item effects
2024-06-08 19:35:45 +01:00
Maruno17
b9bf3e8b83
Added message saving back to compiler, tweaked various messages, fixed typo of constant, fixed missing attr_reader
2023-04-15 20:29:47 +01:00
Maruno17
9d50b27aa0
Fixed some bad usage of sprintf, cleaned up some translatable messages
2023-04-02 00:52:12 +01:00
Maruno17
4749bd5201
Fixed Bug Bite/Pluck and Fling not enabling Belch/triggering Symbiosis when a berry is consumed
2023-02-05 18:59:30 +00:00
Maruno17
13aab8d911
Lots of rubocop
2023-01-28 15:21:12 +00:00
Maruno17
b0b6e675c3
Fixed previous commit always causing recompiling if shadow_pokemon.dat doesn't exist, also rubocopping
2023-01-23 22:27:04 +00:00
Maruno17
9eb90b784e
addIf now need an identifier symbol, fixed clas between using Future Sight and being locked into a move, fixed IV inheritance
2022-10-16 22:53:41 +01:00
Maruno17
c79b970d6b
Fixed error when shifting Pokémon at the end of a battle round, fixed Giratina's form code crashing if the current map doesn't have metadata, fixed item sell prices being halved twice
2022-08-13 16:29:48 +01:00
Maruno17
6a046ff755
Fixed Xerneas/Zacian/Zamazenta not being their alternate form throughout battle
2022-05-29 18:13:08 +01:00
Maruno17
f68e699cc9
More Rubocop changes
2022-02-13 00:57:54 +00:00
Golisopod-User
b980d8505c
Tiny Bugfixes ( #161 )
...
* Removed extra confirm sfx in mart screen
* Fixed Calyrex keeping its form exclusive moves
* Fixed some methods being aliased multiple times upon soft resetting
2022-01-20 22:02:22 +00:00
Maruno17
2a34904baa
Fixed form changing being able to leave a Pokémon knowing the same move twice
2022-01-02 21:19:13 +00:00
Maruno17
35126dfb6b
Fixed regional form-exclusive species producing eggs of the wrong species, fixed eggs not being the appropriate form based on the region they were made in
2021-12-23 18:20:43 +00:00
Maruno17
132a16950d
Yet more Rubocopping
2021-12-23 00:27:17 +00:00
Maruno17
6b3fa5e1bf
Made Giratina's form use a map_metadata flag "DistortionWorld" instead of a hardcoded array of map numbers
2021-12-21 19:12:19 +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
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
5dc64f1709
Minor refactoring to kill various Rubocop warnings
2021-12-17 20:29:47 +00:00
Maruno17
1c4819e5f0
Renamed all battle-related classes and modules
2021-11-16 23:05:16 +00:00
Maruno17
e49cd8d498
Renamed $Trainer to $player
2021-10-20 22:57:43 +01:00
Maruno17
3a3b44574f
Various bug fixes
2021-10-20 13:53:39 +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
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
Maruno17
2112cdba37
Added effects of Mimicry/Room Service/Catching Charm, tweaked Sinistea's form chances, fixed bug in Fling about TRs.
2021-08-14 19:07:57 +01:00
Maruno17
14748f4999
Added some more Gen 8 item effects, added Intimidate being blocked by some abilities, fixed Nectars being usable on fainted Oricorio
2021-07-17 20:48:06 +01:00
Maruno17
d5aeeaca7b
Added code for Gen 8 alternate forms
2021-07-08 23:04:21 +01:00
Maruno17
ba6806aa5b
Added Gen 8 PBS files
2021-07-08 21:19:45 +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
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
852c924ed6
Fixed certain species not learning moves upon changing form like they should
2021-05-09 17:09:12 +01:00
Maruno17
f10fe5c491
Minor fixes for previous commit
2021-04-17 23:56:51 +01:00