beckadam

Finally fixed it take 3

Sep 26th, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. Current_RAM_Data_Ptr = ti.pixelShadow
  3. macro ramdata name, amount
  4.     name:=Current_RAM_Data_Ptr
  5.     Current_RAM_Data_Ptr = Current_RAM_Data_Ptr + amount
  6.     assert (Current_RAM_Data_Ptr - ti.pixelShadow) < 69090
  7. end macro
Add Comment
Please, Sign In to add comment