Advertisement
imbued

How (Left/Right) Guanowalking Works (if not in timestop)

Jan 10th, 2020
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. - if camera angle < angle then a straight right guanowalk will not walk forward initially, but straight left will
  2. - if camera angle > angle then a straight left guanowalk will not walk forward initially, but straight right will
  3. - if camera angle = angle, then straight right and straight left guanowalks will both initially walk forward
  4.  
  5. The above assumes that Link is not initially in motion. If link is initially guanowalking, then he will not move forward when you switch directions.
  6.  
  7. Addresses on English:
  8. Angle = 0x3FFE6E
  9. Camera Angle = 0x3E6E7C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement