diff options
Diffstat (limited to 'mm/2s2h/DeveloperTools/BetterMapSelect.c')
| -rw-r--r-- | mm/2s2h/DeveloperTools/BetterMapSelect.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mm/2s2h/DeveloperTools/BetterMapSelect.c b/mm/2s2h/DeveloperTools/BetterMapSelect.c index 0d49c317d..f0fe5c03a 100644 --- a/mm/2s2h/DeveloperTools/BetterMapSelect.c +++ b/mm/2s2h/DeveloperTools/BetterMapSelect.c @@ -64,9 +64,11 @@ typedef struct { BetterMapSelectRespawnInfo downRespawn; } BetterMapSelectGrottoRespawnInfo; -#define UNUSED_GROTTO_RESPAWN \ - { \ - 0, 0, 0xFF, 0, PLAYER_PARAMS(0xFF, PLAYER_START_MODE_GROTTO), { 0, 0, 0 } \ +#define UNUSED_GROTTO_RESPAWN \ + { \ + 0, 0, 0xFF, 0, PLAYER_PARAMS(0xFF, PLAYER_START_MODE_GROTTO), { \ + 0, 0, 0 \ + } \ } // clang-format off |
