From d816ac61227ab5cf5456f5e16419c370a4e9f901 Mon Sep 17 00:00:00 2001 From: fig02 Date: Sun, 1 Aug 2021 15:44:16 -0400 Subject: Stalfos (en_test) OK and object_sk2 documented (#868) * fix colliderinit typo * migrate data * init has 1 problem * progress * progress * builds now * progress * progress * lots of funcs matched * many functions, fix warnings * 1 left * done * docs progress * remove graphovl * missed some * change some funcs * some more * another * format * more docs * cleanups1 * limbs, DLs, textures * limbs named (thanks elliptic) * more docs * Name animations, import symbols * Named sections of xml * more docs * rename limbs and use flag macros * name * review1 and use limb enum * review2 * agro -> aggro * review3 * review4 * review5 Co-authored-by: Elliptic Ellipsis --- src/code/z_play.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/code') diff --git a/src/code/z_play.c b/src/code/z_play.c index 6788a652b..c6ca9b615 100644 --- a/src/code/z_play.c +++ b/src/code/z_play.c @@ -810,8 +810,8 @@ void Gameplay_Update(GlobalContext* globalCtx) { if ((globalCtx->actorCtx.freezeFlashTimer > 0) && ((globalCtx->actorCtx.freezeFlashTimer % 2) != 0)) { globalCtx->envCtx.unk_E1 = 1; - globalCtx->envCtx.unk_E2[0] = globalCtx->envCtx.unk_E2[1] = globalCtx->envCtx.unk_E2[2] = 0x96; - globalCtx->envCtx.unk_E2[3] = 0x50; + globalCtx->envCtx.unk_E2[0] = globalCtx->envCtx.unk_E2[1] = globalCtx->envCtx.unk_E2[2] = 150; + globalCtx->envCtx.unk_E2[3] = 80; } else { globalCtx->envCtx.unk_E1 = 0; } -- cgit v1.2.3