summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-06-21 13:06:58 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-06-21 13:06:58 -0400
commit6dfe2ff14dcda164b9e7882bb9de53b8192b2fbb (patch)
treef2caab12d982f1c96761e42891006e0333230e02 /src
parent92bf25bd0dbd52fcab1c0c504b7d5dafccad9a3e (diff)
Decompile these sprite templates
Diffstat (limited to 'src')
-rw-r--r--src/battle_anim_mon_movement.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/battle_anim_mon_movement.c b/src/battle_anim_mon_movement.c
new file mode 100644
index 000000000..30d796758
--- /dev/null
+++ b/src/battle_anim_mon_movement.c
@@ -0,0 +1,21 @@
+#include "global.h"
+
+void sub_80990AC(struct Sprite * sprite);
+void sub_8099144(struct Sprite * sprite);
+void sub_80991B4(struct Sprite * sprite);
+void sub_80992E0(struct Sprite * sprite);
+void sub_8099394(struct Sprite * sprite);
+
+const struct SpriteTemplate gUnknown_83D4E4C[] = {
+ {
+ 0, 0, &gDummyOamData, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_80990AC
+ }, {
+ 0, 0, &gDummyOamData, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_8099144
+ }, {
+ 0, 0, &gDummyOamData, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_80991B4
+ }, {
+ 0, 0, &gDummyOamData, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_80992E0
+ }, {
+ 0, 0, &gDummyOamData, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_8099394
+ }
+};