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

Underanalyzer: Fix incorrect data type in tiles #2037

Merged

Conversation

crystallizedsparkle
Copy link

Description

changes the data type of SourceX and SourceY inside of the UndertaleRoom.Tile class to be integers instead of unsigned integers to allow for negative numbers.

Caveats

Theres a chance that I missed a point in which the variable is used, which should be ironed out with more testing.

Notes

This was mostly a quick fix for an issue a friend found in Undertale Yellow.

crystallizedsparkle and others added 2 commits February 9, 2025 22:04
This commit changes the data type of SourceX and SourceY inside of the UndertaleRoom.Tile class to be integers instead of unsigned integers to allow for negative numbers.
@colinator27
Copy link
Member

Going to try retargeting this to master, but we'll see if things go horribly wrong or not.

@colinator27 colinator27 changed the base branch from underanalyzer to master February 12, 2025 22:31
@colinator27 colinator27 changed the base branch from master to underanalyzer February 12, 2025 22:32
@colinator27
Copy link
Member

Nope, that was disaster.

@colinator27 colinator27 merged commit cbfbbbd into UnderminersTeam:underanalyzer Feb 12, 2025
5 checks 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