Skip to content

Fix graphical issue with shot block items #380

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

Merged
merged 1 commit into from
Apr 4, 2025

Conversation

blkerby
Copy link
Collaborator

@blkerby blkerby commented Apr 4, 2025

The way the Item Loading patch was working, after collecting a shot block item, after the shot block re-forms it was loading the item graphics again. If the player paused at some point in the room before this happens, then the item PLM graphics index ($1C2D) will have been reset to zero (a vanilla quirk), which could cause the graphics for a mismatched item to be reloaded. So that's what caused the issue in Mama Turtle Room that Kiara and Eddie saw.

There was no reason for the graphics to get reloaded in this situation. The fact that it happened was just an oversight in the patch, which this PR fixes.

@blkerby blkerby marked this pull request as ready for review April 4, 2025 18:55
@amoebaOfDoom amoebaOfDoom merged commit 49c90df into amoebaOfDoom:main Apr 4, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants