File size: 3,054 Bytes
8f61d00 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | # enum AsyncCommandType, copyof_13758, width 4 bytes kAsyncCmdInvalid: .set 0 kAsyncCmdTicketRequest: .set 1 kAsyncCmdUserLookup: .set 2 kAsyncCmdClansGetUserClans: .set 3 kAsyncCmdClansGetNumUserClans: .set 4 kAsyncCmdClansSearchByProfile: .set 5 kAsyncCmdClansSearchByName: .set 6 kAsyncCmdClansGetClanInfo: .set 7 kAsyncCmdClansGetMemberList: .set 8 kAsyncCmdClansGetMemberInfo: .set 9 kAsyncCmdClansGetAutoAcceptStatus: .set 0xA kAsyncCmdClansGetBlacklist: .set 0xB kAsyncCmdClansGetAnnouncements: .set 0xC kAsyncCmdClansGetChallenges: .set 0xD kAsyncCmdClansJoin: .set 0xE kAsyncCmdClansLeave: .set 0xF kAsyncCmdClansSendMembershipRequest: .set 0x10 kAsyncCmdTrophyGetUnlockStates: .set 0x11 kAsyncCmdScoreRecordScore: .set 0x12 kAsyncCmdScoreRecordGameData: .set 0x13 kAsyncCmdScoreGetRankingByRange: .set 0x14 kAsyncCmdScoreGetRankingByNpId: .set 0x15 kAsyncCmdScoreGetRankingByNpIdPcId: .set 0x16 kAsyncCmdScoreGetGameData: .set 0x17 kAsyncCmdScoreGetBoardInfo: .set 0x18 kAsyncCmdScoreGetClanMembersRankingByNpId: .set 0x19 kAsyncCmdScoreGetClanMembersRankingByNpIdPcId: .set 0x1A kAsyncCmdScoreGetClanMembersRankingByRange: .set 0x1B kAsyncCmdScoreGetClanMemberGameData: .set 0x1C kAsyncCmdScoreGetClansRankingByClanId: .set 0x1D kAsyncCmdScoreGetClansRankingByRange: .set 0x1E kAsyncCmdTusAddAndGetVar: .set 0x1F kAsyncCmdTusAddAndGetVarVUser: .set 0x20 kAsyncCmdTusTryAndSetVar: .set 0x21 kAsyncCmdTusTryAndSetVarVUser: .set 0x22 kAsyncCmdTusGetMultiSlotVar: .set 0x23 kAsyncCmdTusGetMultiSlotVarVUser: .set 0x24 kAsyncCmdTusSetMultiSlotVar: .set 0x25 kAsyncCmdTusSetMultiSlotVarVUser: .set 0x26 kAsyncCmdTusGetMultiUserVar: .set 0x27 kAsyncCmdTusGetMultiUserVarVUser: .set 0x28 kAsyncCmdTusDeleteMultiSlotVar: .set 0x29 kAsyncCmdTusDeleteMultiSlotVarVUser: .set 0x2A kAsyncCmdTusGetData: .set 0x2B kAsyncCmdTusGetDataVUser: .set 0x2C kAsyncCmdTusSetData: .set 0x2D kAsyncCmdTusSetDataVUser: .set 0x2E kAsyncCmdTusGetMultiSlotDataStatus: .set 0x2F kAsyncCmdTusGetMultiSlotDataStatusVUser: .set 0x30 kAsyncCmdTusGetMultiUserDataStatus: .set 0x31 kAsyncCmdTusGetMultiUserDataStatusVUser: .set 0x32 kAsyncCmdTusDeleteMultiSlotData: .set 0x33 kAsyncCmdTusDeleteMultiSlotDataVUser: .set 0x34 kAsyncCmdInvIsInInventory: .set 0x35 kAsyncCmdInvConsume: .set 0x36 kAsyncCmdInvGetConsumableCount: .set 0x37 kAsyncCmdInvGetPurchasedState: .set 0x38 kAsyncCmdEntitlementRequest: .set 0x39 kAsyncCmdCommercePointAuto: .set 0x3A kAsyncCmdCommerceQuickPurchase: .set 0x3B kAsyncCmdCommerceGetPrice: .set 0x3C kAsyncCmdCommerceGetProductInfo: .set 0x3D kAsyncCmdCommerceRedeemVoucher: .set 0x3E kAsyncCmdObjectCatalogueSearch: .set 0x3F kAsyncCmdObjectDefinitionDownload: .set 0x40 kAsyncCmdObjectDescription: .set 0x41 kAsyncCmdStrmCopy: .set 0x42 kAsyncCmdStrmCompressZLib: .set 0x43 kAsyncCmdStrmUncompressZLib: .set 0x44 kAsyncCmdSaveDataSave: .set 0x45 kAsyncCmdSaveDataLoad: .set 0x46 kAsyncCmdSaveDataSaveObject: .set 0x47 kAsyncCmdSceneInfo: .set 0x48 kAsyncCmdObjectGetClothingLpIds: .set 0x49 kAsyncCmdIdentity: .set 0x4A kAsyncCmdMax: .set 0x4B |