Reformat JumpFeather hook in LinkItem_BugCatchingNet

This commit is contained in:
scawful
2024-03-30 16:46:30 -04:00
parent bbb3b85def
commit 6480fdbb9e

View File

@@ -1,18 +1,15 @@
; ============================================================================= ; =========================================================
; Zarby Feather ; Zarby Feather
org $07AFF8 ; LinkItem_BugCatchingNet org $07AFF8 ; LinkItem_BugCatchingNet
{ {
BIT $3A : BVS .return ;if Y or B are already pressed BIT $3A : BVS .return ;if Y or B are already pressed
LDA $6C : BNE .return ; if we are standing in a dooray or not
LDA $6C : BNE .return ; if we are standing in a dooray or not ; Link_CheckNewY_ButtonPress
JSR $B073 : BCC .return ; Check if we just pressed Y Button
; Link_CheckNewY_ButtonPress JSL LinkItem_JumpFeather
JSR $B073 : BCC .return ; Check if we just pressed Y Button .return
JSL NewBookCode RTS
.return
RTS
} }
; ============================================================================= ; =============================================================================