Skip to content

Fixed bug on cursor for copy file screen#292

Open
Jellio320 wants to merge 1 commit into
snesrev:masterfrom
Jellio320:copy-cursor-glitch
Open

Fixed bug on cursor for copy file screen#292
Jellio320 wants to merge 1 commit into
snesrev:masterfrom
Jellio320:copy-cursor-glitch

Conversation

@Jellio320

@Jellio320 Jellio320 commented Nov 20, 2024

Copy link
Copy Markdown

Fixed bug cursor would continue to move past top file after pressing up.

Description

This PR fixes a very tiny bug unique to this implementation. The fairy cursor on the copy file screen would continue to move up past the top file and jump to various places on the screen. Function originally attempted to check if an unsigned byte was less than zero. Fixed by instead just checking if the signed bit is set.

Will this Pull Request break anything?

No.

Suggested Testing Steps

Move cursor around on the copy file screen.

Fixed bug cursor would continue to move past top file after pressing up.
danielsoares02 added a commit to danielsoares02/zelda3 that referenced this pull request Jan 5, 2025
Correção no src/main.cs, pullrequest snesrev#247

Correção no src/opengl.cs, pullrequest snesrev#270

Correção no src/platform/switch/Makefile, pullrequest snesrev#273

Correção no MakeFile, pullrequest snesrev#276

Correção no src/select_file.c, pullrequest snesrev#292
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.

1 participant