diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/graphics.h | 5 | ||||
-rw-r--r-- | include/menu_specialized.h | 21 | ||||
-rw-r--r-- | include/strings.h | 5 |
3 files changed, 20 insertions, 11 deletions
diff --git a/include/graphics.h b/include/graphics.h index c651268ca..8aa8a9b60 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4775,6 +4775,11 @@ extern const u32 gBattleAnimBackgroundImageMuddyWater_Pal[]; extern const u32 gBattleAnimFogTilemap[]; +extern const u32 gUsePokeblockGraph_Gfx[]; +extern const u32 gUsePokeblockGraph_Tilemap[]; +extern const u16 gUsePokeblockGraph_Pal[]; +extern const u16 gUsePokeblockNatureWin_Pal[]; + // Berry blender extern const u32 gBerryBlenderArrowTiles[]; extern const u32 gBerryBlenderStartTiles[]; diff --git a/include/menu_specialized.h b/include/menu_specialized.h index e43ea024c..afc89a149 100644 --- a/include/menu_specialized.h +++ b/include/menu_specialized.h @@ -13,17 +13,16 @@ struct UnknownSubStruct_81D1ED4 struct UnknownStruct_81D1ED4 { - u8 unk0[4][5]; - struct UnknownSubStruct_81D1ED4 unk14[4][5]; - struct UnknownSubStruct_81D1ED4 unk64[10][5]; - struct UnknownSubStruct_81D1ED4 unk12C[5]; - struct UnknownSubStruct_81D1ED4 unk13C[0x42]; - struct UnknownSubStruct_81D1ED4 unk248[0x42]; - u16 unk350; - u16 unk352; - u8 unk354; - u8 unk355; - u8 unk356[0x22]; + /*0x000*/ u8 unk0[4][5]; + /*0x014*/ struct UnknownSubStruct_81D1ED4 unk14[4][5]; + /*0x064*/ struct UnknownSubStruct_81D1ED4 unk64[10][5]; + /*0x12C*/ struct UnknownSubStruct_81D1ED4 unk12C[5]; + /*0x13C*/ struct UnknownSubStruct_81D1ED4 unk13C[0x42]; + /*0x248*/ struct UnknownSubStruct_81D1ED4 unk248[0x42]; + /*0x350*/ u16 unk350; + /*0x352*/ u16 unk352; + /*0x354*/ u8 unk354; + /*0x355*/ u8 unk355; }; bool8 sub_81D1C44(u8 count); diff --git a/include/strings.h b/include/strings.h index 1e4c789df..d6054c5fd 100644 --- a/include/strings.h +++ b/include/strings.h @@ -9,6 +9,11 @@ extern const u8 gText_OpenLevel[]; extern const u8 gText_Mom[]; extern const u8 gText_Dad[]; +extern const u8 gText_GetsAPokeBlockQuestion[]; +extern const u8 gText_WontEatAnymore[]; +extern const u8 gText_WasEnhanced[]; +extern const u8 gText_NothingChanged[]; + extern const u8 gText_Cool[]; extern const u8 gText_Beauty[]; extern const u8 gText_Cute[]; |