Finish field_follow_poke.c

This commit is contained in:
PikalaxALT 2022-03-08 19:57:14 -05:00
parent edb342b8bd
commit 9729003bac
7 changed files with 2281 additions and 2529 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,4 @@
#ifndef POKEHEARTGOLD_FIELD_FOLLOW_POKE_H
#define POKEHEARTGOLD_FIELD_FOLLOW_POKE_H
#endif //POKEHEARTGOLD_FIELD_FOLLOW_POKE_H

View File

@ -74,5 +74,7 @@ void MapObject_SetXRange(LocalMapObject *mapObject, u32 xRange);
void MapObject_SetYRange(LocalMapObject *mapObject, u32 yRange);
void sub_0205F89C(LocalMapObject *mapObject, BOOL enable_bit);
BOOL sub_0205F684(LocalMapObject *mapObject);
void sub_0205F690(LocalMapObject *mapObject, BOOL enable_bit);
void sub_0205F6E0(LocalMapObject *mapObject, BOOL enable_bit);
#endif //POKEHEARTGOLD_FIELD_MAP_OBJECT_H

View File

@ -168,10 +168,10 @@ typedef struct FollowMon {
} FollowMon;
struct FieldSystemUnk108 {
u32 unk0;
u16 unk4;
u16 unk6;
u32 unk8;
u32 personality;
u16 species;
u16 isRegistered;
POKEMON *pokemon;
};
typedef struct MapObjectMan MapObjectMan;

View File

@ -230,7 +230,6 @@ Static main
Object asm/unk_02069660.o
Object asm/unk_0206979C.o
Object src/field_follow_poke.o
Object asm/field_follow_poke_s.o
Object asm/unk_0206A360.o
Object asm/field_take_photo.o
Object asm/unk_0206B910.o

File diff suppressed because it is too large Load Diff