mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
* Heap_AllocFromHeapAtEnd Heap ID breadcrums * Consistent heapID capitalization * More Heap IDs * A little bit more Heap IDs * More and more Heap IDs * Stopping for today * MOAR * more and more * Back from the Heap ID mines * A couple more
17 lines
493 B
C
17 lines
493 B
C
#ifndef POKEPLATINUM_OV5_021F08CC_H
|
|
#define POKEPLATINUM_OV5_021F08CC_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
|
|
#include "field_task.h"
|
|
#include "sys_task_manager.h"
|
|
|
|
void *ov5_021F08CC(FieldSystem *fieldSystem, u32 heapID, int param2);
|
|
BOOL ov5_021F08F8(FieldTask *param0);
|
|
SysTask *ov5_021F09B4(FieldSystem *fieldSystem, int param1, BOOL param2);
|
|
int ov5_021F09D8(SysTask *param0);
|
|
int ov5_021F09E4(SysTask *param0);
|
|
void ov5_021F09F0(SysTask *param0);
|
|
|
|
#endif // POKEPLATINUM_OV5_021F08CC_H
|