d_a_npc_pouya matching (#2806)

* d_a_npc_pouya matching

* mItemPartnerId fix
This commit is contained in:
hev7
2025-11-15 12:02:24 +00:00
committed by GitHub
parent 69c7ec2bf6
commit 822fc18990
9 changed files with 1215 additions and 1463 deletions
+1
View File
@@ -69,6 +69,7 @@ public:
static void endFrame() { JFWDisplay::getManager()->endFrame(); }
static void offFade() { mFade = 0; }
static u8 isFade() { return mFade; }
static void fadeIn_f(f32 i_fadeSpeed, _GXColor& i_fadeColor) { fadeOut_f(-i_fadeSpeed, i_fadeColor); }
static void offBlure() { mBlureFlag = false; }
static bool isBlure() { return mBlureFlag; }
static void setBlureRate(u8 i_rate) { mBlureRate = i_rate; }