Document some more enum value names

This commit is contained in:
LagoLunatic
2026-05-08 18:12:26 -04:00
parent d10b2b4bd7
commit 897f043575
51 changed files with 148 additions and 224 deletions
+2 -10
View File
@@ -56,11 +56,7 @@ namespace daObjPaper {
},
{
/* mResName */ "Ppos",
#if VERSION == VERSION_DEMO
/* mHeapSize */ 0x1000,
#else
/* mHeapSize */ 0x04C0,
#endif
/* mHeapSize */ DEMO_SELECT(0x1000, 0x04C0),
/* mModelId */ PPOS_BDL_PPOS,
/* mEyeOffset */ 0x00,
/* mAttentionOffset */ 0x32,
@@ -74,11 +70,7 @@ namespace daObjPaper {
},
{
/* mResName */ "Piwa",
#if VERSION == VERSION_DEMO
/* mHeapSize */ 0x8000,
#else
/* mHeapSize */ 0x04C0,
#endif
/* mHeapSize */ DEMO_SELECT(0x8000, 0x04C0),
/* mModelId */ PIWA_BDL_PIWA,
/* mEyeOffset */ 0x3C,
/* mAttentionOffset */ 0x82,