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

Graphics corrupted, stack upon stack #9

Open
riahc3 opened this issue Dec 15, 2019 · 3 comments
Open

Graphics corrupted, stack upon stack #9

riahc3 opened this issue Dec 15, 2019 · 3 comments

Comments

@riahc3
Copy link

riahc3 commented Dec 15, 2019

Hello

After following the instructions I get this:

https://i.paste.pics/fe2db55647b99171b2de249dcbe550e3.png

Corrupted graphics are no fun and ruins lot of things.

What is wrong?

@rhelmot
Copy link
Owner

rhelmot commented Dec 19, 2019

Looks like you used the 3-player graphics mode with the 2-player graphics. Look at the following flag at the top of co-op.asm:

!THREEPLAYER = 1					; "Three player" mode
	; 3p mode isn't actually 3p co-op but rather a mode where there are three characters and which ones
	; you play as depend on which save file you chose. Uses a /very/ different graphics format, which
	; requires (implies) the SMALLPLAYERS flag and the SEPERATEGFX to be FALSE.

@riahc3
Copy link
Author

riahc3 commented Dec 19, 2019

Looks like you used the 3-player graphics mode with the 2-player graphics. Look at the following flag at the top of co-op.asm:

!THREEPLAYER = 1					; "Three player" mode
	; 3p mode isn't actually 3p co-op but rather a mode where there are three characters and which ones
	; you play as depend on which save file you chose. Uses a /very/ different graphics format, which
	; requires (implies) the SMALLPLAYERS flag and the SEPERATEGFX to be FALSE.

Well the question is then why is that default?

@rhelmot
Copy link
Owner

rhelmot commented Dec 19, 2019

becos it's cool and I wanted to show it off. all you have to do to make it look right is use the graphics files labeled "cmc" and/or "3p"

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

No branches or pull requests

2 participants