diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-22 11:37:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 11:37:37 -0500 |
commit | c75296640d9c42897eecf229bc7fc294f60a65eb (patch) | |
tree | ece62ff0dfbe903b144a1f4987367fe113497541 /include/constants/flags.h | |
parent | 407c49820e1e64ff6deb4480b6ff9aceb0a3b085 (diff) | |
parent | 2908c9fa954b2e4b6afa70f3686853ea69cf8569 (diff) |
Merge pull request #235 from GriffinRichards/doc-miscscript
Document some misc small scripts
Diffstat (limited to 'include/constants/flags.h')
-rw-r--r-- | include/constants/flags.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/constants/flags.h b/include/constants/flags.h index 982c90fcc..cc65cffa2 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -104,14 +104,14 @@ #define FLAG_HIDE_DOJO_HITMONLEE_BALL 0x060 #define FLAG_HIDE_DOJO_HITMONCHAN_BALL 0x061 #define FLAG_HIDE_CINNABAR_BILL 0x062 -#define FLAG_HIDE_UNION_ROOM_1 0x063 -#define FLAG_HIDE_UNION_ROOM_2 0x064 -#define FLAG_HIDE_UNION_ROOM_3 0x065 -#define FLAG_HIDE_UNION_ROOM_4 0x066 -#define FLAG_HIDE_UNION_ROOM_5 0x067 -#define FLAG_HIDE_UNION_ROOM_6 0x068 -#define FLAG_HIDE_UNION_ROOM_7 0x069 -#define FLAG_HIDE_UNION_ROOM_8 0x06A +#define FLAG_HIDE_UNION_ROOM_PLAYER_1 0x063 +#define FLAG_HIDE_UNION_ROOM_PLAYER_2 0x064 +#define FLAG_HIDE_UNION_ROOM_PLAYER_3 0x065 +#define FLAG_HIDE_UNION_ROOM_PLAYER_4 0x066 +#define FLAG_HIDE_UNION_ROOM_PLAYER_5 0x067 +#define FLAG_HIDE_UNION_ROOM_PLAYER_6 0x068 +#define FLAG_HIDE_UNION_ROOM_PLAYER_7 0x069 +#define FLAG_HIDE_UNION_ROOM_PLAYER_8 0x06A #define FLAG_HIDE_CINNABAR_SEAGALLOP 0x06B #define FLAG_HIDE_SAFFRON_FAN_CLUB_BLACKBELT 0x06C #define FLAG_HIDE_SAFFRON_FAN_CLUB_ROCKER 0x06D |