summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authornotyourav <65437533+notyourav@users.noreply.github.com>2023-08-06 17:33:21 -0700
committerGitHub <noreply@github.com>2023-08-06 17:33:21 -0700
commit8a294a49b68212a111d3fa2b25a80698eeb94051 (patch)
tree3e1ba7ea3cca924b9d42007aebf67d0c0daf9224 /data
parentd7a82d02e4c971447b7212edd76ed878a9e600dc (diff)
parent4d67e6fe1ff97f964e700b27dc2b1f8911002a12 (diff)
Merge pull request #619 from octorock/objects
Diffstat (limited to 'data')
-rw-r--r--data/animations/object/thunderbold.s20
-rw-r--r--data/animations/object/thunderbolt.s20
-rw-r--r--data/gfx/sprite_ptrs.s2
3 files changed, 21 insertions, 21 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
diff --git a/data/gfx/sprite_ptrs.s b/data/gfx/sprite_ptrs.s
index d2ebeb6f..364bf75e 100644
--- a/data/gfx/sprite_ptrs.s
+++ b/data/gfx/sprite_ptrs.s
@@ -825,7 +825,7 @@ gSpritePtrs:: @ 080029B4
.4byte 00000000
.4byte 00000000
- .4byte gSpriteAnimations_Thunderbold
+ .4byte gSpriteAnimations_Thunderbolt
.4byte 00000000
.4byte 00000000
.4byte 00000000