diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-05-25 09:30:24 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-05-29 17:43:11 -0500 |
commit | bc97185452e4dd38a808afeac7b6c774d4ab1163 (patch) | |
tree | cce8625b11a840a19219b5af051c6ebe83c3d95f /include/global.fieldmap.h | |
parent | 4d92810ad64d6b01701de7f4796467c402542420 (diff) |
Label all movement type functions and their callbacks
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r-- | include/global.fieldmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h index 7408a9f9a..b49611e65 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -233,7 +233,7 @@ struct MapObject /*0x1F*/ u8 previousMetatileBehavior; /*0x20*/ u8 previousMovementDirection; /*0x21*/ u8 directionSequenceIndex; - /*0x22*/ u8 playerMovementActionId; + /*0x22*/ u8 playerCopyableMovement; // used as an index to gCopyPlayerMovementFuncs for the "copy player" movement types /*size = 0x24*/ }; |