mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-31 07:45:48 -04:00
d_kankyo_wether / d_eye_hl (#178)
* d_eye_hl / d_kankyo_wether wip * more d_kankyo_wether + format * remove asm * some d_kankyo wip * fix dccs vtable * some m_Do_graphic / d_meter2_draw work
This commit is contained in:
@@ -937,7 +937,7 @@ asm void J2DTextBox::getBlack() const {
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
asm void J2DPicture::getWhite() const {
|
||||
asm JUtility::TColor J2DPicture::getWhite() const {
|
||||
nofralloc
|
||||
#include "asm/d/menu/d_menu_letter/getWhite__10J2DPictureCFv.s"
|
||||
}
|
||||
@@ -947,7 +947,7 @@ asm void J2DPicture::getWhite() const {
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
asm void J2DPicture::getBlack() const {
|
||||
asm JUtility::TColor J2DPicture::getBlack() const {
|
||||
nofralloc
|
||||
#include "asm/d/menu/d_menu_letter/getBlack__10J2DPictureCFv.s"
|
||||
}
|
||||
|
||||
@@ -263,7 +263,6 @@ extern "C" extern void* g_fpcLf_Method[5 + 1 /* padding */];
|
||||
extern "C" extern void* __vt__12dDlst_base_c[3];
|
||||
extern "C" extern void* __vt__10CSTControl[4];
|
||||
extern "C" u8 m_cpadInfo__8mDoCPd_c[256];
|
||||
extern "C" extern u8 g_clearColor[4];
|
||||
extern "C" u8 mFader__13mDoGph_gInf_c[4];
|
||||
extern "C" u8 mFrameBufferTimg__13mDoGph_gInf_c[4];
|
||||
extern "C" u8 mFrameBufferTex__13mDoGph_gInf_c[4];
|
||||
|
||||
Reference in New Issue
Block a user