Add Accumulators #1097
redwizard42
started this conversation in
Ideas
Replies: 2 comments
-
Other considerations:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Today I realized that if Set Accumulator is combining (like add source and sub source), it'll work in chains properly and I wouldn't need multiple for my use case. Not sure that behavior would be obvious, but it can work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Drawing from comments in RetroAchievements/rcheevos#339 ...
Building more complex math and being able to reuse these values would be of a benefit. This could be done by using something like this, drawn from Jamiras's example in the linked PR:
Get Offset to boss pointer in Object Table of Metroid PRime:
And extending this chain to calculate the direct address of the boss pointer and use it to get other data:
This can be further chained to calculate other pointer locations from that pointer.
Beta Was this translation helpful? Give feedback.
All reactions