-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Berries don't work anymore (but they do work fine with Bug Bite!) #2448
Comments
@eatthepear please describe the full situation in case you've encountered an edge case. |
I'm taking a look right now. So far it seems to be working sometimes and not others (it seems the item ID is copied from a different pokemon's itemID). It might be an issue on my end (like a faulty merge conflict or smthn) but will keep y'all updated. |
It might be a double battle / multi battle issue. In a standard double battle, I had both opponent's mons copying my left mon's item ID (it held a muscle band so the msg printed muscle band). |
seems to be an issue on my end (just tested in single battle, works incorrectly). I'll close this issue and open a new one if I'm unable to find a difference between rhh and my code. |
I tested on a clean copy of upcoming. Set lass Tiana to Roxanne's first gym party and gave her first Geodude a Sitrus Berry. My party was the CHEAT START party (lv 20 treecko leading with no item). When the Geodude fell below half HP, it said "Foe Geodude's ?????? restored health" and then didn't restore any health. The use item animation played. Very similar thing happened for her Nosepass holding an Oran Berry in the back. |
If someone can test to make sure this works (i.e. both regular berry activations and bug bite activations work), that'd be great! (This would explain why the message is both playing the wrong thing, as well as the wrong item is set.) |
Turns out the reason I couldn't replicate this was because I forgot to build the ROM after pulling upstream. Can confirm the bug. |
I believe with the new fix to Bug Bite, berries in general are broken. I tried a battle with an enemy mon holding a Sitrus Berry, got it to less than half health. The message said "Foe Qwilfish's ???????? restored health!" then didn't restore any health. If someone else can confirm on a clean copy of the battle engine, that'd be great!
The text was updated successfully, but these errors were encountered: