Files
perfect-dark/src/include/game/game_000130.h
T
Ryan Dwyer 58c22687ad Split game into many files
* Files were split by finding sequences of jr $ra, nop, nop.
* Game now links to rodata by symbol name in most places.
2019-11-16 10:31:38 +10:00

17 lines
325 B
C

#ifndef IN_GAME_GAME_000130_H
#define IN_GAME_GAME_000130_H
#include <ultra64.h>
#include "types.h"
u32 func0f000130(void);
u32 func0f0002a0(void);
u32 func0f000358(void);
u32 func0f00040c(void);
u32 func0f00052c(void);
u32 func0f000590(void);
u32 func0f0005c0(void);
u32 func0f000648(void);
u32 func0f000840(void);
#endif