summaryrefslogtreecommitdiff
path: root/src/code/z_sram.c
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2022-10-13 10:06:49 +0200
committerGitHub <noreply@github.com>2022-10-13 04:06:49 -0400
commit22b78f169f140249a8be9ebcb41d3d5ac6b94a36 (patch)
tree02b958160528abf2f49b8143ff0bb8f954c1077c /src/code/z_sram.c
parentc3dc2994485277e3ff17f63f89335ab5c1cca7c6 (diff)
Fix misc 17 (#1392)
* Some cleanup on bgcheck waterbox y funcs * Fix some typo/spelling * EnFz_ApplyDamage match fixup * Turn another sus construction into a switch * Fixup comment on restoring MS as adult * "doesnt, isnt" -> "doesn't, isn't" * Hunt down whitespace at end of lines * Format (clang-format does not like figs bug comment on bongo cutscene unskip sadge) * Viewport z scale/translation: `0x1FF` -> `G_MAXZ/2` (see proman "9.7 Mixing CPU and SP Addresses", "12.7.6 Depth Source") * static symbols: g -> s prefix * Link young/old -> child/adult * Fixups * Get rid of signed vs unsigned comparison warning by changing room temps to s32 * waterbox search funcs consistency * Revert "waterbox search funcs consistency" This reverts commit 8f386e038f5e735f0f5f1240fc4da7bec4e8c7e2. * `curWaterBox` -> `waterBox`
Diffstat (limited to 'src/code/z_sram.c')
-rw-r--r--src/code/z_sram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_sram.c b/src/code/z_sram.c
index 4ce0b5d3a..4e79b2214 100644
--- a/src/code/z_sram.c
+++ b/src/code/z_sram.c
@@ -312,7 +312,7 @@ static s16 sDungeonEntrances[] = {
* - If health is less than 3 hearts, give 3 hearts
* - If either scarecrow song is set, copy them from save context to the proper location
* - Handle a case where the player saved and quit after zelda cutscene but didnt get the song
- * - Give and equip master sword if player is adult and doesnt have kokiri sword (bug?)
+ * - Give and equip master sword if player is adult and doesn't have master sword
* - Revert any trade items that spoil
*/
void Sram_OpenSave(SramContext* sramCtx) {