mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-07 12:53:17 -04:00
Decompile savebufferWriteBits
This commit is contained in:
@@ -11,7 +11,7 @@ Gfx *func0f0d49c8(Gfx *gdl);
|
||||
u32 func0f0d4a3c(void);
|
||||
u32 func0f0d4c80(void);
|
||||
u32 func0f0d4d0c(void);
|
||||
void savefileGetSomething(s32 *arg0, s32 arg1, s32 arg2);
|
||||
void savebufferWriteBits(struct savebuffer *buffer, u32 arg1, s32 arg2);
|
||||
u32 func0f0d5360(void);
|
||||
u32 savebufferReadBits(struct savebuffer *buffer, s32 offset);
|
||||
void savebufferClear(struct savebuffer *buffer);
|
||||
|
||||
@@ -27,8 +27,8 @@ bool scenarioCtcChooseSpawnLocation(f32 arg0, struct coord *pos, s16 *rooms, str
|
||||
s32 scenarioCtcGetMaxTeams(void);
|
||||
bool scenarioCtcIsRoomHighlighted(s16 room);
|
||||
s32 menuhandlerMpHillTime(s32 operation, struct menuitem *item, union handlerdata *data);
|
||||
void scenarioKohCallback40(struct savebuffer *buffer);
|
||||
void scenarioKohCallback44(s32 *arg0);
|
||||
void scenarioKohReadSave(struct savebuffer *buffer);
|
||||
void scenarioKohWriteSave(struct savebuffer *buffer);
|
||||
void scenarioKohInit(void);
|
||||
void scenarioKohReset(void);
|
||||
void scenarioKohKill(struct mpchr *mpchr, s32 mpchrnum, s32 *score, s32 *arg3);
|
||||
@@ -45,8 +45,8 @@ void scenarioPacReset(void);
|
||||
void scenarioPacKill(struct mpchr *mpchr, s32 mpchrnum, s32 *score, s32 *arg3);
|
||||
Gfx *scenarioPacRadar(Gfx *gdl);
|
||||
s32 menuhandlerMpOpenOptions(s32 operation, struct menuitem *item, union handlerdata *data);
|
||||
void scenarioCallback40(struct savebuffer *buffer);
|
||||
void scenarioCallback44(s32 *arg0);
|
||||
void scenarioReadSave(struct savebuffer *buffer);
|
||||
void scenarioWriteSave(struct savebuffer *buffer);
|
||||
void scenarioInit(void);
|
||||
s32 scenarioCallback08(void);
|
||||
void scenarioReset(void);
|
||||
|
||||
+2
-2
@@ -4633,8 +4633,8 @@ struct mpscenario {
|
||||
bool (*isroomhighlightedfunc)(s16 room);
|
||||
void (*unk38)(s16 arg0, s32 *arg1, s32 *arg2, s32 *arg3);
|
||||
void *unk3c;
|
||||
void (*unk40)(struct savebuffer *buffer);
|
||||
void (*unk44)(s32 *arg0);
|
||||
void (*readsavefunc)(struct savebuffer *buffer);
|
||||
void (*writesavefunc)(struct savebuffer *buffer);
|
||||
};
|
||||
|
||||
struct mpscenariooverview {
|
||||
|
||||
Reference in New Issue
Block a user