Advertisement
imbued

Deku Guard SRM Notes

Dec 30th, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Deku Guard SRM Notes
  2.  
  3. We want to manipulate the 2 bytes in the guard instance at [guard] + 0x226
  4.  
  5. Using pot SRM, we will use the last 2 bytes of X Position (X Position is 4 bytes and starts at [pot] + 0x24)
  6.  
  7. [pot] + 0x26 = [guard] + 0x226
  8. [pot] - [guard] = 0x200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement