Merge branch 'master' into sub_81700F8

This commit is contained in:
PikalaxALT
2017-09-19 21:00:24 -04:00
79 changed files with 14775 additions and 32811 deletions
+23 -6
View File
@@ -1,15 +1,32 @@
//
// Created by scott on 9/15/2017.
//
#ifndef GUARD_ROM4_H
#define GUARD_ROM4_H
// Exported type declarations
struct UnkPlayerStruct
{
u8 player_field_0;
u8 player_field_1;
};
// Exported RAM declarations
struct LinkPlayerMapObject
{
u8 active;
u8 linkPlayerId;
u8 mapObjId;
u8 mode;
};
// Exported ROM declarations
struct UCoords32
{
u32 x, y;
};
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 *);
void sub_8086230(void);
#endif //GUARD_ROM4_H