mask fn housekeeping

This commit is contained in:
scawful
2023-11-17 20:26:24 -05:00
parent fdd0dd4912
commit 1b39a834c0
6 changed files with 14 additions and 10 deletions

View File

@@ -46,6 +46,8 @@ bunny_palette:
dw #$6565, #$7271, #$2AB7, #$477E, #$1997, #$14B5, #$459B, #$69F2
dw #$7AB8, #$2609, #$19D8, #$3D95, #$567C, #$1890, #$52F6, #$2357, #$0000
print "End of Bunny Hood GFX ", pc
; =============================================================================
; Bunny Hood Speed Modification

View File

@@ -1,12 +1,11 @@
; =============================================================================
; =========================================================
; Deku Mask
; =============================================================================
; =========================================================
org $358000
incbin gfx/deku_link.bin
; =============================================================================
; =========================================================
org $07B0AB
LinkItem_EvaluateMagicCost:
@@ -69,6 +68,7 @@ LinkState_UsingQuake:
}
warnpc $07A779
org $318000
; org $07A013
; JSL LinkItem_SlingshotPrepare
@@ -149,8 +149,7 @@ LinkItem_SlingshotPrepare:
}
; =============================================================================
; =========================================================
org $07811A
JSR Link_HandleDekuTransformation

View File

@@ -86,7 +86,7 @@ StartupMasks:
ForceResetWorldMap:
{
LDA $7EF280 : BNE .openMap
LDA $7EF280 : BNE .openMap
PLA : PLA : PLA ; Pop the RTL
JML $02A571 ; check select button
@@ -279,4 +279,7 @@ LinkItem_CheckForSwordSwing_Masks:
RTL
}
print "End of mask_routines.asm ", pc
; =============================================================================

View File

@@ -7,6 +7,8 @@
org $398000
incbin gfx/minish_link.4bpp
print "End of Minish Form GFX ", pc
; =========================================================
org $07DA2A
TileDetection_OverworldAttributeJumpTable:

View File

@@ -59,7 +59,7 @@ LinkItem_ShovelAndFlute:
; Bank 07 Free Space
pullpc
print pc
LinkItem_WolfMask:
{
; SEP #$30

View File

@@ -79,7 +79,6 @@ LinkItem_ZoraMask:
CLC
RTS
}
print pc, " ==> LinkItem_ZoraMask ", pc
warnpc $07A5CE
@@ -271,7 +270,6 @@ pullpc
LDA #$06 : STA $5D ; Set Link to Recoil State
RTS
}
print "==> LinkState_UsingZoraMask ", pc
; =============================================================================