diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 05:43:06 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 05:43:06 -0500 |
commit | ef67f2d33b45348d76d722f250cdbcc8485be264 (patch) | |
tree | 2fb5d08a962dea3329bcd876ea2d237cf8c6d3c1 /src/pokeblock.c | |
parent | 68cdd7b1cb5a293b3de42185fe17d85b4067b3ad (diff) |
Merge master into ObjEvent rename and prune accidental inclusions
Diffstat (limited to 'src/pokeblock.c')
-rw-r--r-- | src/pokeblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokeblock.c b/src/pokeblock.c index 342221880..b9031e173 100644 --- a/src/pokeblock.c +++ b/src/pokeblock.c @@ -451,7 +451,7 @@ void OpenPokeblockCase(u8 caseId, void (*callback)(void)) sPokeblockMenu->pokeblockOptionsIds = sActionsWhenGivingToLady; sPokeblockMenu->optionsNo = ARRAY_COUNT(sActionsWhenGivingToLady); break; - default: + default: // PBLOCK_CASE_FIELD sPokeblockMenu->pokeblockOptionsIds = sActionsOnField; sPokeblockMenu->optionsNo = ARRAY_COUNT(sActionsOnField); break; |