From bda5e94ded7792308a3b48ccfb09ec38779814ef Mon Sep 17 00:00:00 2001 From: fig02 Date: Sun, 8 Dec 2024 14:56:01 -0500 Subject: Document Player Params (#2307) * document player params * better bgcamindex comment * cant use -1 for condition * fix match * define for default bgcam * doesnt work * matches * better comment --- src/code/z_actor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/code/z_actor.c') diff --git a/src/code/z_actor.c b/src/code/z_actor.c index 114afb8ef..4fc55d7a8 100644 --- a/src/code/z_actor.c +++ b/src/code/z_actor.c @@ -2186,7 +2186,8 @@ void Actor_DrawFaroresWindPointer(PlayState* play) { if (D_8015BC18 == 0.0f) { gSaveContext.respawn[RESPAWN_MODE_TOP] = gSaveContext.respawn[RESPAWN_MODE_DOWN]; - gSaveContext.respawn[RESPAWN_MODE_TOP].playerParams = 0x06FF; + gSaveContext.respawn[RESPAWN_MODE_TOP].playerParams = + PLAYER_PARAMS(PLAYER_START_MODE_FARORES_WIND, PLAYER_START_BG_CAM_DEFAULT); gSaveContext.respawn[RESPAWN_MODE_TOP].data = 40; } -- cgit v1.2.3