mask fn housekeeping
This commit is contained in:
@@ -46,6 +46,8 @@ bunny_palette:
|
|||||||
dw #$6565, #$7271, #$2AB7, #$477E, #$1997, #$14B5, #$459B, #$69F2
|
dw #$6565, #$7271, #$2AB7, #$477E, #$1997, #$14B5, #$459B, #$69F2
|
||||||
dw #$7AB8, #$2609, #$19D8, #$3D95, #$567C, #$1890, #$52F6, #$2357, #$0000
|
dw #$7AB8, #$2609, #$19D8, #$3D95, #$567C, #$1890, #$52F6, #$2357, #$0000
|
||||||
|
|
||||||
|
print "End of Bunny Hood GFX ", pc
|
||||||
|
|
||||||
; =============================================================================
|
; =============================================================================
|
||||||
; Bunny Hood Speed Modification
|
; Bunny Hood Speed Modification
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,11 @@
|
|||||||
; =============================================================================
|
; =========================================================
|
||||||
; Deku Mask
|
; Deku Mask
|
||||||
; =============================================================================
|
; =========================================================
|
||||||
|
|
||||||
org $358000
|
org $358000
|
||||||
incbin gfx/deku_link.bin
|
incbin gfx/deku_link.bin
|
||||||
|
|
||||||
; =============================================================================
|
; =========================================================
|
||||||
|
|
||||||
org $07B0AB
|
org $07B0AB
|
||||||
LinkItem_EvaluateMagicCost:
|
LinkItem_EvaluateMagicCost:
|
||||||
|
|
||||||
@@ -69,6 +68,7 @@ LinkState_UsingQuake:
|
|||||||
}
|
}
|
||||||
warnpc $07A779
|
warnpc $07A779
|
||||||
|
|
||||||
|
|
||||||
org $318000
|
org $318000
|
||||||
; org $07A013
|
; org $07A013
|
||||||
; JSL LinkItem_SlingshotPrepare
|
; JSL LinkItem_SlingshotPrepare
|
||||||
@@ -149,8 +149,7 @@ LinkItem_SlingshotPrepare:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
; =========================================================
|
||||||
; =============================================================================
|
|
||||||
|
|
||||||
org $07811A
|
org $07811A
|
||||||
JSR Link_HandleDekuTransformation
|
JSR Link_HandleDekuTransformation
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ StartupMasks:
|
|||||||
|
|
||||||
ForceResetWorldMap:
|
ForceResetWorldMap:
|
||||||
{
|
{
|
||||||
LDA $7EF280 : BNE .openMap
|
LDA $7EF280 : BNE .openMap
|
||||||
PLA : PLA : PLA ; Pop the RTL
|
PLA : PLA : PLA ; Pop the RTL
|
||||||
JML $02A571 ; check select button
|
JML $02A571 ; check select button
|
||||||
|
|
||||||
@@ -279,4 +279,7 @@ LinkItem_CheckForSwordSwing_Masks:
|
|||||||
RTL
|
RTL
|
||||||
}
|
}
|
||||||
|
|
||||||
|
print "End of mask_routines.asm ", pc
|
||||||
|
|
||||||
|
|
||||||
; =============================================================================
|
; =============================================================================
|
||||||
|
|||||||
@@ -7,6 +7,8 @@
|
|||||||
org $398000
|
org $398000
|
||||||
incbin gfx/minish_link.4bpp
|
incbin gfx/minish_link.4bpp
|
||||||
|
|
||||||
|
print "End of Minish Form GFX ", pc
|
||||||
|
|
||||||
; =========================================================
|
; =========================================================
|
||||||
org $07DA2A
|
org $07DA2A
|
||||||
TileDetection_OverworldAttributeJumpTable:
|
TileDetection_OverworldAttributeJumpTable:
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ LinkItem_ShovelAndFlute:
|
|||||||
|
|
||||||
; Bank 07 Free Space
|
; Bank 07 Free Space
|
||||||
pullpc
|
pullpc
|
||||||
print pc
|
|
||||||
LinkItem_WolfMask:
|
LinkItem_WolfMask:
|
||||||
{
|
{
|
||||||
; SEP #$30
|
; SEP #$30
|
||||||
|
|||||||
@@ -79,7 +79,6 @@ LinkItem_ZoraMask:
|
|||||||
CLC
|
CLC
|
||||||
RTS
|
RTS
|
||||||
}
|
}
|
||||||
print pc, " ==> LinkItem_ZoraMask ", pc
|
|
||||||
|
|
||||||
warnpc $07A5CE
|
warnpc $07A5CE
|
||||||
|
|
||||||
@@ -271,7 +270,6 @@ pullpc
|
|||||||
LDA #$06 : STA $5D ; Set Link to Recoil State
|
LDA #$06 : STA $5D ; Set Link to Recoil State
|
||||||
RTS
|
RTS
|
||||||
}
|
}
|
||||||
print "==> LinkState_UsingZoraMask ", pc
|
|
||||||
|
|
||||||
; =============================================================================
|
; =============================================================================
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user