diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-07 16:57:51 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-07 16:57:51 -0400 |
| commit | 51ac538c25f8c0a6d88101569a17f02d09855d31 (patch) | |
| tree | 511154a1efc0ece4114d690eb30f3f8d7a882504 /wram.asm | |
| parent | Use 'tile' and 'tiles' macros (diff) | |
| download | pokeyellow-51ac538c25f8c0a6d88101569a17f02d09855d31.tar.gz pokeyellow-51ac538c25f8c0a6d88101569a17f02d09855d31.tar.xz pokeyellow-51ac538c25f8c0a6d88101569a17f02d09855d31.zip | |
Identify SPRITESTATEDATA2_ORIGFACINGDIRECTION
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
