Maruno17
cef2beb063
Fixed Natural Gift always being Normal-type
2021-04-17 20:21:46 +01:00
Maruno17
4489cde044
Fixed animations played by an event command being mispositioned, fixed Geomancy, removed $PokemonGlobal.playerID, tweaked player/bag object creation, overrode type effectiveness for Shadow moves, bug fixes
2021-04-17 19:32:54 +01:00
Maruno17
4bc744e3fb
Fixed some minor bugs from previous commits
2021-04-14 22:56:12 +01:00
Maruno17
9f70b29795
Moved some global metadata values to class Player, added battle points property
2021-04-12 20:31:15 +01:00
Maruno17
e49ddde198
Renamed class PlayerTrainer to class Player, implemented class Player#Pokedex
2021-04-11 20:45:44 +01:00
Maruno17
8d76ff2e89
Properly removed script file
2021-04-05 00:07:28 +01:00
Maruno17
f541a13c9b
More renaming and rearranging, fixed typo from earlier commit, tweaked splash and title screen code
2021-04-05 00:04:18 +01:00
Maruno17
5b0960337a
Updated to mkxp-z v2.1.1, renamed and rearranged some script files
2021-04-04 16:24:46 +01:00
Maruno17
3ca08f27b8
Changed functionality of running key, added compatibility with old Mystery Gifts
2021-03-07 19:16:05 +00:00
Joni Savolainen
47b164f0ab
Module#deprecated_method_alias ( #101 )
...
* Add Module#deprecated_method_alias
* Use deprecated_method_alias in 010_Pokemon_Deprecated.rb
* Use deprecated_method_alias on the rest of Pokemon methods
Also, use deprecate_constant on MAX_POKEMON_NAME_SIZE
* Use deprecated_method_alias on PlayerTrainer methods
* Ensure aliased method exists in deprecated_method_alias
2021-03-02 20:16:22 +00:00
Maruno17
ec742ac5f2
Added more save data conversions
2021-03-01 19:12:32 +00:00
Maruno17
57b3fe1b09
Tidied, fixed some bugs
2021-02-28 23:58:53 +00:00
Joni Savolainen
9c2b6e943b
Save data rewrite & Game module ( #91 )
2021-02-28 21:26:16 +00:00
Maruno17
eda534f3be
Added class GameData::GrowthRate
2021-02-23 22:20:34 +00:00
Joni Savolainen
c16311326c
Fix a crash in PokeBattle_Trainer.copy ( #95 )
2021-02-20 15:51:12 +00:00
Maruno17
e9ed260277
Some bug fixes
2021-02-03 20:33:46 +00:00
Maruno17
66494b0044
Refactoring, documenting deprecated methods
2021-02-01 22:53:03 +00:00
Maruno17
1209b804e9
Moved all settings into module Settings
2021-02-01 21:03:58 +00:00
Maruno17
9fe14395c0
Implemented GameData::Nature, improved registration of GameData entries
2021-01-31 22:43:51 +00:00
Maruno17
4098b1cd11
Split PokeBattle_Trainer into PlayerTrainer and NPCTrainer
2021-01-24 17:55:39 +00:00
Maruno17
8a89ef1220
Revamped classes Pokemon, PBMove and PokemonMail
2021-01-21 23:04:51 +00:00
Maruno17
4dd3a1a2c5
Implemented class GameData::Trainer
2021-01-17 00:22:49 +00:00
Maruno17
2ab552ad3c
Added method $Trainer.party_full?
2021-01-11 23:41:35 +00:00
Maruno17
2586c09c3c
Refactoring and tidying
2021-01-11 19:30:45 +00:00
Maruno17
ad21fc92cb
Created and implemented GameData::Species
2020-12-24 21:25:16 +00:00
Maruno17
c8790bafc9
Created and implemented GameData::TrainerType, fixed free text entry text mispositioning
2020-12-06 19:21:18 +00:00
Maruno17
017cdb8d0f
Merge branch 'master' into dev
2020-11-25 22:07:17 +00:00
Maruno17
e2dcba2169
Bug fixes: invisible timer, bad poison icon looking like normal poison, errant message when sending in a random replacement, incorrect seen/owned numbers, battle PP restoration item crash
2020-11-25 19:15:49 +00:00
Maruno17
3cd8d59918
Implemented GameData::Move
2020-11-19 21:00:29 +00:00
Maruno17
1955d3698e
Implemented usage of GameData::Item
2020-11-08 22:45:59 +00:00
Maruno17
2b4f1e1aba
Moved trainer data constants into module TrainerData
2020-10-17 00:45:39 +01:00
Joni Savolainen
7257c7479f
Replace all usage of pbNewPkmn with Pokemon.new
2020-09-20 21:34:06 +03:00
jonisavo
c73906170a
Rename PokeBattle_Pokemon to Pokemon
...
Deprecate PokeBattle_Pokemon and pbNewPkmn
2020-09-20 20:55:51 +03: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
681a8331ab
Resolved many Rubocop warnings
2020-09-06 17:31:12 +01:00
Maruno17
5073f86190
Rearranged some script files
2020-09-05 22:34:32 +01:00