metroidvania WARP script needed!

Hi peeps.
so as im still new to the coding side of things i need as much help possible. sorry in advance..
my metroidvania game is coming along but i cant for the life of me get screen warps to work. all i want is to ener a door (warp tile) and warp to whatever screen i want. but what happens is i warp to the first screen of my game no matter what...
 

Logana

Well-known member
You need to set a warp out, it’s in the screen details. Also a warp in for the screen you wanna go to
 
Thanks for the reply but I have already tried that, iv got my warp points in and out set appropriately in the screen details. My WarpToScreen.asm that is in the modules doest have much to it, that's why I'm needing a bit of assistance to set it up better.
 

CluckFox

Active member
Make sure to set the Warp Out on the very first screen of your scrolling "hallway." Scrolling games will only use the Warp Out coordinates from the very first screen it loads, and never from a screen that you can only get to by scrolling.
 
CluckFox that was helpful! so if i have 3 screens in a set and the warp is on the 3rd then i set the warp out info on the first screen and it lined up! thank you
 
Top Bottom