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

SCI: tweak to scriptdebug.cpp disassembler logic because the new logging wasn't quite working. #5330

Merged
merged 2 commits into from Sep 12, 2023

Conversation

deckarep
Copy link
Contributor

Followup patch from a few weeks ago that only affects debug logging when disassembling SCI scripts.

These opcodes weren't showing up with their selectors in all scenarios
Improves output formatting.

Sample output:

0048:03cc: 0x76,                                // push0			;y
0048:03cd: 0x78,                                // push1			;x

…ing wasn't quite working how I expected.

- These opcodes weren't showing up with their selectors in all scenarios
- Improves output formatting.
@bluegr
Copy link
Member

bluegr commented Sep 12, 2023

Thanks! Squashing

@bluegr bluegr merged commit 9ed43c6 into scummvm:master Sep 12, 2023
15 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
2 participants