Advertisement
Kaztalek

Shared Cycle Flags

Apr 23rd, 2015
465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Addresses for MM (U) in Mupen-rrv2:
  2. 0xCD5408 is flag1
  3. 0xCD5409 is flag2
  4. 0xCD540A is flag3
  5. 0xCD540B is flag4
  6. These bytes hold information on cycle-specific flags. That is, things that you can activate that stay set until you play song of time. The info in these bytes is dependent on the scene, so it changes for every area. Some examples of cycle-specific flags:
  7. -plant a bean
  8. -water a bean plant
  9. -certain Tatl texts
  10. -pour a bug in a hole
  11. -blow up rocks/boulders/snowballs that don't come back
  12. -melting ice
  13. -killing a big octo
  14. Each of these actions has a value that it adds to one of the flags. For instance, breaking a certain rock may add 16 to flag1, while breaking a different rock may add 32 to flag1.
  15. In the case of the mystery bean plant, checking Tatl text at the GB fence adds 128 to flag1. The observatory bean is considered planted if flag1 is greater than 63, and rideable if flag1 is greater than 127.
  16. With clever manipulation, there is potential for more messed up scenarios.
  17. I will edit this pastebin if/when I learn more.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement