lower helmet chuchu health, housekeeping

This commit is contained in:
scawful
2025-01-19 12:59:02 -05:00
parent 206993e3d5
commit d95162d8ef
11 changed files with 16 additions and 28 deletions

View File

@@ -60,14 +60,10 @@ Sprite_BusinessScrub_Prep:
{
PHB : PHK : PLB
LDA.w SprSubtype, X : CMP.b #$01 : BEQ .pea_shot
CMP.b #$02 : BEQ .cutscene_scrub
JMP +
.pea_shot
LDA.b #$06 : STA.w SprAction, X ; Pea Shot State
LDA.b #$20 : STA.b SprPrize, X
JMP +
.cutscene_scrub
LDA.b #$08 : STA.w SprAction, X
+
PLB
RTL
@@ -84,7 +80,7 @@ Sprite_BusinessScrub_Prep:
Sprite_BusinessScrub_Main:
{
LDA.w SprAction, X
JSL UseImplicitRegIndexedLocalJumpTable
JSL JumpTableLocal
dw BusinessScrub_Hiding
dw BusinessScrub_Attack
@@ -96,8 +92,6 @@ Sprite_BusinessScrub_Main:
dw BusinessScrub_PeaShot
dw BusinessScrub_HidingDefeated
dw BusinessScrub_CutsceneStart
; 0x00
BusinessScrub_Hiding:
{
@@ -239,12 +233,6 @@ Sprite_BusinessScrub_Main:
RTS
}
BusinessScrub_CutsceneStart:
{
; TODO: Add deku dream cutscene
RTS
}
}
; =========================================================