Maruno17
7e4ef4247b
Merge branch 'dev' into ai
2023-02-10 21:20:28 +00:00
Maruno17
becce85550
Removed deprecated code, renamed "base_damage"/"baseDamage"/"baseDmg" to "power"
2023-02-10 21:18:10 +00:00
Maruno17
3f5c1f0974
Merge branch 'dev' into ai
2023-02-05 19:10:25 +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
a22f75f500
Merge branch 'dev' into ai
2023-01-08 21:56:33 +00:00
Maruno17
632b0f8b4b
Overhauled text translations
2023-01-08 17:11:38 +00:00
Maruno17
05b954e262
Merge branch 'dev' into ai
2022-12-31 17:28:56 +00:00
Maruno17
3fe324d0da
Generalised a species' types to allow any number of types
2022-12-31 17:24:33 +00:00
Maruno17
3e73d1c1f9
Merge branch 'dev' into ai
2022-11-05 20:42:12 +00:00
Maruno17
bbe654028c
Revised changes in previous commit about Pokémon generation for non-standard battles
2022-11-05 19:29:06 +00:00
Maruno17
4f42eca3ee
Fixed Safari/Bug Contest/roaming battles generating Pokémon while ignoring that Pokémon's defined form
2022-11-05 18:08:04 +00:00
Maruno17
9695094b02
Merge branch 'dev' into ai
2022-10-04 22:56:27 +01:00
Maruno17
1ccbafb499
Rewrote the random dungeon generator code
2022-10-01 18:06:15 +01:00
Maruno17
eecb7a1453
Added script to make two random AI trainers battle, tweaked battle messages when logged, fixed typos
2022-09-06 22:57:51 +01:00
Maruno17
6542d505a6
The player now dismounts the Bicycle after various map transfers
2022-08-07 16:07:37 +01:00
Maruno17
cca414a826
Bug Contest maps can now be defined using a map metadata flag
2022-08-07 15:00:40 +01:00
Maruno17
49c916e1bb
Added support for the Bug Catching Contest taking place over multiple maps
2022-06-08 23:13:01 +01:00
FL
22018012c7
Fix challenge min length ( #180 )
...
* Fix challenge min length
Challenge min length wasn't working when combined with PokemonRule/TeamRule.
2022-05-29 19:18:38 +01:00
Maruno17
e12b6fde1d
NPC trainers' end of battle text is now read directly from the trainer object rather than extracted to an array
2022-05-17 22:28:29 +01:00
Maruno17
cf338b3a6a
Fixed bug in previous commit
2022-05-15 20:35:26 +01:00
Maruno17
22f0c8627a
Refactored battle-starting methods into WildBattle.start and TrainerBattle.start, etc.
2022-05-15 20:28:06 +01:00
Maruno17
f68e699cc9
More Rubocop changes
2022-02-13 00:57:54 +00:00
Maruno17
4cf13f2942
Created module MenuHandlers for the contents of various menus
2021-12-31 17:45:07 +00:00
Maruno17
7da449aec3
Merged Events and EncounterModifier into module EventHandlers
2021-12-30 18:59:35 +00:00
Maruno17
fb29f19a28
Fixed various bugs found when generating Battle Frontier challenge lists
2021-12-29 14:37:41 +00:00
Maruno17
a7e8005f53
Fixed another typo
2021-12-29 13:17:27 +00:00
Maruno17
3d37733d1a
Fixed bad uses of .sample
2021-12-29 12:21:19 +00:00
Maruno17
132a16950d
Yet more Rubocopping
2021-12-23 00:27:17 +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
5dc64f1709
Minor refactoring to kill various Rubocop warnings
2021-12-17 20:29:47 +00:00
Maruno17
241851a75b
Fixed crash when using upgradeRibbon, fixed crash when trading Pokémon, fixed crash when trying to play Triple Triad, fixed crash when generating Battle Frontier data
2021-12-11 13:25:23 +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
1c4819e5f0
Renamed all battle-related classes and modules
2021-11-16 23:05:16 +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
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
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
c670c63bf5
Renamed all move function codes
2021-09-06 20:56:37 +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
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
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