Changeset 455 for Daodan/src/Daodan.c


Ignore:
Timestamp:
Aug 10, 2009, 1:46:16 PM (15 years ago)
Author:
rossy
Message:

marypoppins & kangaroo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan.c

    r452 r455  
    436436       
    437437        if (patch_cheater)
     438        {
    438439                DDrPatch_MakeCall(OniExe + 0x000f618f, DDrCheater);
     440                DDrPatch_Int16(OniExe + 0x000deb45, 0x5590);
     441                DDrPatch_MakeCall(OniExe + 0x000deb47, FallingFrames);
     442                DDrPatch_MakeJump(OniExe + 0x0010f021, DDrCheater_LevelLoad);
     443        }
    439444       
    440445        init_daodan_gl();
Note: See TracChangeset for help on using the changeset viewer.