-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
diff --git a/smb.asm b/smb.asm | ||
index e5ef1ad..918ce39 100644 | ||
--- a/smb.asm | ||
+++ b/smb.asm | ||
@@ -12271,9 +12271,8 @@ HandlePipeEntry: | ||
lda Up_Down_Buttons ;check saved controller bits from earlier | ||
and #%00000100 ;for pressing down | ||
beq ExPipeE ;if not pressing down, branch to leave | ||
- lda $00 | ||
- cmp #$11 ;check right foot metatile for warp pipe right metatile | ||
- bne ExPipeE ;branch to leave if not found | ||
+ jsr PlayerEndLevel ; ### | ||
+ jsr Setup_Vine | ||
lda $01 | ||
cmp #$10 ;check left foot metatile for warp pipe left metatile | ||
bne ExPipeE ;branch to leave if not found |