diff options
| author | Max <mparisi@stevens.edu> | 2020-10-17 20:16:23 -0400 |
|---|---|---|
| committer | Max <mparisi@stevens.edu> | 2020-10-17 20:16:23 -0400 |
| commit | 67137e460468b0f5293561165c0113d43d60c473 (patch) | |
| tree | 8a538c205382a40f418165e24c4aa134882e0226 /include/unkStruct.h | |
| parent | a9e25ce7ed4e0ad2f53b520445eed63d476c1257 (diff) | |
add unkStruct.h
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;
|
