diff options
author | huderlem <huderlem@gmail.com> | 2019-10-06 15:14:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-06 15:14:14 -0500 |
commit | 00629ad94e8659ef017dff1a4b5c9247dcada71a (patch) | |
tree | ee2e5105393dda313314783eacb7512f704dd222 /asm/macros | |
parent | c0b06025168778705ceb044c875561a694739c74 (diff) | |
parent | 799edaf3e6c4d1aa714e6b11890a50724f3dff0e (diff) |
Merge pull request #828 from huderlem/reflection_movement
Document hide/show reflection movement actions
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/movement.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/macros/movement.inc b/asm/macros/movement.inc index 99b5c8f84..e26a00d76 100644 --- a/asm/macros/movement.inc +++ b/asm/macros/movement.inc @@ -102,8 +102,8 @@ create_movement_action clear_fixed_priority create_movement_action init_affine_anim create_movement_action clear_affine_anim - create_movement_action unknown_movement_1 - create_movement_action unknown_movement_2 + create_movement_action hide_reflection + create_movement_action show_reflection create_movement_action walk_down_start_affine create_movement_action walk_down_affine |