remove old puffstool spore draw

This commit is contained in:
scawful
2024-07-26 19:46:30 -04:00
parent aa3a85e17e
commit 5d0e073303

View File

@@ -32,23 +32,11 @@
; =========================================================
pushpc
org $06DBB5
db $0D ; Puffstool single small char
org $06DABA
db $BD, $C8, $26, $20
pullpc
Sprite_Puffstool_Long:
{
PHB : PHK : PLB
LDA.w SprSubtype, X : BEQ +
JSL Sprite_PrepAndDrawSingleSmall
JMP ++
+
JSR Sprite_Puffstool_Draw ; Call the draw code
++
JSL Sprite_DrawShadow
JSL Sprite_CheckActive ; Check if game is not paused
BCC .SpriteIsNotActive ; Skip Main code is sprite is innactive