summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2022-02-22 23:15:13 +0100
committeroctorock <79596758+octorock@users.noreply.github.com>2022-02-22 23:15:13 +0100
commit4df984bcf707a0855cf5cbecabf9c3630e60c450 (patch)
treee0cf06834890f9d1db35305ecd95b1d6844707b3 /data
parent62b8e59af1726c8fdf3b479732f84bf9cf02c180 (diff)
Decompile CrenelBeanSprout
Diffstat (limited to 'data')
-rw-r--r--data/animations/object/crenalBeanSprout.s41
-rw-r--r--data/animations/object/crenelBeanSprout.s41
-rw-r--r--data/const/object/crenalBeanSprout.s40
-rw-r--r--data/gfx/sprite_ptrs.s2
4 files changed, 42 insertions, 82 deletions
diff --git a/data/animations/object/crenalBeanSprout.s b/data/animations/object/crenalBeanSprout.s
deleted file mode 100644
index 9f4b99e1..00000000
--- a/data/animations/object/crenalBeanSprout.s
+++ /dev/null
@@ -1,41 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
-@ .align 2
-
-gSpriteAnimations_CrenalBeanSprout_0:: @ 081231BA
- .include "animations/gSpriteAnimations_CrenalBeanSprout_0.s"
-
-gSpriteAnimations_CrenalBeanSprout_3:: @ 081231BF
- .include "animations/gSpriteAnimations_CrenalBeanSprout_3.s"
-
-gSpriteAnimations_CrenalBeanSprout_6:: @ 081231CC
- .include "animations/gSpriteAnimations_CrenalBeanSprout_6.s"
-
-gSpriteAnimations_CrenalBeanSprout_8:: @ 081231D5
- .include "animations/gSpriteAnimations_CrenalBeanSprout_8.s"
-
-gSpriteAnimations_CrenalBeanSprout_10:: @ 081231E6
- .include "animations/gSpriteAnimations_CrenalBeanSprout_10.s"
-
-gSpriteAnimations_CrenalBeanSprout_1:: @ 081231FB
- .include "animations/gSpriteAnimations_CrenalBeanSprout_1.s"
-
-gSpriteAnimations_CrenalBeanSprout_12:: @ 08123204
- .include "animations/gSpriteAnimations_CrenalBeanSprout_12.s"
-
-gSpriteAnimations_CrenalBeanSprout:: @ 08123208
- .4byte gSpriteAnimations_CrenalBeanSprout_0
- .4byte gSpriteAnimations_CrenalBeanSprout_1
- .4byte gSpriteAnimations_CrenalBeanSprout_0
- .4byte gSpriteAnimations_CrenalBeanSprout_3
- .4byte gSpriteAnimations_CrenalBeanSprout_1
- .4byte gSpriteAnimations_CrenalBeanSprout_3
- .4byte gSpriteAnimations_CrenalBeanSprout_6
- .4byte gSpriteAnimations_CrenalBeanSprout_6
- .4byte gSpriteAnimations_CrenalBeanSprout_8
- .4byte gSpriteAnimations_CrenalBeanSprout_8
- .4byte gSpriteAnimations_CrenalBeanSprout_10
- .4byte gSpriteAnimations_CrenalBeanSprout_10
- .4byte gSpriteAnimations_CrenalBeanSprout_12
diff --git a/data/animations/object/crenelBeanSprout.s b/data/animations/object/crenelBeanSprout.s
new file mode 100644
index 00000000..933fdca3
--- /dev/null
+++ b/data/animations/object/crenelBeanSprout.s
@@ -0,0 +1,41 @@
+ .include "asm/macros.inc"
+ .include "constants/constants.inc"
+
+ .section .rodata
+@ .align 2
+
+gSpriteAnimations_CrenelBeanSprout_0:: @ 081231BA
+ .include "animations/gSpriteAnimations_CrenelBeanSprout_0.s"
+
+gSpriteAnimations_CrenelBeanSprout_3:: @ 081231BF
+ .include "animations/gSpriteAnimations_CrenelBeanSprout_3.s"
+
+gSpriteAnimations_CrenelBeanSprout_6:: @ 081231CC
+ .include "animations/gSpriteAnimations_CrenelBeanSprout_6.s"
+
+gSpriteAnimations_CrenelBeanSprout_8:: @ 081231D5
+ .include "animations/gSpriteAnimations_CrenelBeanSprout_8.s"
+
+gSpriteAnimations_CrenelBeanSprout_10:: @ 081231E6
+ .include "animations/gSpriteAnimations_CrenelBeanSprout_10.s"
+
+gSpriteAnimations_CrenelBeanSprout_1:: @ 081231FB
+ .include "animations/gSpriteAnimations_CrenelBeanSprout_1.s"
+
+gSpriteAnimations_CrenelBeanSprout_12:: @ 08123204
+ .include "animations/gSpriteAnimations_CrenelBeanSprout_12.s"
+
+gSpriteAnimations_CrenelBeanSprout:: @ 08123208
+ .4byte gSpriteAnimations_CrenelBeanSprout_0
+ .4byte gSpriteAnimations_CrenelBeanSprout_1
+ .4byte gSpriteAnimations_CrenelBeanSprout_0
+ .4byte gSpriteAnimations_CrenelBeanSprout_3
+ .4byte gSpriteAnimations_CrenelBeanSprout_1
+ .4byte gSpriteAnimations_CrenelBeanSprout_3
+ .4byte gSpriteAnimations_CrenelBeanSprout_6
+ .4byte gSpriteAnimations_CrenelBeanSprout_6
+ .4byte gSpriteAnimations_CrenelBeanSprout_8
+ .4byte gSpriteAnimations_CrenelBeanSprout_8
+ .4byte gSpriteAnimations_CrenelBeanSprout_10
+ .4byte gSpriteAnimations_CrenelBeanSprout_10
+ .4byte gSpriteAnimations_CrenelBeanSprout_12
diff --git a/data/const/object/crenalBeanSprout.s b/data/const/object/crenalBeanSprout.s
deleted file mode 100644
index 5aca31ca..00000000
--- a/data/const/object/crenalBeanSprout.s
+++ /dev/null
@@ -1,40 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .section .rodata
- .align 2
-
-gUnk_08123168:: @ 08123168
- .4byte sub_08096334
- .4byte sub_0809651C
- .4byte sub_08096704
- .4byte sub_08096758
- .4byte sub_08096780
- .4byte sub_080967E4
- .4byte sub_08096834
-
-gUnk_08123184:: @ 08123184
- .incbin "crenalBeanSprout/gUnk_08123184.bin"
-
-gUnk_0812318C:: @ 0812318C
- .4byte sub_0809671C
- .4byte nullsub_121
- .4byte sub_08096734
- .4byte sub_08096740
-
-gUnk_0812319C:: @ 0812319C
- .incbin "crenalBeanSprout/gUnk_0812319C.bin"
-
-gUnk_081231A0:: @ 081231A0
- .4byte sub_08096858
- .4byte sub_08096904
- .4byte sub_08096988
-
-gUnk_081231AC:: @ 081231AC
- .incbin "crenalBeanSprout/gUnk_081231AC.bin"
-
-gUnk_081231AE:: @ 081231AE
- .incbin "crenalBeanSprout/gUnk_081231AE.bin"
-
-gUnk_081231B4:: @ 081231B4
- .incbin "crenalBeanSprout/gUnk_081231B4.bin"
diff --git a/data/gfx/sprite_ptrs.s b/data/gfx/sprite_ptrs.s
index 6e9209c7..bd830cd0 100644
--- a/data/gfx/sprite_ptrs.s
+++ b/data/gfx/sprite_ptrs.s
@@ -1095,7 +1095,7 @@ gSpritePtrs:: @ 080029B4
.4byte 00000000
.4byte 00000000
- .4byte gSpriteAnimations_CrenalBeanSprout
+ .4byte gSpriteAnimations_CrenelBeanSprout
.4byte 00000000
.4byte 00000000
.4byte 00000000