1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-04 06:54:33 +00:00

Reduce hardcoded sizes for a few data tables (#646)

Co-authored-by: Thar0 <maximilianc64@gmail.com>
This commit is contained in:
Tharo 2021-01-20 18:15:17 +00:00 committed by GitHub
parent 7c6b953f38
commit 3daeaf2446
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 7 deletions

View file

@ -527,7 +527,7 @@ RomFile sNaviMsgFiles[] = {
s16 gLinkObjectIds[] = { OBJECT_LINK_BOY, OBJECT_LINK_CHILD };
u32 gObjectTableSize = 402;
u32 gObjectTableSize = ARRAY_COUNT(gObjectTable);
RomFile gObjectTable[] = {
ROM_FILE_UNSET,