mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
d_s_room / d_a_bg first pass
This commit is contained in:
@@ -344,6 +344,8 @@ public:
|
||||
|
||||
JKRExpHeap* getResHeap() { return m_resHeap; }
|
||||
|
||||
void levelAllForceOnEventMove() { field_0x210.allForceOnEventMove(); }
|
||||
|
||||
static void onStatus(u8 status) { mStatus |= status; }
|
||||
static void offStatus(u8 status) { mStatus &= ~status; }
|
||||
static bool isStatus(u8 status) { return mStatus & status; }
|
||||
|
||||
Reference in New Issue
Block a user