mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
work on d_camera / d_ev_camera (#2170)
This commit is contained in:
@@ -30,6 +30,7 @@ struct Z2StatusMgr : public JASGlobalInstance<Z2StatusMgr> {
|
||||
u8 getHour() { return mHour; }
|
||||
bool isPaused() { return mIsMenuIn; }
|
||||
bool isHeartGuageOn() { return mHeartGaugeOn; }
|
||||
void getCameraMapInfo(u32 info) { mCameraMapInfo = info; }
|
||||
|
||||
/* 0x00 */ u8 mHour;
|
||||
/* 0x01 */ u8 mMinute;
|
||||
|
||||
Reference in New Issue
Block a user