Maruno17
4c35a7ecfe
Fixed up text positioning and window sizes, fixed crash when choosing how many items to toss from the Bag
2021-03-07 23:08:05 +00:00
Maruno17
8b0796588f
Altered encounter chance calculation to be closer to Gen 3 (inc. Rock Smash), Pokémon's ball bug fix
2021-03-01 23:28:43 +00:00
Maruno17
a112a21a87
Renamed ABC inputs
2021-02-27 22:02:46 +00:00
Joni Savolainen
4e43a06f1b
Remove unnecessary utilities ( #99 )
...
- Comparable.clamp is already defined
- Boolean class does not exist
- String#start_with? already exists
- String#end_with? already exists
- String#bytesize already exists
- String#capitalize already exists
- Integer#digits already exists
- Array#first and Array#last already exist
- Array#shuffle already exists
Ruby's own Integer#digits returns an array with the least significant digit as the first array element. That means that the method's only usage has to be appended with a call to Array#reverse.
2021-02-26 19:38:27 +00:00
Maruno17
87285a2a1f
Added class GameData::Target
2021-02-24 21:05:04 +00:00
Maruno17
6a8e4fcfa5
Added class GameData::Status
2021-02-15 23:20:51 +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
4098b1cd11
Split PokeBattle_Trainer into PlayerTrainer and NPCTrainer
2021-01-24 17:55:39 +00:00
Maruno17
7de034957b
More revamping and rearranging
2021-01-23 20:44:07 +00:00
Maruno17
f72ce06654
Created setting MAX_PARTY_SIZE, fixed some bugs
2021-01-11 22:44:01 +00:00
Maruno17
ad21fc92cb
Created and implemented GameData::Species
2020-12-24 21:25:16 +00:00
Maruno17
1ffeddc41c
Moved methods that return item/trainer graphics, refactored evolution helper methods, rearranged some methods
2020-12-13 19:40:17 +00:00
Maruno17
bc13517cb7
Created and implemented GameData::Type
2020-12-12 21:26:46 +00:00
Maruno17
c8790bafc9
Created and implemented GameData::TrainerType, fixed free text entry text mispositioning
2020-12-06 19:21:18 +00:00
Maruno17
01f451b398
Fixed battle graphics being incorrectly positioned, fixed mispositioned number choice window text
2020-11-27 21:14:38 +00:00
Maruno17
eb22e49d9b
Deleted rubyscreen.dll, eradicated semicolons from when... statements, compiling is now before setting up the system, appeased vocal dissenters
2020-11-26 21:10:45 +00:00
Maruno17
3cd8d59918
Implemented GameData::Move
2020-11-19 21:00:29 +00:00
Maruno17
d7e9f6db67
Merge branch 'master' into refactor
2020-11-09 19:17:24 +00:00
Maruno17
1955d3698e
Implemented usage of GameData::Item
2020-11-08 22:45:59 +00:00
Derxwna Kapsyla
70163f2d72
Fix: EXP Full ding using wrong sound file ( #50 )
...
Small typo in the Essentials vanilla code that makes the EXP Full sound not play when the EXP bar fills up
2020-10-26 17:41:20 +00:00
Maruno17
7e627453da
Moved item data constants into module ItemData
2020-10-17 00:56:30 +01:00
Maruno17
c30e302ccf
Moved move data constants into module MoveData
2020-10-17 00:29:58 +01:00
Joni Savolainen
1b7ec64d98
Rename MAX_POKEMON_NAME_SIZE to MAX_NAME_SIZE
...
in Pokemon
2020-09-20 21:25:39 +03:00
jonisavo
c73906170a
Rename PokeBattle_Pokemon to Pokemon
...
Deprecate PokeBattle_Pokemon and pbNewPkmn
2020-09-20 20:55:51 +03:00
Maruno17
e5139b4d57
Pokémon cry when fainting now has a lower pitch
2020-09-12 01:18:12 +01:00
Maruno17
aaf5949c13
Removed unnecessary text drawing in Options screen, misc tweaks
2020-09-09 23:03:27 +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
jonisavo
afd7b090b9
Use PokeBattle_Battler#isSpecies? instead of isConst?
2020-09-06 08:41:27 +03:00
Maruno17
5073f86190
Rearranged some script files
2020-09-05 22:34:32 +01:00