Skip to content

Commit

Permalink
decompile overlay 124
Browse files Browse the repository at this point in the history
  • Loading branch information
PikalaxALT committed Jul 13, 2024
1 parent 6bdfc97 commit 44ee58e
Show file tree
Hide file tree
Showing 9 changed files with 246 additions and 364 deletions.
21 changes: 0 additions & 21 deletions asm/include/overlay_124.inc

This file was deleted.

173 changes: 0 additions & 173 deletions asm/overlay_124.s

This file was deleted.

4 changes: 2 additions & 2 deletions include/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#include "overlay_manager.h"
#include "save.h"

struct UnkStruct_02111868_sub {
typedef struct UnkStruct_02111868_sub {
int unk_00;
u32 unk_04;
SaveData *saveData;
};
} UnkStruct_02111868_sub;

void NitroMain(void);
void Main_ResetOverlayManager(void);
Expand Down
11 changes: 11 additions & 0 deletions include/overlay_123.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#ifndef GUARD_POKEHEARTGOLD_OVERLAY_123_H
#define GUARD_POKEHEARTGOLD_OVERLAY_123_H

#include "global.h"

BOOL ov123_0225F4A8(void (*)(void));
BOOL ov123_0225F520(void (*)(void));
BOOL ov123_0225F688(void (*)(void));
BOOL ov123_0225F610(void (*)(void));

#endif //GUARD_POKEHEARTGOLD_OVERLAY_123_H
3 changes: 3 additions & 0 deletions include/unk_02092BB8.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#ifndef POKEHEARTGOLD_UNK_02092BB8_H
#define POKEHEARTGOLD_UNK_02092BB8_H

#include "heap.h"

u32 *sub_02092BB8(HeapID heapId);
void sub_02092BD0(u32 *a0);

#endif //POKEHEARTGOLD_UNK_02092BB8_H
Loading

0 comments on commit 44ee58e

Please sign in to comment.