From b177b98495470f04f1ac6192d4d1fec0a788175f Mon Sep 17 00:00:00 2001 From: icex2 Date: Sun, 2 May 2021 13:47:15 +0200 Subject: [PATCH] doc: Add links to game error code documentation --- doc/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/README.md b/doc/README.md index 50cf4cb..7ce14c9 100644 --- a/doc/README.md +++ b/doc/README.md @@ -4,6 +4,9 @@ This folder contains various types of documentation. Table of contents: +* Game + * [Error codes](game-error-codes.md): List of bemani game specific error codes that you might + encounter during boot or gameplay with troubleshooting information * Key tools * [Inject](inject.md): Readme for one of BT5's key applications, `inject.exe` * [Launcher](launcher.md): Readme for another one of BT5's key applications, `launcher.exe`