Language…
5 users online: Cristian Cardoso, fsvgm777, KoJi, playagmes169, stormitive - Guests: 235 - Bots: 344
Users: 64,795 (2,377 active)
Latest user: mathew

Extending blocks error

When trying to insert the sprites contained with theses blocks I get these errors;

Code
blockspr.asm:373: error: (E5117): Unknown command. [JMP $FEA301]
blockspr.asm:540: error: (E5117): Unknown command. [JMP.l $00C0FB]


By removing the lines, the sprites insert, but the game crashes when trying to generate the blocks (I guess):



Can someone explain me how to fix this problem?
UNPERISHABLE - July 2023 Prototype (Download)
SMW: Endless Night (currently on pause)
Deviant Art account


Change the JMP.l to JML and I think you can just remove the JMP $FEA301, that doesn't seem like something that should be executed.
Originally posted by TheBiob
Change the JMP.l to JML and I think you can just remove the JMP $FEA301, that doesn't seem like something that should be executed.

Thanks it worked!
UNPERISHABLE - July 2023 Prototype (Download)
SMW: Endless Night (currently on pause)
Deviant Art account