From 4a05debccd9e1189752afa45c3e9f7ebf6017ca3 Mon Sep 17 00:00:00 2001 From: Agent X <44549182+Agent-11@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:00:31 -0500 Subject: [PATCH] Quick fixes --- .gitattributes | 5 ++++- README.md | 2 +- data/dynos.cpp.h | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 48a9e36a..d66b590e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -24,4 +24,7 @@ *.m64 binary *.png binary *.aiff binary -*.ico binary \ No newline at end of file +*.ico binary +*.mp3 binary +*.lvl binary +*.tex binary \ No newline at end of file diff --git a/README.md b/README.md index 958b0ab9..8008d972 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Run `./extract_assets.py --clean && make clean` or `make distclean` to clear ROM [Instructions on how to play are available on the wiki.](https://github.com/djoslin0/sm64ex-coop/wiki/How-to-Play) -- The easiest way to play is by using [coopdx-patcher](https://github.com/coop-compiler/coop-compiler/releases/latest/download/coop-compiler.exe) +- The easiest way to play is by using [coopdx-patcher](https://github.com/coop-deluxe/coopdx-patcher/releases/latest/download/coopdx-patcher.exe) ## Goal (accomplished) Create a mod for the PC port where multiple people can play together online. diff --git a/data/dynos.cpp.h b/data/dynos.cpp.h index a6e4b75e..143099b1 100644 --- a/data/dynos.cpp.h +++ b/data/dynos.cpp.h @@ -745,7 +745,7 @@ void PrintError(const char *aFmt, Args... aArgs) { printf(aFmt, aArgs...); printf("\r\n"); fflush(stdout); - PrintConsole(aFmt, CONSOLE_MESSAGE_ERROR, aArgs...); + // PrintConsole(aFmt, CONSOLE_MESSAGE_ERROR, aArgs...); } #define PrintDataError(...) { \ if (aGfxData->mErrorCount == 0) Print(" ERROR!"); \