diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2023-10-06 07:37:52 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-05 17:37:52 -0300 |
| commit | e810559391f2798ad9377acb858f5776915350d9 (patch) | |
| tree | 3b676956ff922be5ee6355dd749e1406d2926aec /src/code/object_table.c | |
| parent | ac8d49ea6f2a2630f3c23ad28acafa3fc8c9d8ad (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.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 |
