Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/developer-docs/rich-presence.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ It is built by replacing any macros in the display string with text from a Looku

This means use the Lookup or Format that's called `Powerup`, and give it whatever 8-bit value is in the address 0x756. After converting, put the result in between "Using " and "!".

**NOTE**: Lookup/Format names are case sensitive and must exactly match the usage in the Display string: `@test(0x1234)` will not find `Format:Test`
**NOTE**: Lookup/Format names are case-sensitive and must exactly match the usage in the Display string: `@test(0x1234)` will not find `Format:Test`

**NOTE**: Lookup/Format definitions cannot contain spaces before or after the name. `@test(0x1234)` will not find `Format:test ` or `Format: test`
**NOTE**: Lookup/Format definitions cannot contain spaces before or after the name. `@test(0x1234)` will not find `Format:test ` or `Format: test`

### Example Lookup Breakdown

Expand Down
Loading