diff options
| author | Billy <1184136+philtyl@users.noreply.github.com> | 2023-09-20 01:41:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-19 21:41:42 -0400 |
| commit | 107c0288cc46e378c67dc4ae2e39cfd2e5fcbc25 (patch) | |
| tree | 6b14a5d3bee5234c25aedef7a2d87988b5a2e862 /include | |
| parent | da3f4718f07bdf5af91ebf3dc5da190245ace2f9 (diff) | |
Dekunut Salesman Docs (#1493)
* Dekunut Salesman Docs
* Update src/overlays/actors/ovl_En_Dns/z_en_dns.c
Remove extra param from debug logging
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
* * Full Deku/Potion name usage
* Dialog -> CanBuy
* Revert debug logging symbols
* Proper declaration spacing
* Fix en_shopnuts header doc
* Biz -> Business
* Fix missed deku prefix's
* Synchronize CanBuy sticks and nuts
* Fix enum naming
* Clarified CanBuy success values
* anon review
* fig review
* macro changes
* fix macro usage
---------
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
Co-authored-by: fig02 <fig02srl@gmail.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/z64save.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/z64save.h b/include/z64save.h index 3e006fa1e..4b2ca8e41 100644 --- a/include/z64save.h +++ b/include/z64save.h @@ -580,7 +580,7 @@ typedef enum { #define ITEMGETINF_08 0x08 #define ITEMGETINF_09 0x09 #define ITEMGETINF_0A 0x0A -#define ITEMGETINF_0B 0x0B +#define ITEMGETINF_DEKU_HEART_PIECE 0x0B #define ITEMGETINF_0C 0x0C #define ITEMGETINF_0D 0x0D #define ITEMGETINF_0E 0x0E @@ -750,8 +750,8 @@ typedef enum { #define INFTABLE_17F 0x17F #define INFTABLE_190 0x190 #define INFTABLE_191 0x191 -#define INFTABLE_192 0x192 -#define INFTABLE_193 0x193 +#define INFTABLE_HAS_DEKU_STICK_UPGRADE 0x192 +#define INFTABLE_HAS_DEKU_NUT_UPGRADE 0x193 #define INFTABLE_195 0x195 #define INFTABLE_196 0x196 #define INFTABLE_197 0x197 |
