Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. .text:00603B40 ; =============== S U B R O U T I N E =======================================
  2. .text:00603B40
  3. .text:00603B40 ; Attributes: bp-based frame
  4. .text:00603B40
  5. .text:00603B40 Packet_MSG_MOVE_TIME_SKIPPED proc near ; DATA XREF: sub_6033C0+216o
  6. .text:00603B40
  7. .text:00603B40 var_8 = dword ptr -8
  8. .text:00603B40 var_4 = dword ptr -4
  9. .text:00603B40 arg_4 = dword ptr 0Ch
  10. .text:00603B40
  11. .text:00603B40 push ebp
  12. .text:00603B41 mov ebp, esp
  13. .text:00603B43 sub esp, 8
  14. .text:00603B46 push esi
  15. .text:00603B47 push edi
  16. .text:00603B48 mov edi, [ebp+arg_4]
  17. .text:00603B4B lea edx, [ebp+var_8]
  18. .text:00603B4E mov ecx, edi
  19. .text:00603B50 call sub_642ED0
  20. .text:00603B55 mov eax, [ebp+var_4]
  21. .text:00603B58 mov ecx, [ebp+var_8]
  22. .text:00603B5B push 421h
  23. .text:00603B60 push eax
  24. .text:00603B61 push ecx
  25. .text:00603B62 mov edx, offset asc_860C0C ; "E:\\build\\buildWoW\\WoW\\Source\\Object\\Obj"...
  26. .text:00603B67 mov ecx, 8
  27. .text:00603B6C call sub_468460
  28. .text:00603B71 mov esi, eax
  29. .text:00603B73 test esi, esi
  30. .text:00603B75 jz short loc_603B9C
  31. .text:00603B77 lea edx, [ebp+arg_4]
  32. .text:00603B7A push edx
  33. .text:00603B7B mov ecx, edi
  34. .text:00603B7D mov [ebp+arg_4], 0
  35. .text:00603B84 call CDataStore__GetInt32_0
  36. .text:00603B89 mov eax, [ebp+arg_4]
  37. .text:00603B8C push eax
  38. .text:00603B8D mov ecx, esi
  39. .text:00603B8F call sub_601560
  40. .text:00603B94 pop edi
  41. .text:00603B95 pop esi
  42. .text:00603B96 mov esp, ebp
  43. .text:00603B98 pop ebp
  44. .text:00603B99 retn 8
  45. .text:00603B9C ; ---------------------------------------------------------------------------
  46. .text:00603B9C
  47. .text:00603B9C loc_603B9C: ; CODE XREF: Packet_MSG_MOVE_TIME_SKIPPED+35j
  48. .text:00603B9C mov ecx, [edi+10h]
  49. .text:00603B9F mov [edi+14h], ecx
  50. .text:00603BA2 pop edi
  51. .text:00603BA3 xor eax, eax
  52. .text:00603BA5 pop esi
  53. .text:00603BA6 mov esp, ebp
  54. .text:00603BA8 pop ebp
  55. .text:00603BA9 retn 8
  56. .text:00603BA9 Packet_MSG_MOVE_TIME_SKIPPED endp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement