Update Sprites and Items
- Add the Portal Rod item (WIP) - Add Twinrova Boss Sprite - Update the Minecart Sprite - Fix the HUD magic meter draw - Fix some Zora Mask bugs (WIP) - General housekeeping
This commit is contained in:
@@ -7,9 +7,23 @@ incbin gfx/deku_link.bin
|
||||
|
||||
; =============================================================================
|
||||
|
||||
org $07B0AB
|
||||
LinkItem_EvaluateMagicCost:
|
||||
|
||||
org $07A64B ; formerly Quake
|
||||
LinkItem_DekuMask:
|
||||
{
|
||||
JSR Link_CheckNewY_ButtonPress : BCC .continue
|
||||
|
||||
LDX.b #$01
|
||||
|
||||
JSR LinkItem_EvaluateMagicCost : BCC .return
|
||||
|
||||
LDA.b #$0A : STA $5D
|
||||
|
||||
RTS
|
||||
|
||||
.continue
|
||||
; Check for R button held
|
||||
%CheckNewR_ButtonPress() : BEQ .return
|
||||
|
||||
@@ -26,6 +40,7 @@ LinkItem_DekuMask:
|
||||
|
||||
LDA #$35 : STA $BC ; put the mask on
|
||||
LDA #$01 : STA $02B2 ; set the deku mask flag
|
||||
STA $02F5 ; Somaria platform flag, no dash.
|
||||
|
||||
BRA .return
|
||||
|
||||
@@ -33,6 +48,7 @@ LinkItem_DekuMask:
|
||||
STZ $5D
|
||||
; Restore the shield
|
||||
LDA $0AAF : STA.l $7EF35A
|
||||
STZ $02F5
|
||||
|
||||
%ResetToLinkGraphics()
|
||||
|
||||
@@ -40,6 +56,19 @@ LinkItem_DekuMask:
|
||||
RTS
|
||||
}
|
||||
|
||||
; =========================================================
|
||||
|
||||
org $07E370
|
||||
LinkHop_FindArbitraryLandingSpot:
|
||||
|
||||
org $07A6D6
|
||||
LinkState_UsingQuake:
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
warnpc $07A779
|
||||
|
||||
org $318000
|
||||
; org $07A013
|
||||
; JSL LinkItem_SlingshotPrepare
|
||||
|
||||
Reference in New Issue
Block a user