sub_8091F94
This commit is contained in:
@@ -33,7 +33,7 @@ extern const u8 gUnknown_0850D898[4];
|
||||
extern const u8 gUnknown_0850D8AC[5];
|
||||
extern const u8 gUnknown_0850D8C4[5];
|
||||
extern const u8 gUnknown_0850D8E8[4];
|
||||
extern bool8 (*const gUnknown_0850DA64[])(struct MapObject *, struct Sprite *, u8, u8);
|
||||
extern bool8 (*const gUnknown_0850DA64[])(struct MapObject *, struct Sprite *, u8, bool8(u8));
|
||||
|
||||
|
||||
extern const u8 gUnknown_0850DBA0[5];
|
||||
|
||||
@@ -64,6 +64,7 @@ void sub_808F254(u8, u8, u8);
|
||||
void FieldObjectStep(struct MapObject *, struct Sprite *, bool8(struct MapObject *, struct Sprite *));
|
||||
u8 GetOppositeDirection(u8);
|
||||
u8 GetStepInPlaceDelay16AnimId(u8);
|
||||
u8 npc_block_way(struct MapObject *, s16, s16, u32);
|
||||
|
||||
// Exported data declarations
|
||||
|
||||
|
||||
15
include/fieldmap.h
Normal file
15
include/fieldmap.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Created by scott on 9/16/2017.
|
||||
//
|
||||
|
||||
#ifndef POKEEMERALD_FIELDMAP_H
|
||||
#define POKEEMERALD_FIELDMAP_H
|
||||
|
||||
// Exported type declarations
|
||||
|
||||
// Exported RAM declarations
|
||||
|
||||
// Exported ROM declarations
|
||||
u8 MapGridGetMetatileBehaviorAt(s16, s16);
|
||||
|
||||
#endif //POKEEMERALD_FIELDMAP_H
|
||||
@@ -26,5 +26,6 @@ extern struct LinkPlayerMapObject gLinkPlayerMapObjects[4];
|
||||
|
||||
void strange_npc_table_clear(void);
|
||||
const struct MapHeader *get_mapheader_by_bank_and_number(u8, u8);
|
||||
void FieldObjectMoveDestCoords(struct MapObject *, u32, s16 *, s16 *);
|
||||
|
||||
#endif //POKEEMERALD_ROM4_H
|
||||
|
||||
@@ -6,5 +6,7 @@
|
||||
#define POKEEMERALD_ROM_81BE66C_H
|
||||
|
||||
bool32 InTrainerHill(void);
|
||||
bool8 FieldObjectIsFarawayIslandMew(struct MapObject *);
|
||||
u32 sub_81D427C(void);
|
||||
|
||||
#endif //POKEEMERALD_ROM_81BE66C_H
|
||||
|
||||
Reference in New Issue
Block a user