mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-03 08:33:20 -04:00
Disassemble rzip functions
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
#ifndef _IN_LIB_LIB_074F0_H
|
||||
#define _IN_LIB_LIB_074F0_H
|
||||
#include <ultra64.h>
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
u32 rzipInflate(void *src, void *dst, void *tmpbuffer);
|
||||
u32 func00007908(void);
|
||||
u32 func0000796c(void);
|
||||
u32 func00007a10(void);
|
||||
u32 func00007f20(void);
|
||||
u32 func00008024(void);
|
||||
u32 func00008064(void);
|
||||
u32 func00008610(void);
|
||||
u32 func000088b0(void);
|
||||
bool rzipIs1173(void *buffer);
|
||||
u32 func00008a08(void);
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,12 @@
|
||||
#ifndef _IN_LIB_RZIP_H
|
||||
#define _IN_LIB_RZIP_H
|
||||
#include <ultra64.h>
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
u32 rzipInflate(void *src, void *dst, void *scratch);
|
||||
u32 rzipInflateFixed(void);
|
||||
bool rzipIs1173(void *buffer);
|
||||
u32 rzipGetSomething(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user