mirror of
https://github.com/pret/pokestadium.git
synced 2026-09-09 11:56:01 -05:00
leoAlpha_mult match
This commit is contained in:
@@ -17,7 +17,12 @@ extern u8 glog[512];
|
||||
|
||||
#pragma GLOBAL_ASM("asm/nonmatchings/libleo/leoc2ecc/leoC2_4_ecc.s")
|
||||
|
||||
#pragma GLOBAL_ASM("asm/nonmatchings/libleo/leoc2ecc/leoAlpha_mult.s")
|
||||
s32 leoAlpha_mult(s32 i, s32 k) {
|
||||
if ((i == 0) || (k == 0)) {
|
||||
return 0;
|
||||
}
|
||||
return ganlog[(glog[i] + glog[k])];
|
||||
}
|
||||
|
||||
s32 leoAlpha_div(s32 i, s32 k) {
|
||||
if ((i == 0) || (k == 0)) {
|
||||
|
||||
Reference in New Issue
Block a user