From 9cbfa1a81862ee2d91d4ebd3ce5d5d34655c6668 Mon Sep 17 00:00:00 2001 From: kelson8 Date: Thu, 23 Jan 2025 00:28:24 -0500 Subject: [PATCH] Update add menus guide a bit. --- guides/Add-Menus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/Add-Menus.md b/guides/Add-Menus.md index d3039c8..915a21c 100644 --- a/guides/Add-Menus.md +++ b/guides/Add-Menus.md @@ -12,7 +12,7 @@ Add my custom code define under s32 l_counter = 0 in options_menu.c, example: ### To add a menu into options_menu.c: -1. Define a string using the charmap.txt into text_options_strings.h, for example to make the word "Test" add this into that file: +1. Define a string using the charmap.txt into text_options_strings.h, for example to make the word "Test" add this into that file (0xFF is needed at the end): ``` #define TEXT_OPT_TEST 0x1D,0x0E,0x1C,0x1D,0xFF ```