pmd-red/src/ground_link.c
Seth Barberee 3e5dd1d047
Death by 74 files (#65)
* death by 74 files

* 20% reached

* doc move stuff in pokemon

* fix undef reference

* doc more and plumb a few more constanst for num party members and num moves

* that struct is def PokemonMove.. clean up all code with it
2021-10-22 10:01:07 -07:00

34 lines
558 B
C

#include "global.h"
#include "debug.h"
struct unkStruct_80A77D0
{
u32 unk0;
u32 unk4;
u32 unk8;
};
struct unkStruct_203B4B8
{
u32 unk0;
};
extern struct unkStruct_203B4B8 gUnknown_203B4B8;
extern struct DebugLocation gUnknown_8118798;
extern struct unkStruct_80A77D0 *sub_80A77D0(s16 r0, struct DebugLocation *r1);
void sub_80AD868(void)
{
gUnknown_203B4B8.unk0 = 0;
}
void sub_80AD874(void)
{
gUnknown_203B4B8.unk0 = 0;
}
void GroundLink_Select(s16 r0)
{
gUnknown_203B4B8.unk0 = sub_80A77D0(r0, &gUnknown_8118798)->unk8;
}