Anm enum work (#2511)

* Added enums for b_gg, b_gos, and b_mgn

* Added enum for d_a_b_tn (might have more work for it)

* b_yo and b_zant enum work

* more enum work

* fixed mgn match break
This commit is contained in:
Carco_21
2025-06-30 01:50:11 +03:00
committed by GitHub
parent aff8180fce
commit 844a554a3b
21 changed files with 1514 additions and 1594 deletions
+15
View File
@@ -54,6 +54,21 @@ public:
/* 0x600 */ Z2SoundObjSimple mSound;
/* 0x620 */ ms_chain_s mChains[4];
/* 0x8A0 */ u8 field_0x8a0;
enum MAGNESIMA_RES_FILE_ID {
/* BMDR */
/* 0x06 */ BMDR_KUSARI = 6,
/* 0x07 */ BMDR_S_MAGNE_SIMA,
/* BRK */
/* 0x0A */ BRK_S_MAGNE_SIMA = 0xA,
/* BTK */
/* 0x0D */ BTK_S_MAGNE_SIMA = 0xD,
/* DZB */
/* 0x10 */ DZB_S_MAGNE_SIMA = 0x10,
};
};
STATIC_ASSERT(sizeof(obj_msima_class) == 0x8a4);