diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-05-29 17:53:42 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-05-29 17:53:42 -0500 |
commit | 5df6fa5c08a19fb89308f6131dceef721cc5a3d0 (patch) | |
tree | 5aaaa5828622b42023320e211cffd3dd4bb3feb8 /include/shop.h | |
parent | aa8299821dca148ecfd5d6bfb77641043e01da5c (diff) |
Unify 'map object' and 'field object' terms into 'event object'
Diffstat (limited to 'include/shop.h')
-rw-r--r-- | include/shop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/shop.h b/include/shop.h index 347d46d3c..4de58eaf2 100644 --- a/include/shop.h +++ b/include/shop.h @@ -11,7 +11,7 @@ enum // shop view window NPC info enum enum { - MAP_OBJ_ID, + EVENT_OBJ_ID, X_COORD, Y_COORD, ANIM_NUM |