zur hilfe ist hier mal der Code
Code
JMP MarioBelow : JMP MarioAbove : JMP MarioSide : JMP SpriteV : JMP SpriteH : JMP MarioCape : JMP MarioFireBall
MarioBelow:
MarioAbove:
MarioSide:
MarioCape:
MarioFireball:
RTL
SpriteV:
SpriteH:
LDA #$FF
STA $1493
LDA #$0B
STA $1DFB
DEC $13C6
RTL
Und immer wenn ich ihn einfügen möchte, zeigt BTSD mir folgende Fehlermeldung:
Errors occured during the assembly of Sprite_Level_End.asm
error: temp.asm: line 3{7}: label [MarioFireBall] not found [JMP MarioFireBall]
weiß jemand was da los ist ?
#