Hey guys! So I'm currently working on a rom hack and I'm having a Screen Exit issue. In level 1-3 have this pipe set to take Yoshi to a lower part of the same level (3C) and I have everything set in the Screen Exit Editor, but everytime I have him enter the pipe it keeps taking him to 1-1. I have tried everything from moving the pipe to a different screen and even attempting to use a different level and it keeps taking him to the same spot.
Yoshi's current position is calculated at his head, not at his feet. You need to move your screen exit from screen 4A to screen 3A, since that's where the game considers Yoshi to be when using that pipe.
Ahh that worked! I lowered the pipe a little so there was a 2x2 square of space in 4A and it was still doing it but I guess even the tip of Yoshi's head still peeked into 3A Thank you so much!
Hitboxes in SMW can be super finicky. The game considers sprite positions weirdly sometimes. Glad Racknae helped you nail down the screen exit issue. Happy hacking!