From d2725c31040af3d54ea9b0f28f8fe89d6454e75b Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Wed, 17 Jan 2018 13:58:50 -0500 Subject: Allow italics/bold within inline code --- docs/movement_commands.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'docs/movement_commands.md') diff --git a/docs/movement_commands.md b/docs/movement_commands.md index 56b55f53e..10792c88b 100644 --- a/docs/movement_commands.md +++ b/docs/movement_commands.md @@ -3,33 +3,33 @@ Defined in [macros/scripts/movement.asm](/macros/scripts/movement.asm) and [engine/movement.asm:MovementPointers](/engine/movement.asm). -## `$00`−`$03`: `turn_head` *direction* +## `$00`−`$03`: turn_head direction -## `$04`−`$07`: `turn_step` *direction* +## `$04`−`$07`: turn_step direction -## `$08`−`$0B`: `slow_step` *direction* +## `$08`−`$0B`: slow_step direction -## `$0C`−`$0F`: `step` *direction* +## `$0C`−`$0F`: step direction -## `$10`−`$13`: `big_step` *direction* +## `$10`−`$13`: big_step direction -## `$14`−`$17`: `slow_slide_step` *direction* +## `$14`−`$17`: slow_slide_step direction -## `$18`−`$1B`: `slide_step` *direction* +## `$18`−`$1B`: slide_step direction -## `$1C`−`$1F`: `fast_slide_step` *direction* +## `$1C`−`$1F`: fast_slide_step direction -## `$20`−`$23`: `turn_away` *direction* +## `$20`−`$23`: turn_away direction -## `$24`−`$27`: `turn_in` *direction* +## `$24`−`$27`: turn_in direction -## `$28`−`$2B`: `turn_waterfall` *direction* +## `$28`−`$2B`: turn_waterfall direction -## `$2C`−`$2F`: `slow_jump_step` *direction* +## `$2C`−`$2F`: slow_jump_step direction -## `$30`−`$33`: `jump_step` *direction* +## `$30`−`$33`: jump_step direction -## `$34`−`$37`: `fast_jump_step` *direction* +## `$34`−`$37`: fast_jump_step direction ## `$38`: `remove_sliding` @@ -43,11 +43,11 @@ Defined in [macros/scripts/movement.asm](/macros/scripts/movement.asm) and [engi ## `$3D`: `hide_object` -## `$3E`−`$46`: `step_sleep` *length* +## `$3E`−`$46`: step_sleep length ## `$47`: `step_end` -## `$48`: `step_48` *param* +## `$48`: step_48 param ## `$49`: `remove_object` @@ -61,7 +61,7 @@ Defined in [macros/scripts/movement.asm](/macros/scripts/movement.asm) and [engi ## `$4E`: `skyfall` -## `$4F`: `step_dig` *length* +## `$4F`: step_dig length ## `$50`: `step_bump` @@ -73,12 +73,12 @@ Defined in [macros/scripts/movement.asm](/macros/scripts/movement.asm) and [engi ## `$54`: `show_emote` -## `$55`: `step_shake` *displacement* +## `$55`: step_shake displacement ## `$56`: `tree_shake` -## `$57`: `rock_smash` *length* +## `$57`: rock_smash length -## `$58`: `return_dig` *length* +## `$58`: return_dig length ## `$59`: `skyfall_top` -- cgit v1.2.3