FF6 Hacking
Help with battle animation graphics pointers - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Magitek Research Facility (https://www.ff6hacking.com/forums/forum-9.html)
+--- Thread: Help with battle animation graphics pointers (/thread-4351.html)



Help with battle animation graphics pointers - tomilho - 01-11-2024

The "Pointers to Battle Animation Frame Data", located at $D4DF3C, determines what tiles and graphics each battle animation will display. Sounds decently simple... I wanted to find where the pointers to the Trident weapon frames are, but I really couldn't make any sense of the indexation here.

I firstly thought that it would follow the same order as the animation scripts, so that animation $0000 would have it's pointer located at $0000 of this table.  Trident has an animation index of $2E, but pointer $2E of this table ($D4DF98) doesn't seem to do nothing to the Trident graphics.

Also, I've checked the animation scripts document, made by Everything, and noticed that there are some indexes missing, even though no bytes are being skipped in the doc. So, what table are they actually referencing to?

Messing with battle graphics has been somewhat confusing, I'd appreciate if someone could make some breakdown of it, haha.

TLDR; how to find the weapon graphics pointers in $D4DF3C?


RE: Help with battle animation graphics pointers - C-Dude - 01-11-2024

There's a long discussion about these pointers and how they work in another thread of this subsection, you should be able to find what you need there:

https://www.ff6hacking.com/forums/thread-4260.html