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/pic_animations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/pic_animations.md') diff --git a/docs/pic_animations.md b/docs/pic_animations.md index ba11a1dc1..1075eb25b 100644 --- a/docs/pic_animations.md +++ b/docs/pic_animations.md @@ -5,9 +5,9 @@ Defined in [macros/scripts/gfx_anims.asm](/macros/scripts/gfx_anims.asm). Pic animations are assembled in 3 parts: - Top-level animations: - - `frame` *#*, *duration*: Frame 0 is the original pic (no change) - - `setrepeat` *#*: Sets the number of times to repeat - - `dorepeat` *#*: Repeats from command *#* (starting from 0) + - frame N, duration: Frame #0 is the original pic (no change) + - setrepeat N: Sets the number of times to repeat + - dorepeat I: Repeats from command #I (starting from 0) - `end` - Bitmasks: -- cgit v1.2.3