Skip to content

Commit

Permalink
Document most of save.c, mainly not sub_0200A2C8
Browse files Browse the repository at this point in the history
  • Loading branch information
citrusbolt committed Feb 25, 2024
1 parent b114559 commit 779cfce
Show file tree
Hide file tree
Showing 5 changed files with 290 additions and 235 deletions.
2 changes: 1 addition & 1 deletion payload/data/all.s
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ gUnknown_0201F3AC::
.space 256

.align 2, 0
gUnknown_0201F4AC::
gTimer1InterruptFunction::
.4byte gIntrTable + 0x18

gUnknown_0201F4B0::
Expand Down
2 changes: 1 addition & 1 deletion payload/include/libpmagb/save.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ bool32 sub_0200A2C8(s32 a);
u8* ReadFirstSaveSector(void);
void SetSaveSectorPtrs(void);
u32 ReadSaveBlockChunks(void);
s32 sub_020098D8(u32 timerNum, IntrFunc * intrFunc);
s32 InitFlash(u32 timerNum, IntrFunc * intrFunc);

#endif //PMAGB_SAVE_H
Loading

0 comments on commit 779cfce

Please sign in to comment.