Maruno17
9ad45d6b07
Fixed bug caused by strikethrough/underline change, fixed fixed damage moves showing effectiveness messages
2022-10-16 15:52:02 +01:00
Maruno17
88dc215417
Bug fixes: interacting with a follower in the same tile as the player; underline/strikethrough line mispositionings and added shadows to those lines; Toxic/Flame Orb replacing existing status problems; grown berry plants looking like sprouts; pbShowCommandsWithHelp not deactivating message windows it creates
2022-10-02 14:59:59 +01:00
Maruno17
ae91811537
Created folder Graphics/UI, renamed some UI graphics
2022-08-14 01:07:06 +01:00
Maruno17
b1cde2db42
Refactored some code relating to colours, trivially simplified some calculations
2022-08-13 23:59:24 +01:00
Maruno17
b50ce948f6
Fixed battle rule "forceCatchIntoParty" being circumventable, fixed wrong message when sending a party Pokémon to storage and replacing it with a caught Pokémon
2022-07-07 20:42:23 +01:00
Golisopod-User
ad93eb7774
Removed all uses of SpriteWrapper ( #184 )
2022-06-19 17:47:23 +01:00
Keyacom
07d7403fbf
Minor regex fix ( #178 )
...
/[Cc]/ takes up 2 more chars than /c/i.
2022-05-13 21:39:12 +01:00
Maruno17
144ad91bc1
Fixed icons in messages being misaligned
2022-04-18 21:16:46 +01:00
Maruno17
19e50bd507
Updated Power Green fonts, repositioned all text accordingly
2022-02-20 23:29:09 +00:00
Maruno17
f68e699cc9
More Rubocop changes
2022-02-13 00:57:54 +00:00
Golisopod-User
617f685694
Bugfixes ( #170 )
...
* Fixed crash when setting Fogs or Panoramas to none
* Generalised the initial setting of stat stages for battlers
* Fixed fishing animation looking weird (especially when surfing)
2022-01-29 19:06:21 +00:00
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
6d23d0101a
Added descriptions for Options screen options, tweaked appearance of Options screen, fixed SpriteWindow#back_opacity not applying to all parts of the window graphic
2022-01-03 19:54:31 +00:00
Maruno17
aa643a6049
More Rubocop
2021-12-27 00:26:45 +00:00
Maruno17
132a16950d
Yet more Rubocopping
2021-12-23 00:27:17 +00:00
Maruno17
514fe13ca2
More additions to .rubocop.yml, minor code tweaks
2021-12-22 21:01:37 +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
06493fecbb
Removed more RMVX compatibility
2021-11-15 21:31:52 +00:00
Maruno17
9657eca3d7
Fixed panoramas/fogs/other AnimatedPlanes not animating properly
2021-11-14 16:40:55 +00: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
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
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
f768df4696
Added settings that enable disobedience check, swapped alternate movement speed key with pause menu key, fixed pbEventCommentInput not working, fixed issue with animating Exp bar upon hitting the max level
2021-08-15 18:27:37 +01:00
Maruno17
c8b1b6251b
Fix for Pokémon editor deleting a moveset move when "changing" which move it is to the same move, fixed typo in def addBackgroundOrColoredPlane.
2021-07-28 18:42:32 +01:00
Maruno17
be61441755
Playing ME is stopped if a battle is skipped, fixed bug in Encounters Editor, sprite renamer now recognises 4+ digit ID numbers
2021-05-18 20:01:01 +01:00
Maruno17
8e64bcc11b
Removed the player's ability to change the font
2021-05-16 14:32:20 +01:00
Maruno17
f303b84033
Made the Battle Factory work
2021-05-15 17:38:16 +01:00
Maruno17
ab3bb12d53
Updated mkxp-z to 2.2.0, added support for animated gifs
2021-05-09 20:51: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
326e2e7929
Shortened the default inspect message for everything, corrected the extension of GameData::Encounter
2021-05-09 01:52:55 +01:00
Maruno17
6efca2f9a8
Fixes for Battle Arena
2021-05-04 21:30:26 +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
Maruno17
8e2130ce57
Fixed bug in conversion of Bag contents, fixed mispositioning of text cursor in keyboard text entry, fixed not being able to move right in keyboard text entry, fixed mispositioning of icons in text, fixed events not being able to see at a distance
2021-04-27 22:10:06 +01:00
Maruno17
484813c592
Remapped JumpUp/JumpDown controls, replaced and/or/not, fixed typo in previous commit
2021-04-25 16:38:47 +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
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
9f70b29795
Moved some global metadata values to class Player, added battle points property
2021-04-12 20:31:15 +01:00
Maruno17
dcd0fe8b21
Rewrote perma-caching code, added another controls help page
2021-04-11 16:19:58 +01:00
Maruno17
c58164ef97
Permanently cached some graphics (player charsets, windowskins and related graphics)
2021-04-11 15:41:55 +01:00