-
Notifications
You must be signed in to change notification settings - Fork 2
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
Experimental -> Main #62
base: main
Are you sure you want to change the base?
Conversation
- The Eye turns on when you have picked up item on morph pedestal, not when you have Morphing Ball.
Side Effects are clearly being caused through changes to memory. There's no easy way to resolve this.
Fixed a graphics bug that caused map graphics in the hex map to bug out when starting a new game that had a beam as a starting item.
src/test_rom_patcher.py | ||
src/test_data.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are these in the gitignore? tests sound like they should be tracked.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are just super lightweight things I use for quickly prototyping things. The py is like a one-liner so I don't forget how to run the program, and I don't use it rn. The test_data is completely incidental and I constantly replace and rewrite it during testing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cant you put them in a local git ignore instead then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Backup file????
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will remove. Thanks.
No description provided.