mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 21:53:52 -04:00
Document some more enum value names
This commit is contained in:
@@ -1731,7 +1731,7 @@ static void attack_set(bk_class* i_this, u8 r28) {
|
||||
i_this->m1040.SetAtSe(dCcG_SE_UNK2);
|
||||
} else {
|
||||
i_this->m1040.SetAtType(AT_TYPE_UNK2000);
|
||||
i_this->m1040.SetAtSe(dCcG_SE_UNK4);
|
||||
i_this->m1040.SetAtSe(dCcG_SE_WOOD);
|
||||
}
|
||||
|
||||
if (r28 == 0) {
|
||||
@@ -2826,7 +2826,7 @@ static void wepon_search(bk_class* i_this) {
|
||||
if (fopAcM_GetParam(boko) == daBoko_c::Type_BOKO_STICK_e) {
|
||||
i_this->m02D5 = 0;
|
||||
i_this->m1040.SetAtType(AT_TYPE_UNK2000);
|
||||
i_this->m1040.SetAtSe(dCcG_SE_UNK4);
|
||||
i_this->m1040.SetAtSe(dCcG_SE_WOOD);
|
||||
} else {
|
||||
i_this->m02D5 = 1;
|
||||
i_this->m1040.SetAtType(AT_TYPE_UNK800);
|
||||
|
||||
Reference in New Issue
Block a user