Skip to content

Commit

Permalink
PROTOCOL.md: Change bold headers to h6 within Battle Messages
Browse files Browse the repository at this point in the history
This allows Battle Message subsections to be linked to directly.
  • Loading branch information
ascriptmaster committed Jun 24, 2015
1 parent 80e43a3 commit e02e252
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ represented by a space), and the rest of the string being their username.

> The battle has ended in a tie.
**Major actions**
######Major actions

In battle, most Pokémon actions come in the form `|ACTION|POKEMON|DETAILS`
followed by a few messages detailing what happens after the action occurs.
Expand Down Expand Up @@ -286,7 +286,7 @@ etc). `NAME` is the nickname of the Pokémon performing the action.

> The Pokémon `POKEMON` has fainted.
**Minor actions**
######Minor actions

Minor actions are less important than major actions. In the official client,
they're usually displayed in small font if they have a message. Pretty much
Expand Down Expand Up @@ -429,7 +429,7 @@ enough to get you started. You can watch the data sent and received from
the server on a regular connection, or look at the client source code
for a full list of message types.

**Action requests**
######Action requests

These are how the client sends the player's decisions to the server. All
requests except `/undo` can be sent with `|RQID` at the end. `RQID` is
Expand Down

0 comments on commit e02e252

Please sign in to comment.