Commit Graph

12 Commits

Author SHA1 Message Date
Alexander Pahn
7c48148d35 Implemented Battle Debug Menu (#130)
* initial commit to setup game.ini
* renamed title of masters Game.ini
* reenabled gitignore for Game.ini
* Between Commit
* Finished Battle Debug Menu
* Clean up for pull request
* Manual fixes
* Fixed oversight where numerical min/max wasm't considered
2021-11-24 19:24:13 +00:00
aprogergely
84b1512c9b typo (#121)
the ! should always be in front of the word, not after it
2021-06-27 17:37:23 +01:00
Maruno17
8384adeb22 Ball property in trainers.txt can now be a Poké Ball item's ID, fixed move-learning saying "already knows four moves" regardless of the value of Pokemon::MAX_MOVES 2021-05-13 21:50:36 +01:00
Maruno17
05d3627015 Fixed event movement checks ignoring ledges if they're not on the top layer, fixed Sketch not working, fixed a couple of other minor bugs, Rubocop-suggested tweaks 2021-05-09 16:48:47 +01:00
Maruno17
c5cc1eadac Fixed not being able to detect a Pokémon being a Mega Evolution, fixed inadequate checking if a Mega Stone is unlosable 2021-05-03 18:58:02 +01:00
Maruno17
474281712b Made more use of nil_or_empty?, fixed incorrect default species body shape, fixed Illusion, fixed potential foreign Pokémon with blank names 2021-05-03 17:34:19 +01:00
Golisopod-User
90c18ecc79 Bugfixes (#104)
* Bugfixes

Fixed pbLearnMove not asking you to replace a move if you have the max amount of moves
Removed instance of hasOwned

Co-authored-by: Maruno17 <serialcolour@hotmail.com>
2021-05-01 17:40:05 +01:00
Maruno17
70b9f65558 Added Battle Points message window (\pt), fixed occasional wrong form when viewing Pokédex of newly caught species, other tweaks 2021-04-21 18:45:44 +01:00
Maruno17
2ca8a42949 Yet more script rearranging 2021-04-17 23:45:42 +01:00
Maruno17
5073f86190 Rearranged some script files 2020-09-05 22:34:32 +01:00
m3rein
240af4e5e7 Removed all excess whitespace and standardized line endings. 2020-09-05 21:23:16 +02:00
Maruno17
ba94119d02 Initial commit 2020-09-04 22:00:59 +01:00