Location: Main > Miscellaneous > SMB3 Pipe Bug Fixed
FuSoYa's SMB3 Screen Scrolling Pipes Bug Fixed
- (2013-09-06)
I was too lazy to update this page. :P
Here's the latest one. Just replace the asar version with this one. This fixes the yoshi bug described below.
- (2013-01-25)
This page is outdated. There is the new patch in Asar format which no longer breaks corner offsets when used with the latest BTSD.
Here's the issue which still can help you to fix the Yoshi's puking bug though.
- (2012-01-31)
Descrpition: Mario cannot enter screen scrolling Pipes when riding a yoshi. But there is a glitch that Mario cannot sometimes enter the pipes even he doesn't ride a yoshi.
This page deals with that problem.
Original patch: http://www.smwcentral.net/download.php?id=587&type=blocks
Modified ASM: pipes.asm
Usage
1. Replace the old "pipes.asm" with the new one.
2. Make sure !MiscData points the empty space in your ROM.
The problem was simple.
SEP #$20
LDA $187A ;Riding Yoshi flag
REP #$20
BNE NoUpYoshi