diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/constants.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index dca1b25be..c6665126c 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -3799,6 +3799,16 @@ - `EQP_SHADOW_ACC_R`: 1048576 - `EQP_SHADOW_ACC_L`: 2097152 +### Item Option Types + +- `IT_OPT_INDEX`: 0 +- `IT_OPT_VALUE`: 1 +- `IT_OPT_PARAM`: 2 + +### Maximum Item Options + +- `MAX_ITEM_OPTIONS`: 5 + ### Navigation constants, use with *navigateto* - `NAV_NONE`: 0 |