Skip to content
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

[Bug] Mini Black Hole Item Theft Text is Delayed, Plays on Next Move Execution #5176

Open
Snailman11 opened this issue Jan 24, 2025 · 0 comments
Labels
Item Affects an item P3 Bug Non gameplay affecting bug. typos, graphical issues, or other minor incorrect interactions.

Comments

@Snailman11
Copy link
Collaborator

Describe the bug

The Mini Black Hole plays the Item theft textbox at the wrong time, unless
-The textbox plays right before a move is executed on the next turn.
-The item is stolen at the end of the turn, after every Pokemon has moved, but before the enemy Pokemon faints to Turn-End Damage.
-If an End of turn effect is active on the field, the MBH textbox plays at the correct time. (when the item is being stolen)

Reproduction

Have the Mini Black Hole steal an Item.

	MOVESET_OVERRIDE: [Moves.SPLASH, Moves.TACKLE],

	OPP_MOVESET_OVERRIDE: [Moves.TORMENT],

	STARTING_HELD_ITEMS_OVERRIDE: [{name: "MINI_BLACK_HOLE"}],
	OPP_HELD_ITEMS_OVERRIDE: [{name: "BERRY", count: 4}],

Use Salt Cure or Aqua Ring, Observe that the theft textbox plays before the turn-end effects.

	MOVESET_OVERRIDE: [Moves.SPLASH, Moves.SALT_CURE, Moves.AQUA_RING],

	OPP_LEVEL_OVERRIDE: 3,
	OPP_SPECIES_OVERRIDE: Species.MARILL,
	OPP_MOVESET_OVERRIDE: [Moves.SPLASH],

	STARTING_HELD_ITEMS_OVERRIDE: [{name: "BERRY", count: 5}],
	OPP_HELD_ITEMS_OVERRIDE: [{name: "MINI_BLACK_HOLE"}],

Expected behavior

The Textbox should appear at the time when the Item is actually stolen.

Screenshots / Videos

Textbox occurs before any Pokemon's move on the next turn (MBH user moves first)

Mini.Black.Hole.Delayed.Item.Theft.Player.mp4

Textbox occurs before any Pokemon's move on the next turn (MBH user moves second)

MBH.Player.is.slower.mp4

MBH Textbox occurs right before MBH User receives turn-end healing/damage, and after Player's.

freecompress-Salt.Aqua.and.MBH.mp4

If the Pokemon being targeted has an End-of-Turn effect, the theft textbox occurs afterwards

MBH.Target.Aqua.Ring.mp4

Session export file

No response

User data export file

No response

Additional context

@Snailman11 Snailman11 added the P3 Bug Non gameplay affecting bug. typos, graphical issues, or other minor incorrect interactions. label Jan 24, 2025
@Snailman11 Snailman11 moved this from To triage to Ready in PokéRogue Bug Management Jan 24, 2025
@Snailman11 Snailman11 added the Item Affects an item label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Item Affects an item P3 Bug Non gameplay affecting bug. typos, graphical issues, or other minor incorrect interactions.
Projects
Status: Ready
Development

No branches or pull requests

1 participant