mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-08 11:25:55 -04:00
Port Proposed OoT Object Docs (#1361)
* port docs in z_scene * undo accidental ctrl-f * another fix * expose Object_SpawnPersistent --------- Co-authored-by: engineer124 <engineer124engineer124@gmail.com>
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
#ifndef Z64OBJECT_H
|
||||
#define Z64OBJECT_H
|
||||
|
||||
#define OBJECT_SPACE_SIZE_DEFAULT 1413120
|
||||
#define OBJECT_SPACE_SIZE_CLOCK_TOWN 1566720
|
||||
#define OBJECT_SPACE_SIZE_MILK_BAR 1617920
|
||||
#define OBJECT_SPACE_SIZE_TERMINA_FIELD 1505280
|
||||
|
||||
#define OBJECT_EXCHANGE_BANK_MAX 35
|
||||
|
||||
#define DEFINE_OBJECT(_name, enumValue) enumValue,
|
||||
#define DEFINE_OBJECT_UNSET(enumValue) enumValue,
|
||||
#define DEFINE_OBJECT_SIZE_ZERO(_name, enumValue) enumValue,
|
||||
|
||||
Reference in New Issue
Block a user