summaryrefslogtreecommitdiff
path: root/data/animations
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2023-12-28 14:59:23 +0100
committeroctorock <79596758+octorock@users.noreply.github.com>2023-12-28 14:59:23 +0100
commit768efa50b308be03737d7eae2a1069627ea48b79 (patch)
tree447c266172ef82df68bfd6d4737acb499f2b1a9d /data/animations
parentb6a94d5062076ce53a00609e1e661b9da9e7ee5b (diff)
parentdae4c669913c3dc4248291f2d843ac39525b2738 (diff)
Merge branch 'master' into tilemap-docs
Diffstat (limited to 'data/animations')
-rw-r--r--data/animations/object/thunderbold.s20
-rw-r--r--data/animations/object/thunderbolt.s20
2 files changed, 20 insertions, 20 deletions
diff --git a/data/animations/object/thunderbold.s b/data/animations/object/thunderbold.s
deleted file mode 100644
index e221b379..00000000
--- a/data/animations/object/thunderbold.s
+++ /dev/null
@@ -1,20 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
- .align 2
-
-gSpriteAnimations_Thunderbold_0:: @ 0812296C
- .include "animations/gSpriteAnimations_Thunderbold_0.s"
-
-gSpriteAnimations_Thunderbold_1:: @ 0812297C
- .include "animations/gSpriteAnimations_Thunderbold_1.s"
-
-gSpriteAnimations_Thunderbold_2:: @ 08122988
- .include "animations/gSpriteAnimations_Thunderbold_2.s"
-
-gSpriteAnimations_Thunderbold:: @ 081229A4
- .4byte gSpriteAnimations_Thunderbold_0
- .4byte gSpriteAnimations_Thunderbold_1
- .4byte gSpriteAnimations_Thunderbold_2
- .4byte 00000000
diff --git a/data/animations/object/thunderbolt.s b/data/animations/object/thunderbolt.s
new file mode 100644
index 00000000..3b84b360
--- /dev/null
+++ b/data/animations/object/thunderbolt.s
@@ -0,0 +1,20 @@
+ .include "asm/macros.inc"
+ .include "constants/constants.inc"
+
+ .section .rodata
+ .align 2
+
+gSpriteAnimations_Thunderbolt_0:: @ 0812296C
+ .include "animations/gSpriteAnimations_Thunderbolt_0.s"
+
+gSpriteAnimations_Thunderbolt_1:: @ 0812297C
+ .include "animations/gSpriteAnimations_Thunderbolt_1.s"
+
+gSpriteAnimations_Thunderbolt_2:: @ 08122988
+ .include "animations/gSpriteAnimations_Thunderbolt_2.s"
+
+gSpriteAnimations_Thunderbolt:: @ 081229A4
+ .4byte gSpriteAnimations_Thunderbolt_0
+ .4byte gSpriteAnimations_Thunderbolt_1
+ .4byte gSpriteAnimations_Thunderbolt_2
+ .4byte 00000000