summaryrefslogtreecommitdiff
path: root/src/field_control_avatar.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2019-03-23 10:14:31 -0500
committerMarcus Huderle <huderlem@gmail.com>2019-03-23 10:14:31 -0500
commita5ee2c14fda450ca67985805b8bc71e66dfcf622 (patch)
tree9f874dbe25d28bf81e9375da5731889b9b466b07 /src/field_control_avatar.c
parent91fa5faf4acf617db0625992b2caf116e64f0888 (diff)
parente8add87bf3ccc3563a3d4fa94e109251f4a06eea (diff)
Merge remote-tracking branch 'upstream/master' into use_pokeblock
# Conflicts: # include/menu_specialized.h
Diffstat (limited to 'src/field_control_avatar.c')
-rw-r--r--src/field_control_avatar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/field_control_avatar.c b/src/field_control_avatar.c
index 6735df3a0..5b685173e 100644
--- a/src/field_control_avatar.c
+++ b/src/field_control_avatar.c
@@ -390,11 +390,11 @@ static const u8 *GetInteractedMetatileScript(struct MapPosition *position, u8 me
if (MetatileBehavior_IsBookShelf(metatileBehavior) == TRUE)
return EventScript_BookShelf;
if (MetatileBehavior_IsPokeCenterBookShelf(metatileBehavior) == TRUE)
- return EventScript_PokemonCenterBookshelf;
+ return EventScript_PokemonCenterBookShelf;
if (MetatileBehavior_IsVase(metatileBehavior) == TRUE)
return EventScript_Vase;
if (MetatileBehavior_IsTrashCan(metatileBehavior) == TRUE)
- return EventScript_TrashCan;
+ return EventScript_EmptyTrashCan;
if (MetatileBehavior_IsShopShelf(metatileBehavior) == TRUE)
return EventScript_ShopShelf;
if (MetatileBehavior_IsBlueprint(metatileBehavior) == TRUE)