Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions asm/include/unk_02031904.inc

This file was deleted.

342 changes: 0 additions & 342 deletions asm/unk_02031904.s

This file was deleted.

21 changes: 16 additions & 5 deletions include/save_pokeathlon.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,22 @@ typedef struct Pokeathlon_UnkSubStruct_B00 {
u32 unk70;
} Pokeathlon_UnkSubStruct_B00;

typedef struct POKEATHLON_SAV POKEATHLON_SAV; // size: 0xB80
typedef struct POKEATHLON_SAV {
u8 unk_000[0xDC];
u8 unk_0DC[0x1F0];
u8 unk_2CC[0x1B8];
u8 unk_484[0x668];
u8 unk_AEC[0x14];
Pokeathlon_UnkSubStruct_B00 unk_B00;
u32 athletePoints;
u32 prizeFlags;
u16 unk_B7C;
u16 padding_B7E;
} POKEATHLON_SAV; // size: 0xB80

BOOL sub_02031A78(POKEATHLON_SAV *pokeathlon, int idx);
BOOL sub_02031AB8(POKEATHLON_SAV *pokeathlon, int idx);
void sub_02031AE4(POKEATHLON_SAV *pokeathlon);
POKEATHLON_SAV *sub_02031974(POKEATHLON_SAV *pokeathlon);
BOOL sub_02031A78(POKEATHLON_SAV *pokeathlonSave, int idx);
BOOL sub_02031AB8(POKEATHLON_SAV *pokeathlonSave, int idx);
void sub_02031AE4(POKEATHLON_SAV *pokeathlonSave);
POKEATHLON_SAV *sub_02031974(POKEATHLON_SAV *pokeathlonSave);

#endif // POKEHEARTGOLD_SAVE_POKEATHLON_H
Loading
Loading