diff options
Diffstat (limited to 'berry_fix/payload/include/global.fieldmap.h')
-rw-r--r-- | berry_fix/payload/include/global.fieldmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/berry_fix/payload/include/global.fieldmap.h b/berry_fix/payload/include/global.fieldmap.h index 81f805ee2..f876e5a56 100644 --- a/berry_fix/payload/include/global.fieldmap.h +++ b/berry_fix/payload/include/global.fieldmap.h @@ -309,7 +309,7 @@ struct Camera s32 y; }; -extern struct EventObject gEventObjects[]; +extern struct EventObject gMapObjects[]; extern u8 gSelectedEventObject; extern struct MapHeader gMapHeader; extern struct PlayerAvatar gPlayerAvatar; |