summaryrefslogtreecommitdiff
path: root/src/code/object_table.c
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2023-10-06 07:37:52 +1100
committerGitHub <noreply@github.com>2023-10-05 17:37:52 -0300
commite810559391f2798ad9377acb858f5776915350d9 (patch)
tree3b676956ff922be5ee6355dd749e1406d2926aec /src/code/object_table.c
parentac8d49ea6f2a2630f3c23ad28acafa3fc8c9d8ad (diff)
Object Cleanup (#1410)
* object cleanup * namefixer * objectPtr * PR Review * PR Review * more uses of macro * missed another one
Diffstat (limited to 'src/code/object_table.c')
-rw-r--r--src/code/object_table.c2
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