sub_80615E8

This commit is contained in:
DizzyEggg
2024-07-26 11:30:38 +02:00
parent 3b4e83a9b6
commit 78244fc4c9
4 changed files with 405 additions and 1009 deletions

View File

@@ -61,7 +61,7 @@ typedef struct AITarget
/* 0x3 */ bool8 aiTurningAround;
/* 0x4 */ u16 aiTargetSpawnGenID;
/* 0x8 */ struct Entity *aiTarget;
/* 0xC */ u8 fillC[4];
/* 0xC */ u32 unkC;
/* 0x10 */ Position aiTargetPos;
} AITarget;

View File

@@ -158,7 +158,8 @@ typedef struct Dungeon
u8 fill655[0x65B - 0x655];
u8 unk65B;
u8 unk65C;
u8 fill65D[0x660 - 0x65D];
u8 unk65D;
u8 fill65e[0x660 - 0x65e];
/* 0x660 */ s16 fractionalTurn; // Handles turn order when Pokémon have different movement speeds.
s16 unk662;
s16 unk664;