You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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?
The text was updated successfully, but these errors were encountered: