From 33e4afd4d5e39fe89f414730bd2cc225f869bd44 Mon Sep 17 00:00:00 2001 From: engineer124 <47598039+engineer124@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:11:00 +1100 Subject: Player Docs: Slide on Slope (#1752) * slide on slope * cleanup --- tools/disasm/functions.txt | 2 +- tools/disasm/variables.txt | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'tools') diff --git a/tools/disasm/functions.txt b/tools/disasm/functions.txt index da9d5a714..f0ad68b59 100644 --- a/tools/disasm/functions.txt +++ b/tools/disasm/functions.txt @@ -4752,7 +4752,7 @@ 0x80853850:("Player_Action_70",), 0x80853A5C:("Player_Action_ExchangeItem",), 0x80853CC0:("Player_Action_72",), - 0x80853D68:("Player_Action_73",), + 0x80853D68:("Player_Action_SlideOnSlope",), 0x80854010:("Player_Action_WaitForCutscene",), 0x808540A0:("Player_Action_StartWarpSongArrive",), 0x80854118:("Player_Action_BlueWarpArrive",), diff --git a/tools/disasm/variables.txt b/tools/disasm/variables.txt index 3448ba5eb..0e1f3a406 100644 --- a/tools/disasm/variables.txt +++ b/tools/disasm/variables.txt @@ -4889,7 +4889,7 @@ 0x8085D224:("D_8085D224","UNK_TYPE1","",0x30), 0x8085D254:("D_8085D254","u16","[4]",0x8), 0x8085D25C:("D_8085D25C","UNK_TYPE1","",0x1), - 0x8085D264:("sPlayerSlopeSlipAnims","UNK_TYPE1","",0x1), + 0x8085D264:("sSlopeSlideAnims","UNK_TYPE1","",0x1), 0x8085D26C:("D_8085D26C","UNK_TYPE1","",0x1), 0x8085D270:("D_8085D270","UNK_TYPE1","",0x1), 0x8085D27C:("D_8085D27C","Vec3f","",0xC), @@ -5250,12 +5250,12 @@ 0x80862B14:("sPlayerIsOnFloorConveyor","UNK_TYPE1","",0x1), 0x80862B16:("sPlayerConveyorYaw","UNK_TYPE1","",0x1), 0x80862B18:("sPlayerYDistToFloor","f32","",0x4), - 0x80862B1C:("sPlayerPrevFloorProperty","UNK_TYPE1","",0x1), - 0x80862B20:("sPlayerShapeYawToTouchedWall","UNK_TYPE1","",0x1), - 0x80862B24:("sPlayerWorldYawToTouchedWall","UNK_TYPE1","",0x1), - 0x80862B28:("sPlayerFloorPitchShape","UNK_TYPE1","",0x1), + 0x80862B1C:("sPrevFloorProperty","UNK_TYPE1","",0x1), + 0x80862B20:("sShapeYawToTouchedWall","UNK_TYPE1","",0x1), + 0x80862B24:("sWorldYawToTouchedWall","UNK_TYPE1","",0x1), + 0x80862B28:("sFloorPitchShape","UNK_TYPE1","",0x1), 0x80862B2C:("sSavedCurrentMask","UNK_TYPE1","",0x1), - 0x80862B30:("sPlayerInteractWallCheckResult","UNK_TYPE1","",0x1), + 0x80862B30:("sInteractWallCheckResult","UNK_TYPE1","",0x1), 0x80862B3C:("D_80862B3C","f32","",0x4), 0x80862B40:("sPlayerFloorEffect","UNK_TYPE1","",0x1), 0x80862B44:("sPlayerControlInput","UNK_TYPE1","",0x1), -- cgit v1.2.3