mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-01 17:27:19 -04:00
Misc fixes (#2860)
* Misc matches * Remove more old dol2asm stuff * Remove dCcS::SetMass-related fakematches No longer necessary with the PCH for some reason. * Use attention types enum in more places * Remove more dol2asm stuff * Clean up matDL_dis.py
This commit is contained in:
@@ -121,8 +121,8 @@ static bool reportOK() {
|
||||
static JUtility::TColor ShadowDarkColor(0, 0, 0, 0x80);
|
||||
static JUtility::TColor ShadowLightColor(0xFF, 0xFF, 0xFF, 0x80);
|
||||
|
||||
// NONMATCHING - string being put in stack instead of register
|
||||
int dDbVw_Report(int x, int y, char const* string, ...) {
|
||||
string;
|
||||
char buffer[256];
|
||||
|
||||
if (reportOK()) {
|
||||
|
||||
Reference in New Issue
Block a user