We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
texture.h:28
inline constexpr DWORD DEFAULT_MONSTER_ATLAS_TEX_RESOLUTION = 0x180;
texturepatch_v2_battleHooks.cpp:73
void InjectMonsterAtlasResolution(const DWORD monsterTexResolution) { OutputDebug("InjectMonsterAtlasResolution::Injecting atlas resolution of: %d\n", monsterTexResolution); InjectDWORD(IMAGE_BASE + 0x1606D9D+6, monsterTexResolution*2); InjectDWORD(IMAGE_BASE + 0x1606DAE+6, monsterTexResolution*2); InjectWORD(IMAGE_BASE + 0x16051D1+1, static_cast<WORD>(monsterTexResolution)); }
The text was updated successfully, but these errors were encountered:
MaKiPL
No branches or pull requests
texture.h:28
texturepatch_v2_battleHooks.cpp:73
The text was updated successfully, but these errors were encountered: