Cleanup some NPCs

This commit is contained in:
scawful
2024-11-19 14:58:32 -05:00
parent d88410e9c2
commit 3f27c9ab48
3 changed files with 21 additions and 24 deletions

View File

@@ -329,4 +329,3 @@ Sprite_BeanVendor_Draw:
db $02, $02, $02, $02, $00, $00
db $02, $02, $02, $02 ; Flower
}

View File

@@ -37,12 +37,9 @@
Sprite_MakuTree_Long:
{
PHB : PHK : PLB
JSL Sprite_CheckActive ; Check if game is not paused
BCC .SpriteIsNotActive ; Skip Main code is sprite is innactive
JSR Sprite_MakuTree_Main ; Call the main sprite code
.SpriteIsNotActive
PLB ; Get back the databank we stored previously
RTL ; Go back to original code
@@ -54,6 +51,7 @@ Sprite_MakuTree_Prep:
PHB : PHK : PLB
; Play the Maku Song
LDA.b #$03 : STA.w $012C
PLB