Warp after Boss fails

freeHippie

New member
Hello,
I took my first steps, but now I have a little problem. After my first boss I wrote a warp to the next screen in the hurtMonster_PlatformerBase script. The warp works great but after the warp I can't control the player, I see the bullets but the player stays invisible and can't be controlled.

LDA screenType
CMP #1
BNE notAbossRoom
WarpToScreen #$00, #$11, #$01
notAbossRoom:

I would also welcome another solution but I haven't found anything so far.

Thx for all Help
 
Top Bottom