summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
authorAndrew <andrewrmartinek@gmail.com>2020-06-06 14:58:43 -0400
committerAndrew <andrewrmartinek@gmail.com>2020-06-06 14:58:43 -0400
commit93df19eba83c7f18cb7a0960045ad269391b8bbe (patch)
tree050e3476a7a1e880ecd50eded5036d6caa521ade /src/wram.asm
parent6c74edb245a25feaf202f9ee101774be9155bf48 (diff)
uncover sprite animation system and data formats
Diffstat (limited to 'src/wram.asm')
-rw-r--r--src/wram.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wram.asm b/src/wram.asm
index acd9638..ba61151 100644
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -2384,22 +2384,22 @@ wSpriteAnimBuffer:: ; d4d0
sprite_anim_struct wSprite15
sprite_anim_struct wSprite16
-wd5d0:: ; d5d0
+wCurrSpriteAttributes:: ; d5d0
ds $1
-wd5d1:: ; d5d1
+wCurrSpriteXPos:: ; d5d1
ds $1
-wd5d2:: ; d5d2
+wCurrSpriteYPos:: ; d5d2
ds $1
-wd5d3:: ; d5d3
+wCurrSpriteTileID:: ; d5d3
ds $1
-wd5d4:: ; d5d4
+wCurrSpriteRightEdgeCheck:: ; d5d4
ds $1
-wd5d5:: ; d5d5
+wCurrSpriteBottomEdgeCheck:: ; d5d5
ds $1
wd5d6:: ; d5d6