Golisopod-User
ff465a78a6
More bugfixes (and one Gen 8 addition) ( #155 )
...
* Added comment indicating unused method pbRefreshSceneMap
* Removed superfluous ending of Beak Blast's effect
* Fixed crash when playing an animation in the animation player
* Added SwSh Terrain effects
2022-01-11 21:36:01 +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
Golisopod-User
13cc9790ce
Minor new additions for v20 ( #147 )
...
* Moved TMs/ TRs and HMs into their own handlers
* Improved Plugin Error Message
* Added sound effect when picking berries
* Allow player to always see quantity when buying items
* Trainers now require a Mega Ring item in their items (in trainers.txt) to Mega Evolve
2021-12-29 18:36:26 +00:00
Maruno17
6339f5a577
Fixed typo in random dungeon code
2021-12-29 11:46:57 +00:00
Maruno17
aa643a6049
More Rubocop
2021-12-27 00:26:45 +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
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
b5ee1b211d
Replaced get_character(0) with get_self
2021-12-15 22:10:53 +00:00
Maruno17
3da8b563da
Changing encounter_version now updates the encounter tables immediately, title screen now plays properly if there are no splashes, compiling is now forced if any dat files are missing, other tweaks
2021-12-12 23:10:01 +00:00
Maruno17
85bf1a334c
Fixed evolution-related code causing errors in Battle Frontier battles
2021-12-11 16:05:45 +00:00
Maruno17
b9d69b780b
Fixed bugs relating to followers from previous commit, fixed error in Safari Battles from previous commit
2021-12-11 01:44:44 +00:00
Maruno17
c55f1f0a2a
Follower checks when using some items/moves in the field are now more specific, which should help following Pokémon scripts
2021-12-09 23:30:52 +00:00
Maruno17
6b841b78d3
Added egg move sharing in Day Care, added some Settings for Day Care/Nursery mechanics, Neutralizing Gas now triggers held items if it negates Unnerve, Imposter now only triggers when the Pokémon enters battle
2021-12-07 22:48:15 +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
d93d73caa8
Wrote a generalised data property editor that deals with a list of things from a GameData module, allowed the WildItem properties for species to contain multiple items each
2021-11-21 22:24:58 +00:00
Maruno17
c8b574ed7c
Made Player Transfer event command not cancel surfing/diving, so pbTransferSurfing and pbTransferUnderwater are deprecated.
2021-11-21 19:10:16 +00:00
Maruno17
ddb95a8bb6
Added underscore to berry plant charsets, added Debug menu function that will rename these files (including in map data)
2021-11-21 18:45:13 +00:00
Maruno17
1c4819e5f0
Renamed all battle-related classes and modules
2021-11-16 23:05:16 +00:00
Maruno17
6dacd6a139
Actual fix for berry plant harvesting crash
2021-11-15 22:34:02 +00:00
Maruno17
99b6d86962
Berry plant bug fix from previous commit
2021-11-15 14:00:41 +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
34ab0b8afe
Added evolution method for Galarian Yamask, minor refactoring in battle code, a Pokémon's ability no longer needs resetting when changing its ability_index
2021-11-07 18:05:32 +00:00
Maruno17
ae7721316f
Re-added a way to erase (or change) a map's tiles
2021-11-03 22:40:02 +00:00
Maruno17
cff6edac5b
Fixed some bugs from recent commits
2021-11-02 18:37:48 +00:00
Maruno17
67fc59ad4e
Fixed typo from previous commit
2021-10-30 23:27:46 +01:00
Maruno17
308937a9f4
Refactored Day Care code
2021-10-30 21:56:34 +01:00
Maruno17
6c38f769c7
Moved initial money/storage creator's name from Settings to metadata.txt, added initial item storage contents property to global metadata, added Home property to player metadata
2021-10-25 23:07:58 +01:00
Maruno17
ca680c9feb
Merged class PokemonTemp into class Game_Temp
2021-10-21 22:01:59 +01:00
Maruno17
5e51f702b3
Renamed some more global variables
2021-10-20 23:13:30 +01:00
Maruno17
e49cd8d498
Renamed $Trainer to $player
2021-10-20 22:57:43 +01:00
Maruno17
e7522321ad
Fixed up code added by previous commit, improved scene closings when using Fly
2021-10-19 22:18:55 +01:00
Golisopod-User
e4e8e60d28
Added Flying from Town Map ( #129 )
...
* Added ability to fly from Town Map
* Refactored UI_RegionMap code
2021-10-19 20:03:22 +01:00
Maruno17
36ff7c4ba3
Renamed variables and methods relating to the Bag, renamed $PokemonBag to $Bag, $bag.has? can now check for a minimum quantity
2021-10-17 23:02:58 +01:00
Maruno17
56c9b69c44
Added "Name" property to map_metadata.txt, fixed map names not being translated in some cases, fixed minor things from a previous commit
2021-10-13 22:55:29 +01:00
Maruno17
0aad105c6d
Made multiple special battle animations easier to register
2021-10-10 17:47:08 +01:00
Maruno17
c7858de42a
Refactored berry plant code, added missing berry plant PBS data and charsets, fixed berry sparkles sometimes showing on the wrong map
2021-10-03 20:19:28 +01:00
Maruno17
af23f1ecc4
Removed old map renderer, tidied up
2021-10-02 23:54:06 +01:00
Maruno17
f35a51f975
Rewrote and refactored follower code, fixed follower glitchiness actoss connected maps, fixed follower glitchiness around bridges
2021-10-02 22:57:54 +01:00
Maruno17
096f13f451
The player's charset now only changes itself at the start of a step or the start of not moving. Added potential for running/jumping/stationary speeds/charsets for surfing/diving/cycling. Tweaked fishing animation.
2021-09-22 22:57:06 +01:00
Maruno17
694e567f3d
Fixed overworld weather moving relative to the screen rather than the map
2021-09-20 23:25:12 +01:00