Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.78 KB | None | 0 0
  1. ...
  2.     while ( 1 )
  3.     {
  4.       v23 = 0;
  5.       Savedata::ZukanData::GetPokeSeeFlag();
  6.       if ( v25 && Regulation::CheckParamBit(v80, 0, v22) )
  7.         v23 = 1;
  8.       if ( v5 == 4 )
  9.       {
  10.         if ( *(*(v1 + 36) + 155) )
  11.         {
  12.           v26 = *(*(gfl2::base::SingletonAccessor<GameSys::GameManager>::GetInstance() + 36) + 16);
  13.           pml::PokeParty::GetMemberCount();
  14.           v28 = v27;
  15.           v29 = 0;
  16.           if ( v27 )
  17.           {
  18.             do
  19.             {
  20.               pml::PokeParty::GetMemberPointer();
  21.               if ( v30 && pml::pokepara::CoreParam::GetMonsNo() == v22 && Regulation::CheckParamBit(v80, 0, v22) )
  22.                 v23 = 1;
  23.               ++v29;
  24.             }
  25.             while ( v29 < v28 );
  26.           }
  27.         }
  28.       }
  29. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement