Hi there,
I’m trying to convert the player code to a different assembler format, but getting an Assert failure when compiling using Rasm.
The error I’m getting is this:
[./PlayerAkg_SoundEffects.asm:537] ASSERT (PLY_AKG_CHANNEL1_SOUNDEFFECT… failed with (PLY_AKG_CHANNEL1_SOUNDEFFECTDATA+($-PLY_AKG_CHANNEL1_SOUNDEFFECTDATA))==PLY_AKG_CHANNEL2_SOUNDEFFECTDATA
And this is the code I’m trying to compile:
include "resources/Music_Empty.asm"
include "resources/SoundEffects.asm"
PLY_AKG_HARDWARE_CPC = 1
PLY_AKG_MANAGE_SOUND_EFFECTS = 1
include "PlayerAkg.asm"