Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Functions | Variables
yoshi.inc.c File Reference

Functions

void bhv_yoshi_init (void)
 
void yoshi_walk_loop (void)
 
void yoshi_idle_loop (void)
 
void yoshi_talk_loop (void)
 
void yoshi_walk_and_jump_off_roof_loop (void)
 
void yoshi_finish_jumping_and_despawn_loop (void)
 
void yoshi_give_present_loop (void)
 
void BehYoshiLoop (void)
 

Variables

static s16 sYoshiHomeLocations [] = { 0, -5625, -1364, -5912, -1403, -4609, -1004, -5308 }
 

Function Documentation

◆ BehYoshiLoop()

void BehYoshiLoop ( void  )

◆ bhv_yoshi_init()

void bhv_yoshi_init ( void  )

◆ yoshi_finish_jumping_and_despawn_loop()

void yoshi_finish_jumping_and_despawn_loop ( void  )

◆ yoshi_give_present_loop()

void yoshi_give_present_loop ( void  )

◆ yoshi_idle_loop()

void yoshi_idle_loop ( void  )

◆ yoshi_talk_loop()

void yoshi_talk_loop ( void  )

◆ yoshi_walk_and_jump_off_roof_loop()

void yoshi_walk_and_jump_off_roof_loop ( void  )

◆ yoshi_walk_loop()

void yoshi_walk_loop ( void  )

Variable Documentation

◆ sYoshiHomeLocations

s16 sYoshiHomeLocations[] = { 0, -5625, -1364, -5912, -1403, -4609, -1004, -5308 }
static