mirror of
https://github.com/zeldaret/oot
synced 2026-06-08 04:17:06 -04:00
Reduce hardcoded sizes for a few data tables (#646)
Co-authored-by: Thar0 <maximilianc64@gmail.com>
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user