From 2d4c802d769f53462a2742a5c6afaad4d7f290fb Mon Sep 17 00:00:00 2001 From: Cheng Hann Gan Date: Sun, 10 Oct 2021 10:59:35 -0400 Subject: Extracted species/item/move strings (#63) * Extracted species/item/move strings * Used binary strings for bitwise flag variables --- include/pokemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/pokemon.h') diff --git a/include/pokemon.h b/include/pokemon.h index fc3b4bb..174eda2 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -133,7 +133,7 @@ struct gPokemon /* 0x8 */ u8 overworld_palette; /* 0x9 */ u8 size; /* 0xC */ s32 move_speed; - /* 0x10 */ u16 dialogue_sprites; + /* 0x10 */ u16 dialogue_sprites; // Bitwise flags for whether a dialogue sprite/portrait is available for each emotion. /* 0x12 */ bool8 unk12; /* 0x13 */ u8 types[2]; /* 0x15 */ u8 walkable_tiles; -- cgit v1.2.3