mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 19:54:21 +01:00
update struct field type
This commit is contained in:
parent
9d535add1e
commit
50fb956024
@ -6,7 +6,7 @@ extern u32 gHeapSize;
|
|||||||
#define MALLOC_SYSTEM_ID 0xA3A3
|
#define MALLOC_SYSTEM_ID 0xA3A3
|
||||||
|
|
||||||
struct MemBlock {
|
struct MemBlock {
|
||||||
u16 flag;
|
bool16 flag;
|
||||||
u16 magic;
|
u16 magic;
|
||||||
u32 size;
|
u32 size;
|
||||||
struct MemBlock *prev;
|
struct MemBlock *prev;
|
||||||
|
Loading…
Reference in New Issue
Block a user