dragonboy269

  1. Messing around again with ACCF

    So ,since I'm making the Search/Teleport code soon, I thought I'd completely remake Real-Time World Edit for practice. I added checks to make sure you don't write to the wrong place, so this should be the same as v2 right?
    [spoiler][code]lis r17,0x80E6
    lbzu r10,0x38D7(r17) //x coordinate
    lbz r17,0x8(r17) //y coordinate

    cmpwi r10,0x60 //check if we're after the map
    bgelr
    cmpwi r17,0x60 //check if we're after the map (to make sure we ...
    Categories
    Uncategorized