quest_log_8150454

This commit is contained in:
PikalaxALT
2018-11-23 15:17:38 -05:00
parent 76f0c361ed
commit d347a95390
28 changed files with 765 additions and 1030 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef GUARD_BIKE_H
#define GUARD_BIKE_H
void sub_80BD620(u32 unkC, u32 unk10);
#endif //GUARD_BIKE_H
+1
View File
@@ -14,5 +14,6 @@
// Exported ROM declarations
u8 sub_8154228(void);
bool8 sub_8155DA0(struct MapObject *);
void sub_80DC44C(u8, u8);
#endif //GUARD_FIELD_EFFECT_HELPERS_H
+3
View File
@@ -83,6 +83,9 @@ void sub_8063CA4(struct MapObject *, u8);
void npc_coords_shift_still(struct MapObject *);
void sub_805FE7C(struct MapObject *, u8);
void npc_set_running_behaviour_etc(struct MapObject *, u8);
u8 sub_80634F0(u8 direction);
u8 sub_8063500(u8 a0);
void sub_805F060(struct MapObject *mapObject, u8 a1);
// Exported data declarations
+4
View File
@@ -16,5 +16,9 @@ void sub_808D074(u8);
void sub_805C270();
void sub_805C780();
void GetXYCoordsOneStepInFrontOfPlayer(s16 *xPtr, s16 *yPtr);
u8 sub_805C808(u8);
void SetPlayerAvatarStateMask(u8 mask);
void sub_805D9C4(struct Sprite *sprite);
void sub_805D154(u8 direction);
#endif //GUARD_FIELD_PLAYER_AVATAR_H
+2
View File
@@ -19,4 +19,6 @@ extern u16 gUnknown_3005E8C;
extern struct UnkStruct_3005E90 gUnknown_3005E90;
extern struct UnkStruct_203AE98 * gUnknown_3005E94;
void sub_8112720(u8);
#endif //GUARD_QUEST_LOG_H