Home
last modified time | relevance | path

Searched refs:thispel (Results 1 – 1 of 1) sorted by relevance

/dports/games/slump/slump-0.003.02/
H A Ddump.c758 byte *p, thispel; in record_custom_patches() local
806 if (rollpercent(140,10)) thispel = 0xc0 + roll(54,16); in record_custom_patches()
807 else thispel = 0; in record_custom_patches()
808 *p = thispel; p++; in record_custom_patches()
862 if (rollpercent(141,20)) thispel = 0xd0 + roll(55,16); in record_custom_patches()
863 else thispel = 0; in record_custom_patches()
864 *p = thispel; p++; in record_custom_patches()
928 thispel = 0x60 + (j+1)%8; in record_custom_patches()
930 thispel += 2 - fbuf[ 64*(i) + (j & 63)]; in record_custom_patches()
931 *p = thispel; p++; in record_custom_patches()