aboutsummaryrefslogtreecommitdiffstats
path: root/wram.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-07 16:57:51 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-07 16:57:51 -0400
commit51ac538c25f8c0a6d88101569a17f02d09855d31 (patch)
tree511154a1efc0ece4114d690eb30f3f8d7a882504 /wram.asm
parentUse 'tile' and 'tiles' macros (diff)
downloadpokeyellow-51ac538c25f8c0a6d88101569a17f02d09855d31.tar.gz
pokeyellow-51ac538c25f8c0a6d88101569a17f02d09855d31.tar.xz
pokeyellow-51ac538c25f8c0a6d88101569a17f02d09855d31.zip
Identify SPRITESTATEDATA2_ORIGFACINGDIRECTION
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index db5b7476..98f890fd 100755
--- a/wram.asm
+++ b/wram.asm
@@ -206,7 +206,7 @@ wSpriteStateData2::
; - 6: movement byte 1 (determines whether a sprite can move, $ff:not moving, $fe:random movements, others unknown)
; - 7: (?) (set to $80 when in grass, else $0; may be used to draw grass above the sprite)
; - 8: delay until next movement (counted downwards, movement status is set to ready if reached 0)
-; - 9
+; - 9: original facing direction (backed up by DisplayTextIDInit, restored by CloseTextDisplay)
; - A
; - B
; - C