mirror of
https://github.com/pret/pokestadium.git
synced 2026-09-26 03:55:30 -05:00
change leoC2_double_ecc calc to be more like the other ones
This commit is contained in:
@@ -86,7 +86,8 @@ c2_2_1:
|
||||
p_s = LEOc2_param.c2buff_e;
|
||||
|
||||
do {
|
||||
s0 = (p_s -= 4)[0];
|
||||
p_s -= 4;
|
||||
s0 = p_s[0];
|
||||
if (s0 != 0) {
|
||||
a = ganlog[m + glog[s0]] ^ p_s[1];
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user