Neti
Inactive
- 1,516
- Posts
- 17
- Years
- Age 33
- Cologne, Germany
- Seen Feb 7, 2021
just place a team shadow member in front of the gym who blocks it xD
i think thats the easiest solution
i think thats the easiest solution
#org $begin
setvar 0x4080 0x0
goto 0x8122DB
end
#org $begin
setvar 0x4080 0x1
goto $main
end
#org $main
checkflag 0x603
if 1 goto $done
compare 0x4080 0x0
if B_true goto $left
compare 0x4080 0x1
if B_true goto $middle
compare 0x4080 0x2
if B_true goto $right
end
#org $left
special 0x113
applymovement 0x7F $1
pausemove 0x0
special 0x114
goto $rest
end
#org $middle
special 0x113
applymovement 0x7F $2
pausemove 0x0
special 0x114
goto $rest
end
#org $right
special 0x113
applymovement 0x7F $3
pausemove 0x0
special 0x114
goto $rest
end
#org $rest
message $a
$a 1 = \c\h01\h04GRUNT: \c\h01\h02Okay, we have it now.\nThis guy wasn't even strong!\p\c\h01\h07SAMARA \c\h01\h02will be proud.
boxset 6
applymovement 0x7 $4
applymovement 0x8 $5
pausemove 0x0
#raw 0x53 0x07 0x00
#raw 0x53 0x08 0x00
setflag 0x603
#raw 0xAC 0x19 0x00 0x1E 0x00
#raw 0xAE
clearflag 0x520
#raw 0x55 0x09 0x00
applymovement 0x09 $6
pausemove 0x0
#raw 0xAD 0x19 0x00 0x1E 0x00
#raw 0xAE
message $b
$b 1 = WAIT! Please, someone has to\nhelp me!
boxset 6
compare 0x4080 0x0
if B_true goto $leftb
compare 0x4080 0x1
if B_true goto $middleb
compare 0x4080 0x2
if B_true goto $rightb
end
#org $leftb
special 0x113
applymovement 0x7F $7
pausemove 0x0
special 0x114
release
end
#org $middleb
special 0x113
applymovement 0x7F $8
pausemove 0x0
special 0x114
release
end
#org $rightb
special 0x113
applymovement 0x7F $9
pausemove 0x0
special 0x114
release
end
#org $done
release
end
#org $1
$1 1 ; #binary 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x11 0xFE
#org $2
$2 1 ; #binary 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x11 0xFE
#org $3
$3 1 ; #binary 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x11 0xFE
#org $4
$4 1 ; #binary 0x10 0x10 0x10 0x10 0x10 0x13 0x10 0x10 0x10 0x10 0x10 0x10 0xFE
#org $5
$5 1 ; #binary 0x10 0x10 0x10 0x10 0x10 0x13 0x13 0x10 0x10 0x10 0x10 0x10 0x10 0xFE
#org $6
$6 1 ; #binary 0x10 0xFE
#org $7
$7 1 ; #binary 0x10 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0xFE
#org $8
$8 1 ; #binary 0x10 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0xFE
#org $9
$9 1 ; #binary 0x10 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0xFE
#org $begin
setvar 0x4080 0x2
goto 0x8122DB
end