Housekeeping

This commit is contained in:
scawful
2024-10-25 16:30:41 -04:00
parent b22d1376f2
commit 1defb93144
3 changed files with 2 additions and 3 deletions

View File

@@ -593,7 +593,7 @@ pullpc
; Hookshot box size ; Hookshot box size
BallChain_TryAncillaDraw: BallChain_TryAncillaDraw:
{ {
; Ball Chain timer should be $FF here on first run ; Ball Chain timer should be $FF here on first run
LDA $7A : AND #$00FF : CMP #$0000 : BEQ + LDA $7A : AND #$00FF : CMP #$0000 : BEQ +
CMP #$0001 : BEQ + CMP #$0001 : BEQ +
SEP #$20 SEP #$20

View File

@@ -424,7 +424,7 @@ Sprite_39_ZoraBaby:
RTS RTS
} }
} }
print "End of Sprite 39 Locksmith ", pc print "End of Sprite 39 Locksmith ", pc
assert pc() <= $06BD9C assert pc() <= $06BD9C
pullpc pullpc

View File

@@ -308,7 +308,6 @@ Sprite_Mermaid_Main:
{ {
%PlayAnimation(0,1,16) %PlayAnimation(0,1,16)
JSL Sprite_PlayerCantPassThrough JSL Sprite_PlayerCantPassThrough
print pc
%ShowUnconditionalMessage($01A1) %ShowUnconditionalMessage($01A1)
; If there are no scrolls yet ; If there are no scrolls yet