Update checksums of Kinsie's Test Map in swwm_compat.zsc.

This commit is contained in:
Mari the Deer 2022-02-12 12:30:54 +01:00
commit ffa752e0da
3 changed files with 9 additions and 13 deletions

View file

@ -491,15 +491,12 @@ Class SWWMLevelCompatibility : LevelPostProcessor
AddThing(4206920,(2912,256,-112),180,SKILLS_ALL,MTF_SINGLE|MTF_COOPERATIVE);
break;
// Kinsie's Test Map
case '0EADB2F82732A968B8513E4DC6138439':
case 'D70250F93C6B6072DA39D9672B37F236':
case '959A613006CC3AA912C4A22908B7566A':
case 'E43C1797DFD9443D1B4C035327743588':
case '81033F4F11F652E9CA875CED06C7AF8C':
case '0D1CAD582F63A179BF8A5E47C12D10C6':
// add collectibles
for ( int i=0; i<12; i++ )
AddThing(4206900+i,(1472+64*i,640,0),0,SKILLS_ALL,MTF_SINGLE|MTF_COOPERATIVE);
// add some chance boxes
for ( int i=0; i<3; i++ )
AddThing(4206920,(3616,1824-64*i,0),180,SKILLS_ALL,MTF_SINGLE|MTF_COOPERATIVE);
break;
}
switch ( checksum )