diff options
| author | Jordan Longstaff <JordanLongstaff@users.noreply.github.com> | 2026-05-03 14:04:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-03 20:04:27 +0200 |
| commit | e48b2d954d472bace2424c6329275ea024764201 (patch) | |
| tree | 18389de8d93f66e9fc14bd8563699163800ea972 /include | |
| parent | 7054e8fe79ef4392a37ddb985441897eed57ffde (diff) | |
Finish `EnDivingGame` documentation (#2733)
* Finish `EnDivingGame` documentation
* Rupee phase enum
* Fix overlooked field rename
* Shorten some field names for formatting
* Reformat
* Revert "unthrown Rupees" rename
* Parenthesize textId conditions
* Rename `GiveScale` functions
* Rename `nextTextState`
* Clang-format
---------
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/save.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/save.h b/include/save.h index 31d7491f6..70eaff93e 100644 --- a/include/save.h +++ b/include/save.h @@ -569,7 +569,7 @@ typedef enum LinkAge { #define EVENTCHKINF_32 0x32 #define EVENTCHKINF_GAVE_LETTER_TO_KING_ZORA 0x33 #define EVENTCHKINF_37 0x37 -#define EVENTCHKINF_38 0x38 +#define EVENTCHKINF_OBTAINED_SILVER_SCALE 0x38 #define EVENTCHKINF_39 0x39 #define EVENTCHKINF_OPENED_JABU_JABU 0x3A #define EVENTCHKINF_3B 0x3B |
