match sub_8083568

This commit is contained in:
DizzyEggg
2024-11-26 14:02:23 +01:00
parent f8bb665a92
commit c3547222ef
4 changed files with 38 additions and 62 deletions

View File

@@ -358,9 +358,9 @@ typedef struct Entity
/* 0x14 */ PixelPos prevPixelPos;
s32 unk1C;
/* 0x20 */ bool8 isVisible; // Turned off when a Pokémon faints.
u8 fill21;
u8 unk21;
u8 unk22;
u8 fill23;
u8 unk23;
u8 unk24;
/* 0x25 */ u8 room;
// The global spawn index counter starts at 10. Each Pokémon that spawns increments the counter and

View File

@@ -0,0 +1,13 @@
#ifndef GUARD_STR_202ED28_H
#define GUARD_STR_202ED28_H
struct unkStruct_202ED28
{
SpriteOAM sprite;
s16 x;
s16 y;
};
extern struct unkStruct_202ED28 gUnknown_202ED28[][6];
#endif