papermario
Decompilation of Paper Mario
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Loading...
Searching...
No Matches
slide.c File Reference

Enumerations

enum  {
  SUBSTATE_SLIDING = 0 , SUBSTATE_STOP = 1 , SUBSTATE_LAUNCH = 2 , SUBSTATE_FALL = 3 ,
  SUBSTATE_CRASH = 4 , SUBSTATE_GET_UP = 5 , SUBSTATE_DUST_OFF = 6 , SUBSTATE_DONE = 7
}
 

Functions

void func_802B6000_E27510 (void)
 
void action_update_sliding (void)
 

Variables

BSS f32 SlideAcceleration
 
BSS f32 MaxSlideAccel
 
BSS f32 MaxSlideVelocity
 
BSS f32 SlideLaunchSpeed
 
BSS f32 D_802B6790
 
BSS f32 D_802B6794
 
BSS f32 D_802B6798
 
BSS s32 D_802B679C
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
SUBSTATE_SLIDING 
SUBSTATE_STOP 
SUBSTATE_LAUNCH 
SUBSTATE_FALL 
SUBSTATE_CRASH 
SUBSTATE_GET_UP 
SUBSTATE_DUST_OFF 
SUBSTATE_DONE 

Function Documentation

◆ action_update_sliding()

void action_update_sliding ( void )

◆ func_802B6000_E27510()

void func_802B6000_E27510 ( void )

Referenced by action_update_sliding().

Variable Documentation

◆ D_802B6790

BSS f32 D_802B6790

Referenced by action_update_sliding().

◆ D_802B6794

BSS f32 D_802B6794

Referenced by action_update_sliding().

◆ D_802B6798

BSS f32 D_802B6798

Referenced by action_update_sliding().

◆ D_802B679C

BSS s32 D_802B679C

Referenced by action_update_sliding().

◆ MaxSlideAccel

BSS f32 MaxSlideAccel

◆ MaxSlideVelocity

BSS f32 MaxSlideVelocity

◆ SlideAcceleration

BSS f32 SlideAcceleration

Referenced by action_update_sliding().

◆ SlideLaunchSpeed

BSS f32 SlideLaunchSpeed