mirror of
https://github.com/zeldaret/tp
synced 2026-09-06 19:01:05 -04:00
d_a_npc_kn work (#2274)
* checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * fixups * check * fixes 2 * fixes 3 * fixes 4 * fixes 5 --------- Co-authored-by: pheenoh <pheenoh@macmini.local> Co-authored-by: pheenoh <pheenoh@macmini.lan>
This commit is contained in:
@@ -135,7 +135,13 @@ enum fopAcM_STATUS {
|
||||
/* 0x0040000 */ fopAcM_STATUS_UNK_400000 = 1 << 18,
|
||||
/* 0x0080000 */ fopAcM_STATUS_UNK_800000 = 1 << 19,
|
||||
/* 0x0100000 */ fopAcM_STATUS_HOOK_CARRY_NOW = 1 << 20,
|
||||
/* 0x8000000 */ fopAcM_STATUS_UNK_8000000 = 1 << 27,
|
||||
/* 0x0200000 */ fopAcM_STATUS_UNK_2000000 = 1 << 21,
|
||||
/* 0x0400000 */ fopAcM_STATUS_UNK_4000000 = 1 << 22,
|
||||
/* 0x0800000 */ fopAcM_STATUS_UNK_8000000 = 1 << 23,
|
||||
/* 0x1000000 */ fopAcM_STATUS_UNK_10000000 = 1 << 24,
|
||||
/* 0x2000000 */ fopAcM_STATUS_UNK_20000000 = 1 << 25,
|
||||
/* 0x4000000 */ fopAcM_STATUS_UNK_40000000 = 1 << 26,
|
||||
/* 0x8000000 */ fopAcM_STATUS_UNK_80000000 = 1 << 27,
|
||||
};
|
||||
|
||||
inline s8 fopAcM_GetRoomNo(const fopAc_ac_c* i_actor) {
|
||||
|
||||
Reference in New Issue
Block a user