File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
ttyd-tools/rel/include/ttyd Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
namespace ttyd ::battle_unit {
6
6
7
+ // There may be more values for ActorGroupBelong
7
8
enum class ActorGroupBelong : uint8_t
8
9
{
9
10
kParty = 0 ,
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ namespace ttyd::evt_sub {
6
6
7
7
extern " C" {
8
8
9
-
10
9
// mail_evt_gor_04_keyoff_check
11
10
// irai_mail_check
12
11
uint32_t evt_sub_check_intersect (void *event);
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ extern "C" {
11
11
// partyGetTechLv
12
12
// partyGetHp
13
13
// partyChkJoin
14
- void partyLeft (party::PartyMembers id);
15
- void partyJoin (party::PartyMembers id);
14
+ void partyLeft (ttyd:: party::PartyMembers id);
15
+ void partyJoin (ttyd:: party::PartyMembers id);
16
16
int32_t marioGetExtraPartyId ();
17
17
int32_t marioGetPartyId ();
18
18
// marioGetParty
19
19
// marioPartyKill
20
20
int32_t marioPartyGoodbye ();
21
- int32_t marioPartyHello (party::PartyMembers id);
22
- int32_t marioPartyEntry (party::PartyMembers id);
21
+ int32_t marioPartyHello (ttyd:: party::PartyMembers id);
22
+ int32_t marioPartyEntry (ttyd:: party::PartyMembers id);
23
23
// marioUseParty
24
24
25
25
}
You can’t perform that action at this time.
0 commit comments