diff options
author | Aroymart <andrewrmartinek@gmail.com> | 2020-12-06 20:55:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-06 20:55:10 -0500 |
commit | db90dae74cc91f53e9ec815531572bdd295efacc (patch) | |
tree | 7f5038ab342e9160a25e17a0e55d1b96efd2d920 /src/wram.asm | |
parent | 66a5ec1006d54e0e48d544bc0514fba169d47954 (diff) | |
parent | 93df19eba83c7f18cb7a0960045ad269391b8bbe (diff) |
Merge pull request #70 from anmart/master
Uncover Sprite system from MapDataPointers
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wram.asm b/src/wram.asm index a54a8d2..15a6e1a 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -2390,22 +2390,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 |