diff --git a/README.md b/README.md index 23a8fbad1..cee5d619d 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Building ``` git clone https://github.com/zeldaret/tww.git ``` -- Using [Dolphin Emulator](https://dolphin-emu.org/), extract your game to `orig/GZLE01` (or `GZLJ01` for JPN, `GZLE01` for PAL). +- Using [Dolphin Emulator](https://dolphin-emu.org/), extract your game to `orig/GZLE01` (or `GZLJ01` for JPN, `GZLP01` for PAL). ![](assets/dolphin-extract.png) - To save space, the only necessary files are the following. Any others can be deleted. - `sys/main.dol` diff --git a/docs/vscode.md b/docs/vscode.md index ef2f83f4e..3b5360145 100644 --- a/docs/vscode.md +++ b/docs/vscode.md @@ -21,6 +21,9 @@ Recommended `.vscode/settings.json`: }, "files.insertFinalNewline": true, "files.trimFinalNewlines": true, + "files.associations": { + "*.inc": "cpp", + }, "search.useIgnoreFiles": false, "search.exclude": { "build/*/config.json": true, diff --git a/src/d/actor/d_a_player_HIO.inc b/src/d/actor/d_a_player_HIO.inc index 86f5d2310..9173b2ab0 100644 --- a/src/d/actor/d_a_player_HIO.inc +++ b/src/d/actor/d_a_player_HIO.inc @@ -6,8 +6,8 @@ * This file is not a standalone translation unit and is instead directly * included into d_a_player_main.cpp. * - * The original name of this file is known because of an assert contained within - * a function from this file. + * The original name of this file is not known, but a best guess was taken + * based on the original names of the classes it contains. */ #include "dolphin/types.h"