Skip to content

Instantly share code, notes, and snippets.

@sigsegv-mvm
Created August 9, 2015 04:15
Show Gist options
  • Save sigsegv-mvm/0323b2072e19aa49c68d to your computer and use it in GitHub Desktop.
Save sigsegv-mvm/0323b2072e19aa49c68d to your computer and use it in GitHub Desktop.
CTFObjectiveResource excerpt showing that wave status has an upper limit of 24
-- > m_nMannVsMachineWaveClassCounts [0x1A48]
-- SUB [ m_nMannVsMachineWaveClassCounts | [12] ]
-- -- > 000 [0x0000]
-- -- > 001 [0x0004]
-- -- > 002 [0x0008]
-- -- > 003 [0x000C]
-- -- > 004 [0x0010]
-- -- > 005 [0x0014]
-- -- > 006 [0x0018]
-- -- > 007 [0x001C]
-- -- > 008 [0x0020]
-- -- > 009 [0x0024]
-- -- > 010 [0x0028]
-- -- > 011 [0x002C]
-- END SUB [ m_nMannVsMachineWaveClassCounts | [12] ]
-- > m_iszMannVsMachineWaveClassNames[0] [0x1AA8]
-- > m_iszMannVsMachineWaveClassNames [0x0000]
-- > m_nMannVsMachineWaveClassFlags [0x21B0]
-- SUB [ m_nMannVsMachineWaveClassFlags | [12] ]
-- -- > 000 [0x0000]
-- -- > 001 [0x0004]
-- -- > 002 [0x0008]
-- -- > 003 [0x000C]
-- -- > 004 [0x0010]
-- -- > 005 [0x0014]
-- -- > 006 [0x0018]
-- -- > 007 [0x001C]
-- -- > 008 [0x0020]
-- -- > 009 [0x0024]
-- -- > 010 [0x0028]
-- -- > 011 [0x002C]
-- END SUB [ m_nMannVsMachineWaveClassFlags | [12] ]
-- > m_nMannVsMachineWaveClassCounts2 [0x1A78]
-- SUB [ m_nMannVsMachineWaveClassCounts2 | [12] ]
-- -- > 000 [0x0000]
-- -- > 001 [0x0004]
-- -- > 002 [0x0008]
-- -- > 003 [0x000C]
-- -- > 004 [0x0010]
-- -- > 005 [0x0014]
-- -- > 006 [0x0018]
-- -- > 007 [0x001C]
-- -- > 008 [0x0020]
-- -- > 009 [0x0024]
-- -- > 010 [0x0028]
-- -- > 011 [0x002C]
-- END SUB [ m_nMannVsMachineWaveClassCounts2 | [12] ]
-- > m_iszMannVsMachineWaveClassNames2[0] [0x1DA8]
-- > m_iszMannVsMachineWaveClassNames2 [0x0000]
-- > m_nMannVsMachineWaveClassFlags2 [0x21E0]
-- SUB [ m_nMannVsMachineWaveClassFlags2 | [12] ]
-- -- > 000 [0x0000]
-- -- > 001 [0x0004]
-- -- > 002 [0x0008]
-- -- > 003 [0x000C]
-- -- > 004 [0x0010]
-- -- > 005 [0x0014]
-- -- > 006 [0x0018]
-- -- > 007 [0x001C]
-- -- > 008 [0x0020]
-- -- > 009 [0x0024]
-- -- > 010 [0x0028]
-- -- > 011 [0x002C]
-- END SUB [ m_nMannVsMachineWaveClassFlags2 | [12] ]
-- > m_bMannVsMachineWaveClassActive [0x2210]
-- SUB [ m_bMannVsMachineWaveClassActive | [12] ]
-- -- > 000 [0x0000]
-- -- > 001 [0x0001]
-- -- > 002 [0x0002]
-- -- > 003 [0x0003]
-- -- > 004 [0x0004]
-- -- > 005 [0x0005]
-- -- > 006 [0x0006]
-- -- > 007 [0x0007]
-- -- > 008 [0x0008]
-- -- > 009 [0x0009]
-- -- > 010 [0x000A]
-- -- > 011 [0x000B]
-- END SUB [ m_bMannVsMachineWaveClassActive | [12] ]
-- > m_bMannVsMachineWaveClassActive2 [0x221C]
-- SUB [ m_bMannVsMachineWaveClassActive2 | [12] ]
-- -- > 000 [0x0000]
-- -- > 001 [0x0001]
-- -- > 002 [0x0002]
-- -- > 003 [0x0003]
-- -- > 004 [0x0004]
-- -- > 005 [0x0005]
-- -- > 006 [0x0006]
-- -- > 007 [0x0007]
-- -- > 008 [0x0008]
-- -- > 009 [0x0009]
-- -- > 010 [0x000A]
-- -- > 011 [0x000B]
-- END SUB [ m_bMannVsMachineWaveClassActive2 | [12] ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment