diff options
Diffstat (limited to 'include/unkStruct.h')
| -rw-r--r-- | include/unkStruct.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/unkStruct.h b/include/unkStruct.h index aface6c..73d3cfc 100644 --- a/include/unkStruct.h +++ b/include/unkStruct.h @@ -1,6 +1,9 @@ #ifndef POKEREVO_CODE_UNKSTRUCT_H
#define POKEREVO_CODE_UNKSTRUCT_H
+// Note: Many instances of this class appear in .sbss, and they are partially initialized
+// by the static initializers in .ctors
+
class unkStruct
{
u8 unk0;
|
