Request - Making paths join to other tiles workaround

SuperNatetendo

New member
So, I've been kinda pouring through the files trying to find some way to make it so paths will recognize certain other assets as their own path. In effect, I want to make paths join to something other than themselves. I've been pouring through the .asm files trying to find a indicator which could be added to a Tile Type perhaps which would trick a path tile into thinking a normal tile was it's same path.

...I haven't really gotten any progress at all. I really don't understand ASM of the pathing system. (or much ASM at all, tbh)

Is this something that could be done easily or am I biting off much more than I can chew? Some help would be appreciated!
 

MistSonata

Moderator
So, speaking as someone who has actually written their own path system for the NESmaker beta, it's absolutely possible, but the code isn't there yet. What you're looking for is a "ignore path" tile type, and from what I can tell, it'll be available in the future, but just not yet.
 
Top Bottom