mirror of
https://github.com/zeldaret/ss
synced 2026-08-18 13:42:45 -04:00
Attention (#35)
* attention * Header * These were meant to be public * fixup merge --------- Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com>
This commit is contained in:
@@ -182,5 +182,13 @@ public:
|
||||
/* 0x360 */ UNKWORD field_0x360;
|
||||
/* 0x364 */ u32 mActionFlags;
|
||||
|
||||
inline bool checkFlags0x340(u32 mask) const {
|
||||
return (someFlags_0x340 & mask) != 0;
|
||||
}
|
||||
|
||||
inline bool checkFlags0x350(u32 mask) const {
|
||||
return (someFlags_0x350 & mask) != 0;
|
||||
}
|
||||
|
||||
static dAcPy_c *LINK;
|
||||
};
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
#ifndef D_PAD_H
|
||||
#define D_PAD_H
|
||||
|
||||
class dPad {
|
||||
public:
|
||||
|
||||
static bool checkButtonZPressed();
|
||||
static bool checkButtonZHeld();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user