add interactable helmet chuchu subtypes, wip
This commit is contained in:
@@ -81,11 +81,14 @@ Sprite_HelmetChuchu_Main:
|
|||||||
LDA.w SprAction, X
|
LDA.w SprAction, X
|
||||||
JSL UseImplicitRegIndexedLocalJumpTable
|
JSL UseImplicitRegIndexedLocalJumpTable
|
||||||
|
|
||||||
dw HelmetGreen
|
dw GreenChuchu_Helmet
|
||||||
dw NoHelmetGreen
|
dw GreenChuchu_NoHelmet
|
||||||
dw MaskRed
|
dw RedChuchu_Masked
|
||||||
|
; TODO: Add subtypes of just the helmet/mask gfx which can be hookshoted/hammered/lifted
|
||||||
|
dw HelmetSubtype
|
||||||
|
dw MaskSubtype
|
||||||
|
|
||||||
HelmetGreen:
|
GreenChuchu_Helmet:
|
||||||
{
|
{
|
||||||
%StartOnFrame(4)
|
%StartOnFrame(4)
|
||||||
%PlayAnimation(4, 5, 16)
|
%PlayAnimation(4, 5, 16)
|
||||||
@@ -96,7 +99,7 @@ Sprite_HelmetChuchu_Main:
|
|||||||
RTS
|
RTS
|
||||||
}
|
}
|
||||||
|
|
||||||
NoHelmetGreen:
|
GreenChuchu_NoHelmet:
|
||||||
{
|
{
|
||||||
%StartOnFrame(0)
|
%StartOnFrame(0)
|
||||||
%PlayAnimation(0, 1, 16)
|
%PlayAnimation(0, 1, 16)
|
||||||
@@ -105,7 +108,7 @@ Sprite_HelmetChuchu_Main:
|
|||||||
RTS
|
RTS
|
||||||
}
|
}
|
||||||
|
|
||||||
MaskRed:
|
RedChuchu_Masked:
|
||||||
{
|
{
|
||||||
%StartOnFrame(2)
|
%StartOnFrame(2)
|
||||||
%PlayAnimation(2, 3, 16)
|
%PlayAnimation(2, 3, 16)
|
||||||
@@ -113,6 +116,16 @@ Sprite_HelmetChuchu_Main:
|
|||||||
JSR Sprite_Chuchu_Move
|
JSR Sprite_Chuchu_Move
|
||||||
RTS
|
RTS
|
||||||
}
|
}
|
||||||
|
|
||||||
|
HelmetSubtype:
|
||||||
|
{
|
||||||
|
RTS
|
||||||
|
}
|
||||||
|
|
||||||
|
MaskSubtype:
|
||||||
|
{
|
||||||
|
RTS
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Sprite_Chuchu_Move:
|
Sprite_Chuchu_Move:
|
||||||
|
|||||||
Reference in New Issue
Block a user