From 85cded6ec5b329bb69a47544487b53bc0260f427 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Tue, 26 Dec 2017 13:10:12 -0500 Subject: Update docs --- docs/music_commands.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/music_commands.md') diff --git a/docs/music_commands.md b/docs/music_commands.md index 43d607ff9..21befa71f 100644 --- a/docs/music_commands.md +++ b/docs/music_commands.md @@ -7,8 +7,6 @@ See also: [Sound Engine Commands](https://github.com/pret/pokecrystal/wiki/Sound ## `musicheader` *n*, *index*, *address* -## `cry_header` *n*, *index*, *address* - ## `note` *pitch*, *length* (Used on all channels) -- cgit v1.2.3 From c4a18b13295cd9f2777bfa27a37aafc09eb31684 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Tue, 26 Dec 2017 22:36:01 -0500 Subject: Correct documentation Split out text_constants.asm --- docs/music_commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/music_commands.md') diff --git a/docs/music_commands.md b/docs/music_commands.md index 21befa71f..7f7bd8b32 100644 --- a/docs/music_commands.md +++ b/docs/music_commands.md @@ -2,7 +2,7 @@ Defined in [macros/scripts/audio.asm](/macros/scripts/audio.asm) and [audio/engine.asm:MusicCommands](/audio/engine.asm). -See also: [Sound Engine Commands](https://github.com/pret/pokecrystal/wiki/Sound-Engine-Commands) +*See also: [Sound Engine Commands](https://github.com/pret/pokecrystal/wiki/Sound-Engine-Commands)* ## `musicheader` *n*, *index*, *address* -- cgit v1.2.3