gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS development > OamState and OAMTable??

#165379 - afireohno - Thu Dec 18, 2008 4:56 pm

I was hoping I could get some clarification from someone about what each is and how to use them together with the new API?

#165382 - dovoto - Fri Dec 19, 2008 1:43 am

oamtable is a copy of the oam registers. oam state is used by the api to track cumulative aspects of oam attributes (such as rotation and scale).

To use the api you dont need to use either of these, the oam* functions should provide access to all oam behavior (or that is its goal).

If you have a more specific question on usage that might be easier to address. As in "how do i do blah with the new api?".
_________________
www.drunkencoders.com

#165386 - afireohno - Fri Dec 19, 2008 2:43 am

For now I just need to access hFlip and vFlip to get running up to the point were I was before the new release. I'll probably have more questions as I progress, but for now that would be enough. Thanks for the reply.