From f402e46cd3c8b7236673d6edbae77903a7cc0618 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Sat, 15 May 2021 16:59:55 -0700 Subject: Sese's April/May Dump (#37) * splitting lots of pokemon square and labeling lots of other things * actually commit this stuff * more moving data and things * more screen work * split out some pokemon dungeon data * lots of data work * push more data work * split kecleon, decomp another kanghaskhan func, and try to doc UpdateBGControl more * lots of item work * label more item things * subtype -> category and doc types/category --- include/trade_items_menu.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/trade_items_menu.h') diff --git a/include/trade_items_menu.h b/include/trade_items_menu.h index 73435a3..36e6054 100644 --- a/include/trade_items_menu.h +++ b/include/trade_items_menu.h @@ -8,9 +8,9 @@ struct unkData struct TradeSubStruct { - u8 unk0; // item id? + u8 itemIndex; // item id? u8 fill3[0x3]; - u32 unk4; // number of items? + u32 numItems; // number of items? }; @@ -22,7 +22,7 @@ struct TradeItemsMenu u32 itemMode; u32 linkStatus; u32 unk10; - u32 unk14; // item # + u32 numItemsToSend; // item # u32 unk18; u32 unk1C; u32 unk20; @@ -49,8 +49,8 @@ struct TradeItemsMenu struct TradeSubStruct unk254; u8 unk25C; - u8 unk25D; - u8 unk25E; + u8 chosenNum; + u8 chosenItem; u8 fill25F[0x3A0 - 0x25F]; }; -- cgit v1.2.3