mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -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
14 lines
387 B
C
14 lines
387 B
C
#ifndef POKEPLATINUM_OV5_021F0EB0_H
|
|
#define POKEPLATINUM_OV5_021F0EB0_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
|
|
#include "sys_task_manager.h"
|
|
|
|
SysTask *ov5_021F0EB0(FieldSystem *fieldSystem, u32 heapID);
|
|
BOOL ov5_021F0EF0(SysTask *param0);
|
|
void ov5_021F0EFC(SysTask *param0);
|
|
void ov5_021F0F10(SysTask *param0, int param1, fx32 param2, u32 param3);
|
|
|
|
#endif // POKEPLATINUM_OV5_021F0EB0_H
|