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 /constants/map_object_constants.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 'constants/map_object_constants.asm')
| -rw-r--r-- | constants/map_object_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/map_object_constants.asm b/constants/map_object_constants.asm index 4c44e946..459fae4a 100644 --- a/constants/map_object_constants.asm +++ b/constants/map_object_constants.asm @@ -29,7 +29,7 @@ SPRITESTATEDATA1_LENGTH EQU const_value const SPRITESTATEDATA2_MOVEMENTBYTE1 ; 6 const SPRITESTATEDATA2_GRASSPRIORITY ; 7 const SPRITESTATEDATA2_MOVEMENTDELAY ; 8 - const SPRITESTATEDATA2_09 ; 9 + const SPRITESTATEDATA2_ORIGFACINGDIRECTION ; 9 const SPRITESTATEDATA2_0A ; a const SPRITESTATEDATA2_0B ; b const SPRITESTATEDATA2_0C ; c |
