Skip to content

Commit

Permalink
Last one i hope ;<
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialAmber committed Aug 2, 2024
1 parent 364edf9 commit db9cc1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
11 changes: 1 addition & 10 deletions libs/monolib/include/monolib/MemManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,7 @@ struct Heap{
}
};

extern Heap heapArray[80];
extern int arenaMemorySize;
extern int lbl_80665E28;
extern int lbl_80665E2C;
extern int regionIndex1;
extern int regionIndex2;
extern bool lbl_80665E38;
extern bool lbl_80665E39;
extern s32 lbl_80667E50;
extern bool lbl_80667E54;
extern Heap heapArray[80];

#define MEM2_END_ADDR 0x935E0000

Expand Down
1 change: 1 addition & 0 deletions libs/monolib/src/MemManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ u32 regionIndex2;
bool lbl_80665E38;
bool lbl_80665E39;
s32 lbl_80667E50;
bool lbl_80667E54;
BOOL lbl_80667E58;


Expand Down

0 comments on commit db9cc1a

Please sign in to comment.