From 6cf5e5da6804031e446fbec72ce7e19cc4473a30 Mon Sep 17 00:00:00 2001 From: MysterD Date: Wed, 16 Sep 2020 01:01:29 -0700 Subject: [PATCH] Add missing 'Chat' text --- src/game/options_menu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/game/options_menu.c b/src/game/options_menu.c index fb9edc88b..9b7712549 100644 --- a/src/game/options_menu.c +++ b/src/game/options_menu.c @@ -104,6 +104,8 @@ static const u8 optsCheatsStr[][64] = { { TEXT_OPT_CHEAT9 }, }; +#define TEXT_BIND_CHAT 0x0C,0x2B,0x24,0x37,0xFF + static const u8 bindStr[][32] = { { TEXT_OPT_UNBOUND }, { TEXT_OPT_PRESSKEY },