mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 04:52:03 -04:00
58c22687ad
* Files were split by finding sequences of jr $ra, nop, nop. * Game now links to rodata by symbol name in most places.
15 lines
277 B
C
15 lines
277 B
C
#ifndef IN_GAME_GAME_00B200_H
|
|
#define IN_GAME_GAME_00B200_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
u32 func0f00b200(void);
|
|
u32 func0f00b210(void);
|
|
u32 func0f00b320(void);
|
|
u32 func0f00b420(void);
|
|
u32 func0f00b480(void);
|
|
u32 func0f00b510(void);
|
|
u32 func0f00b62c(void);
|
|
|
|
#endif
|