wii building OK / m_Do_graphic debug work (#2815)

* wii building OK + m_Do_graphic debug work

* d_meter_HIO debug cleanup

* wii m_Do_graphic stuff

* tag_attack_item OK, mirror_chain almost

* fix build

* mg_fshop matching
This commit is contained in:
TakaRikka
2025-11-17 10:01:03 -08:00
committed by GitHub
parent 4350a38fe0
commit 540217c31b
99 changed files with 3837 additions and 1964 deletions
+3 -3
View File
@@ -622,10 +622,10 @@ void daObjKAT_c::Z_BufferChk() {
#if DEBUG
#define KAT_Z_BUFFERCHK_MAX_X 640.0f
#define KAT_Z_BUFFERCHK_MAX_Y 456.0f
#define KAT_Z_BUFFERCHK_MAX_Y FB_HEIGHT
#else
#define KAT_Z_BUFFERCHK_MAX_X 608.0f
#define KAT_Z_BUFFERCHK_MAX_Y 448.0f
#define KAT_Z_BUFFERCHK_MAX_X FB_WIDTH
#define KAT_Z_BUFFERCHK_MAX_Y FB_HEIGHT
#endif
if (projected.x > 0.0f && projected.x < KAT_Z_BUFFERCHK_MAX_X && projected.y > unkFloat1 &&
projected.y < KAT_Z_BUFFERCHK_MAX_Y - unkFloat1)