From 377bd14ea67d6177250fb401e12d7dfcf44e2cf6 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Wed, 9 Jun 2021 22:54:21 -0500 Subject: Dungeon pokemon/Floor ID JSON Part 1 (#39) * move Thunderwave and Tiny Woods pokemon to json * rule tweaking to actually build tool before parsing JSON * delete .inc pokemon for tiny Woods and Thunderwave * silence git complaining about br_ips and ips_patch * use defines for species and pass the header file for species * convert sinister woods * convert MtThunderPeak * convert silent chasm * add trial floor_id w/ tiny woods * change make rule name to fix compile * MtSteel converted and bugfix * convert few floor headers and great canyon pokemon * code cleanup * unify unkData into UnkTextStruct2 * more code cleanup and some text decomp * doc more funcs and decomp/split some stuff * document more save stuff * more save work and move some data * pika sniped UpdateNatureTotal * decomp a litle and convert a few more dungeons * better scanning for json files * mt freeze and peak --- include/friend_area_action_menu.h | 50 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 include/friend_area_action_menu.h (limited to 'include/friend_area_action_menu.h') diff --git a/include/friend_area_action_menu.h b/include/friend_area_action_menu.h new file mode 100644 index 0000000..43e5036 --- /dev/null +++ b/include/friend_area_action_menu.h @@ -0,0 +1,50 @@ +#ifndef FRIEND_AREA_ACTION_MENU_H +#define FRIEND_AREA_ACTION_MENU_H + +struct unkSubStruct_203B2BC +{ + u8 fill0[0x2C]; + u32 unk2C; +}; + + +struct unkStruct_203B2BC +{ + // size: 0x1E0 + u32 state; + u32 unk4; + s16 unk8; + u16 unkA; + u32 unkC; + u8 unk10; + u8 unk11; + u8 unk12; + u8 unk13; + u8 unk14; + u8 fill15[3]; + struct unkSubStruct_203B2BC *unk18; + u32 unk1C; + u32 unk20; + u32 unk24; + u32 unk28; + u8 fill2C[0x68 - 0x2C]; + u32 unk68; + u32 unk6C; + u32 unk70; + s32 unk74; + u32 unk78; + u32 unk7C; + u8 fill80[0xFD - 0x80]; + u32 unkFD; + u8 fill101[0x11C - 0x104]; + struct MenuItem menuItems[4]; + u8 fill120[0x16C - 0x13C]; + + // Structure of some sort + u32 unk16C; + u8 fill170[0x180 - 0x170]; + + struct UnkTextStruct2 unk180[4]; +}; + +#endif -- cgit v1.2.3