Skip to content

Commit fc9bfe9

Browse files
committed
Small adjustments to a few header files
1 parent 936321b commit fc9bfe9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ttyd-tools/rel/include/ttyd/battle_unit.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
namespace ttyd::battle_unit {
66

7+
// There may be more values for ActorGroupBelong
78
enum class ActorGroupBelong : uint8_t
89
{
910
kParty = 0,

ttyd-tools/rel/include/ttyd/evt_sub.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ namespace ttyd::evt_sub {
66

77
extern "C" {
88

9-
109
// mail_evt_gor_04_keyoff_check
1110
// irai_mail_check
1211
uint32_t evt_sub_check_intersect(void *event);

ttyd-tools/rel/include/ttyd/mario_party.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ extern "C" {
1111
// partyGetTechLv
1212
// partyGetHp
1313
// 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);
1616
int32_t marioGetExtraPartyId();
1717
int32_t marioGetPartyId();
1818
// marioGetParty
1919
// marioPartyKill
2020
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);
2323
// marioUseParty
2424

2525
}

0 commit comments

Comments
 (0)