diff options
author | garak <garakmon@gmail.com> | 2018-10-18 21:32:21 -0400 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2018-10-18 21:32:21 -0400 |
commit | cb5981cdf26f7681f1d67ac3c63e1605b4311c8a (patch) | |
tree | 4ec69143d13cdfe5d21da5ca203522e6aa0bb132 /src | |
parent | c27043bd3cf51d00b846d5ed38d8bf7c079992bc (diff) |
name more event flags
Diffstat (limited to 'src')
-rw-r--r-- | src/match_call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/match_call.c b/src/match_call.c index f3ee9dd0c..a15700070 100644 --- a/src/match_call.c +++ b/src/match_call.c @@ -427,7 +427,7 @@ static const match_call_text_data_t sWallyTextScripts[] = { const struct MatchCallSubstruct2 sWallyAdditionalData[] = { { FLAG_HIDE_MAUVILLE_CITY_WALLY, 0x05 }, { FLAG_0x06F, 0xD5 }, - { FLAG_0x35A, 0x46 }, + { FLAG_HIDE_VICTORY_ROAD_ENTRANCE_WALLY, 0x46 }, { 0xFFFF, 0xD5 } }; |