FRLG-Plus icon indicating copy to clipboard operation
FRLG-Plus copied to clipboard

[Draft] QoL patch v1

Open anzz1 opened this issue 2 years ago • 19 comments

QoL Patch v1

This PR is a collection of various QoL additions and fixes.
I think I understand your design philosophy in this mod and tried to include only patches which fit the current design.

Everything is configurable by either key settings or compiler flags (with the exception of Espeon&Umbreon PC info entries).
Save and link compatibility is preserved.

It's a collective effort, so special thanks to everyone involved in the patches.

KEY SETTINGS

  • Allow Mons to evolve with rare candy and continue to gain EVs on lvl 100 (credits: 00mn00, AsparagusEduardo)
  • Allow replacing HM moves
  • Overworld poison damage: STANDARD / 1HP / DISABLED (credits: bugdorderoms, daniilS)
  • Disable flashbacks when loading a saved game (credits: bugdorderoms, Sierra)
  • Show ability popups at the beginning of battle in single-player (credits: 00mn00, bugdorderoms, DizzyEgg, CFRU, BlackUser)
  • Disable player/enemy/both using heal items in battle (credits: 00mn00)
  • Level Cap setting (credits: 00mn00)

BATTLE SCENE OPTIONS

  • Disable pokeball throw animation

COMPILER FLAGS

  • PICHU learns VOLT TACKLE if either parent is holding a LIGHT BALL (credits: bugdorderoms)
  • 1/16 chance of SHUCKLE making BERRY JUICE at end of battle if holding an ORAN BERRY (credits: 00mn00, bugdorderoms, AsparagusEduardo)
  • Show move types and categories as icons in battle (credits: 00mn00, Snaid1)
  • Expose type of WEATHER BALL and NATURE POWER in battle (credits: 00mn00, itskobold)
  • Celadon Game Corner Easter Egg
  • Better player reflection in overworld (credits: 00mn00, ghoulslash)
  • Better animation for opponent throwing a pokeball (credits: 00mn00, GhoulMage)
  • Skip intro copyright screen by pressing A/B/START (credits: 00mn00, devolov)
  • Show item description on first obtain (credits: 00mn00, bugdorderoms, BlackUser)
  • Allow choosing a Mon which is already out in battle (credits: 00mn00, devolov)
  • Move held items between Mons in party (credits: 00mn00, AsparagusEduardo, Deokishisu)
  • Show which Mons in party can learn selected TM (credits: 00mn00, Greenphx9)
  • ALTERING CAVE alters

NEW FEATURES

  • ESPEON & UMBREON visible in BILL'S PC (credits: 00mn00, aerial-light)
  • Fix broken bag arrows (credits: 00mn00) https://github.com/Deokishisu/FRLG-Plus/issues/25
  • Fix not being able to gain EV when experience modifier is 0x https://github.com/Deokishisu/FRLG-Plus/issues/23
  • Reset Key Settings option
  • Fix Snow in Overworld (credits: daniilS, LOuroboros)
  • Make TM44 (Rest) unmissable, add it to Celadon Dept. Store as the other TM31 (Brick Break) from S.S. Anne is already there
  • Fix the Yes/No dialog stuck and not clearing after choosing to not nickname a caught mon (FR/LG original bug)
  • Ask whether to take held item before transferring caught/gifted Mon to PC (credits: 00mn00, citrusbolt) https://github.com/Deokishisu/FRLG-Plus/issues/14
  • Unique sprites for Five Island Rocket Warehouse Admins (credits: CrystalDust Team)
  • Fix Ghost Marowak sprite (credits: 00mn00) https://github.com/Deokishisu/FRLG-Plus/issues/24

The code has been tidied up and bugs should be pretty much scrubbed, but further testing is still needed. PR is marked as draft until testing is done.

Tested:

  • [ ] Max Lvl Evolve & EV Gain
  • [x] Forget HM Moves
  • [x] Overworld Poison Damage
  • [x] Disable Flashbacks
  • [x] Show Abilities
  • [x] Disable pokeball animation
  • [x] Take Held Item
  • [x] Volt Tackle by breeding
  • [ ] Shuckle makes Berry Juice
  • [x] Move type & category icons
  • [x] Expose Weather Ball & Nature Power
  • [x] Game Corner Easter Egg
  • [x] Better player reflection
  • [x] Opponent pokeball animation [x] Single [x] Dual
  • [x] Skip Intro button
  • [x] Show Item description on 1st obtain
  • [x] Allow choosing current Mon
  • [x] Move Held Items
  • [x] TM Case Mon Sprites
  • [x] Espeon&Umbreon visible in Bill's PC
  • [x] Altering Cave alters
  • [x] No Item Heals
  • [x] Level Cap
  • [x] Admin Sprites

TODO:

  • [ ] Fix https://github.com/Deokishisu/FRLG-Plus/issues/12
  • [ ] Fix description text for volt tackle pichu egg

Suggestions and feedback welcome !

get patch | web

anzz1 avatar Feb 21 '23 12:02 anzz1

I also "made" this web patcher to make patching easier for people who cannot compile themselves. I think it promotes inclusivity to improve accessibility. Any thoughts?

anzz1 avatar Feb 23 '23 06:02 anzz1

Hey sorry to bother you i wasn't sure how to reach out to you.

Would it be possible to give the rival battle and team rocket their own themes?

If you don't think it really fits in the scope of the additions you want to add could you show me how to do it? If yes do you have a discord account i can message you on.

I also had a small suggestion or two to throw your way let me know if you have any other way I can reach out to communicate with you more easily.

If I can help out at all I'd be more than glad to provide any assistance I can as well.

Also fantastic job on the web patcher.

Zelly9191 avatar Feb 24 '23 20:02 Zelly9191

Additionally, I've discovered several TMs are permanently missable on the SS Anne since TMs last forever. Unless there is another way to get them, in which case you would be able to get multiple of one TM which would be just as bad. (I assume)

Zelly9191 avatar Feb 25 '23 05:02 Zelly9191

Altering the graphics is indeed outside the scope of this project but the beauty of open-source is that you can tinker and create your own modifications as your heart desires.

The pokeemerald wiki is a great resource to get started on modifications. All the Gen3 games (Emerald/Ruby/Sapphire/FireRed/LeafGreen) share much of the codebase and use the same engine so much of the information there regarding Emerald can be applied almost directly to FRLG.


Additionally, I've discovered several TMs are permanently missable on the SS Anne since TMs last forever.

This is not a part of the mod, it's the original design and they are one of the few permanently missable items in the series. The game usually does not lock you out from backtracking and lets you retrieve anything you missed later on, but S.S. Anne is one of the exceptions to the rule.

Why they designed it this way, can only be speculated. There is a NPC dialogue where is said that the ship would be returning once a year, so maybe it was supposed to return but that the functionality ended up not making it into the final release. Or maybe not, who knows.

In any case, the author of this mod probably thought that the original design will be left as-is, and frankly, I agree. That being said, a returning S.S. Anne could be a great fun addition which wouldn't be detrimental to the overall design. So maybe it'd be a good idea?

edit: On further consideration since the TM44 (Rest) was the only missable non-consumable item in the whole game as the other S.S. Anne item TM31 (Brick Break) is not, I added the TM44 to the Celadon Dept. Store next to the TM31 which already was there.

anzz1 avatar Feb 25 '23 10:02 anzz1

Would it be possible to give the rival battle and team rocket their own themes?

I did this on my fork, in the "rsification" branch. Feel free to have a look and take what you want to use, no credit necessary.

00mn00 avatar Feb 28 '23 08:02 00mn00

Thanks 00mn00 I'll check it out.

Anzz1 perhaps adding them to the game corner might be the easiest method as it prevents getting them if you already have the tm. Alternatively, you could add them to the department store as it does the same I think. I know the game corner does though. This would allow people to still get the TM without changing the game design to much.

It would also mean that skipping it would come at a cost to the player.

(Sent you another discord dm btw)

Zelly9191 avatar Mar 01 '23 22:03 Zelly9191

I've been working on a couple of fixes for bugs that are in the base game, if I post the code will you look over it?

00mn00 avatar Mar 15 '23 11:03 00mn00

I've been working on a couple of fixes for bugs that are in the base game, if I post the code will you look over it?

Sure ! :+1:

anzz1 avatar Mar 15 '23 16:03 anzz1

I've been working on a couple of fixes for bugs that are in the base game, if I post the code will you look over it?

Sure ! 👍

https://github.com/00mn00/FRLG-Plus_Custom/commit/574d54ce40b703d646945f893772ca20d2421113

00mn00 avatar Mar 15 '23 16:03 00mn00

00mn00@574d54c

Cool, thanks ! I'll merge the changes to this qol fix ! :+1:

anzz1 avatar Mar 15 '23 19:03 anzz1

Snow Fix

Before After
before after

anzz1 avatar Mar 15 '23 21:03 anzz1

QoL branch you might consider rolling into this - https://github.com/00mn00/FRLG-Plus_Custom/tree/left_right_target_persists_in_double_battles

00mn00 avatar Mar 17 '23 22:03 00mn00

I finished a version of the in battle type icons for now and sent them to you. :) They will possibly need improving later on but for now they will work fine. I think there are two I'd like to improve. But as I said they will work fine for now.

Zelly9191 avatar Mar 18 '23 17:03 Zelly9191

I also got ahold of Jag and they will be sending the midi hopefully soon. I learned a bunch about how it will need to be implemented and I learned a way to fully upgrade the sound mixer.

Zelly9191 avatar Mar 18 '23 19:03 Zelly9191

Hi.

While I would definitely be interested in pulling in some of these features and bug fixes, some of them are out of scope for this hack in my opinion.

Since it seems that this PR is going to get continued updates, perhaps it would be better for you to fork FRLG+ and continue development on your fork, since I will be cherry-picking from this PR when I get back to this project instead of merging the entire thing. If you'd like to leave a link to your fork here, that'd be cool.

Regardless, thanks for the interest and for all the work you've done for this!

Deokishisu avatar Mar 18 '23 19:03 Deokishisu

@Deokishisu Yeah it kinda spiralled out a bit in terms of features. :smile: I'll freeze the features for this branch and be soon adding the bugfixes from @00mn00 and doing the last bits of fixing/cleaning/testing so the "v1" of this qol fix can be wrapped up and done.

anzz1 avatar Mar 18 '23 21:03 anzz1

Hey @anzz1 could you dm me when you can.

Zelly9191 avatar Mar 23 '23 18:03 Zelly9191

Mosaic "fix" - https://github.com/00mn00/FRLG-Plus_Custom/commit/92c30de45b057133a70bf9a7b6af0caffbf1b351 - Deo will probably have a better fix at some point in the future, but this works perfectly well from my testing.

00mn00 avatar Mar 28 '23 21:03 00mn00

Daycare man "fix" - https://github.com/00mn00/FRLG-Plus_Custom/commit/55af8c6a86ab9a63c09b5c15df50b13f56ccc1fd - Deo will probably have a better fix at some point in the future, but this works perfectly well from my testing.

00mn00 avatar Mar 29 '23 17:03 00mn00