diff options
Diffstat (limited to 'src/code/object_table.c')
| -rw-r--r-- | src/code/object_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/object_table.c b/src/code/object_table.c index aa73199b8..87c4069fe 100644 --- a/src/code/object_table.c +++ b/src/code/object_table.c @@ -1,6 +1,6 @@ #include "global.h" -s16 gPlayerFormObjectIndices[PLAYER_FORM_MAX] = { +s16 gPlayerFormObjectIds[PLAYER_FORM_MAX] = { OBJECT_LINK_BOY, // PLAYER_FORM_FIERCE_DEITY OBJECT_LINK_GORON, // PLAYER_FORM_GORON OBJECT_LINK_ZORA, // PLAYER_FORM_ZORA |
