mirror of
https://github.com/zeldaret/tmc
synced 2026-07-08 14:36:41 -04:00
Merge pull request #619 from octorock/objects
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -825,7 +825,7 @@ gSpritePtrs:: @ 080029B4
|
||||
.4byte 00000000
|
||||
.4byte 00000000
|
||||
|
||||
.4byte gSpriteAnimations_Thunderbold
|
||||
.4byte gSpriteAnimations_Thunderbolt
|
||||
.4byte 00000000
|
||||
.4byte 00000000
|
||||
.4byte 00000000
|
||||
|
||||
Reference in New Issue
Block a user