mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-14 12:05:51 -05:00
match sub_8083568
This commit is contained in:
@@ -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
|
||||
|
||||
13
include/structs/str_202ED28.h
Normal file
13
include/structs/str_202ED28.h
Normal 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
|
||||
Reference in New Issue
Block a user