hey, i need some help i wanna make a code that teleports my player to
another player when i press a button i already have undma player &
enemy cords.
so how do i go about loading my cords in to the enemy cords? would it be something like this?
>lui t0 $first half of controller<
>lw t0 $second half of controller(t0)<
>addiu t1 $button value<
>lui t2 $first half enemy cord <
>lui t3 $first half player cord<
>bne t0 t1 $jr ra<
>lw t4 $second half enemy cord X(t2)<
>lw t5 $second half enemy cord Y(t2)<
>lw t6 $second half enemy cord Z(t2)<
>sw t4 $second half player cord X(t3)<
>sw t5 $second half player cord X(t3)<
>sw t6 $second half player cord X(t3)<
>jr ra<
and
i olny have to load the first half of the enemy & player cord once
because all the cords are right next to each other right?
anyway
im not so great at coding. (the codes is for tekken 6 so im olny faceing
one opponent at a time). thanks in advance!
another player when i press a button i already have undma player &
enemy cords.
so how do i go about loading my cords in to the enemy cords? would it be something like this?
>lui t0 $first half of controller<
>lw t0 $second half of controller(t0)<
>addiu t1 $button value<
>lui t2 $first half enemy cord <
>lui t3 $first half player cord<
>bne t0 t1 $jr ra<
>lw t4 $second half enemy cord X(t2)<
>lw t5 $second half enemy cord Y(t2)<
>lw t6 $second half enemy cord Z(t2)<
>sw t4 $second half player cord X(t3)<
>sw t5 $second half player cord X(t3)<
>sw t6 $second half player cord X(t3)<
>jr ra<
and
i olny have to load the first half of the enemy & player cord once
because all the cords are right next to each other right?
anyway
im not so great at coding. (the codes is for tekken 6 so im olny faceing
one opponent at a time). thanks in advance!