add Lv1_Sword to collectible sprite

This commit is contained in:
scawful
2024-08-10 13:28:17 -04:00
parent e8ca936cda
commit 090911e635

View File

@@ -69,6 +69,7 @@ Sprite_Collectible_Main:
dw Pineapple
dw Seashell
dw Lv1_Sword
Pineapple:
{
@@ -90,6 +91,16 @@ Sprite_Collectible_Main:
RTS
}
Lv1_Sword:
{
JSL Sprite_Move
JSL Sprite_CheckDamageToPlayer : BCC +
; TODO: Add sword to player's inventory
STZ.w SprState, X
+
RTS
}
}
; =========================================================