diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-02-26 14:40:57 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-02-26 14:40:57 +0100 |
| commit | dcb6360b4e6e42acaa5643557fef956782e2f646 (patch) | |
| tree | 03f3eef5c6d3620d2c991027b3aab7de989367bd /data | |
| parent | abe6053a4f3dcaa511035baba764609464eadc46 (diff) | |
Decompile Beanstalk
Diffstat (limited to 'data')
| -rw-r--r-- | data/animations/object/beanstalk.s | 6 | ||||
| -rw-r--r-- | data/const/object/beanstalk.s | 45 |
2 files changed, 6 insertions, 45 deletions
diff --git a/data/animations/object/beanstalk.s b/data/animations/object/beanstalk.s index 214c350e..cb6ac714 100644 --- a/data/animations/object/beanstalk.s +++ b/data/animations/object/beanstalk.s @@ -4,6 +4,12 @@ .section .rodata @ .align 2 +gSpriteAnimations_Beanstalk_0_0:: @ 08120E8C + .include "animations/gSpriteAnimations_Beanstalk_0_0.s" + +gSpriteAnimations_Beanstalk_0_1:: @ 08120ED1 + .include "animations/gSpriteAnimations_Beanstalk_0_1.s" + gSpriteAnimations_Beanstalk_1_0:: @ 08120EF9 .include "animations/gSpriteAnimations_Beanstalk_1_0.s" diff --git a/data/const/object/beanstalk.s b/data/const/object/beanstalk.s deleted file mode 100644 index 768aef3e..00000000 --- a/data/const/object/beanstalk.s +++ /dev/null @@ -1,45 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - .align 2 - -gUnk_08120DF4:: @ 08120DF4 - .4byte sub_08089D1C - .4byte sub_08089F08 - -gUnk_08120DFC:: @ 08120DFC - .incbin "beanstalk/gUnk_08120DFC.bin" - -gUnk_08120E14:: @ 08120E14 - .incbin "beanstalk/gUnk_08120E14.bin" - -gUnk_08120E3C:: @ 08120E3C - .incbin "beanstalk/gUnk_08120E3C.bin" - -gUnk_08120E50:: @ 08120E50 - .4byte sub_08089F20 - .4byte nullsub_517 - .4byte sub_0808A010 - .4byte nullsub_517 - .4byte sub_0808A0C0 - .4byte sub_0808A0C0 - .4byte sub_0808A0C0 - .4byte sub_0808A0DC - .4byte sub_0808A208 - .4byte sub_0808A2F0 - -gUnk_08120E78:: @ 08120E78 - .4byte sub_08089F38 - .4byte sub_08089F70 - .4byte sub_08089FF0 - -gUnk_08120E84:: @ 08120E84 - .4byte sub_0808A220 - .4byte nullsub_518 - -gSpriteAnimations_Beanstalk_0_0:: @ 08120E8C - .include "animations/gSpriteAnimations_Beanstalk_0_0.s" - -gSpriteAnimations_Beanstalk_0_1:: @ 08120ED1 - .include "animations/gSpriteAnimations_Beanstalk_0_1.s" |
