![]() |
Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
|
#include <ultra64.h>
#include "sm64.h"
#include "behavior_script.h"
#include "game/memory.h"
#include "graph_node.h"
#include "surface_collision.h"
#include "game/object_helpers.h"
#include "game/object_helpers2.h"
#include "game/mario.h"
#include "game/display.h"
#include "game/obj_behaviors_2.h"
#include "behavior_data.h"
#include "game/object_list_processor.h"
Typedefs | |
typedef void(* | BehaviorCallProc) (void) |
typedef s32(* | BehCommandProc) (void) |
Variables | |
static u16 | gRandomSeed16 |
static BehCommandProc | BehaviorJumpTable [] |
|
static |
|
static |