sub_810C9A8

This commit is contained in:
PikalaxALT
2018-10-06 22:00:21 -04:00
parent b6cc51de43
commit b09d7508d0
5 changed files with 325 additions and 237 deletions
+1
View File
@@ -76,6 +76,7 @@ void MoveCoords(u8, s16 *, s16 *);
bool8 FieldObjectIsSpecialAnimActive(struct MapObject *);
u8 FieldObjectClearAnimIfSpecialAnimFinished(struct MapObject *);
u8 GetFieldObjectIdByXYZ(u16 x, u16 y, u8 z);
void npc_coords_shift_still(struct MapObject *);
// Exported data declarations
+2 -1
View File
@@ -482,7 +482,8 @@ struct SaveBlock1
/*0x24*/ struct WarpData warp4;
/*0x002C*/ u8 filler2C[0x60C];
/*0x638*/ u8 trainerRematchStepCounter;
/*0x639*/ u8 trainerRematches[100];
u8 filler_639;
/*0x63a*/ u8 trainerRematches[100];
/*0x06A0*/ struct MapObject mapObjects[MAP_OBJECTS_COUNT];
/*0x08E0*/ struct MapObjectTemplate mapObjectTemplates[64];
/*0x0EE0*/ u8 fillerEE0[0x273C];
+7 -2
View File
@@ -17,8 +17,13 @@ struct VsSeekerSubstruct
struct VsSeekerStruct
{
/*0x000*/ struct VsSeekerSubstruct unk_000[MAP_OBJECTS_COUNT];
/*0x100*/ u8 filler_100[0x331];
/*0x431*/ u8 unk_431_0:3;
/*0x100*/ u8 filler_100[0x300];
/*0x400*/ u16 unk_400[0x10];
/*0x420*/ u8 unk_420[0x10];
/*0x430*/ u8 unk_430;
/*0x431*/ u8 unk_431_0:1;
/*0x431*/ u8 unk_431_1:1;
/*0x431*/ u8 unk_431_2:1;
u8 unk_431_3:5;
};