diff options
author | Stephen Simpson <megazig@gmail.com> | 2011-10-14 00:33:51 -0500 |
---|---|---|
committer | Stephen Simpson <megazig@gmail.com> | 2011-10-14 00:33:51 -0500 |
commit | 48713b7a405c95022e85f4cf5ce7c27363815d74 (patch) | |
tree | e15dd9b056a8991365506bf085c4086de19e0d7c /kamek_pal.x | |
parent | 9098cb8b28c089d8abe1b2ff7d9010ab5c6d8766 (diff) | |
download | kamek-48713b7a405c95022e85f4cf5ce7c27363815d74.tar.gz kamek-48713b7a405c95022e85f4cf5ce7c27363815d74.zip |
Got working anmPat animations. anmChr needs fixing
added rotation to MegaGoomba based on direction.
added eyes blinking to MegaGoomba.
added speed and jump changes based on how many hits MG has taken.
Diffstat (limited to '')
-rw-r--r-- | kamek_pal.x | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kamek_pal.x b/kamek_pal.x index 702f857..8030c51 100644 --- a/kamek_pal.x +++ b/kamek_pal.x @@ -1025,12 +1025,12 @@ SECTIONS { process__Q23m3d11anmTexPat_cFv = 0x80166f10; processOneEntry__Q23m3d11anmTexPat_cFv = 0x80166fc0; getFrameForEntry__Q23m3d11anmTexPat_cFv = 0x80167020; - setFrameForEntry__Q23m3d11anmTexPat_cFv = 0x80167020; - getUpdateForEntry__Q23m3d11anmTexPat_cFv = 0x80167040; - setUpdateForEntry__Q23m3d11anmTexPat_cFv = 0x80167050; + setFrameForEntry__Q23m3d11anmTexPat_cFfi = 0x80167020; + getUpdateRateForEntry__Q23m3d11anmTexPat_cFv = 0x80167040; + setUpdateRateForEntry__Q23m3d11anmTexPat_cFfi = 0x80167050; isEntryAnimationDone__Q23m3d11anmTexPat_cFv = 0x80167060; queryEntrySomething__Q23m3d11anmTexPat_cFv = 0x80167070; - setEntryByte34__Q23m3d11anmTexPat_cFv = 0x80167080; + setEntryByte34__Q23m3d11anmTexPat_cFUci = 0x80167080; getEntryField28__Q23m3d11anmTexPat_cFv = 0x801670a0; vf0C__Q23m3d11anmTexPat_cFv = 0x801670c0; |