[FE8U] World Map - SETDESTINATION on existing locations

I don’t know if anyone has ever had this problem but anyway if you try to use SETDESTINATION to put the little ‘next chapter’ flag on a world map location that has already been loaded, it will fail.

Quick fix for that:

PUSH
    ORG $c2fc
    SHORT 0 //don't skip if the next location already exists
POP
4 Likes