Registrarse

script de pc se mueve

Estado
Cerrado para nuevas respuestas.

Juan Kio

Aprendiendo decomp...
hola,intento poner el script de la pc en una persona y se mueve y en el menú y también se mueve ,también e intentado ponerle lockall y releaseall y sigue igual necesito algún script que no le pase eso

#dynamic 0x800000

'---------------
#org @start
lockall
faceplayer
special 0x3C
releaseall
end

[/IMG]
 

Toni

Usuario mítico
El lockall no te sirve para nada. Yo diría que ni hace falta poner esos comandos.
Tendrás que congelar de algún modo la pantalla.
 

Juan Kio

Aprendiendo decomp...
es que no me aparece el script del centro pokemon e probado con diferentes advance map y rom y no me aparece el script de la pc
 

Volk

Antiguamente SouL o SoulOfBandit
si mal no recuerdo el script era asi:
'---------------
#org 0x1A0085
sound 0x2
checkflag 0x84B
if 0x0 call 0x81A00AC
checkflag 0x84B
if 0x1 call 0x81A00B5
msgbox 0x81A0A35 MSG_KEEPOPEN '"POKéMON Storage System opened."
special 0x3C
waitstate
goto 0x81A0023

'---------------
#org 0x1A00AC
msgbox 0x81A0A1E MSG_KEEPOPEN '"Accessed someone's PC."
return

'---------------
#org 0x1A00B5
msgbox 0x81A0A66 MSG_KEEPOPEN '"Accessed LANETTE's PC."
return

'---------------
#org 0x1A0023
preparemsg 0x81A0A01 '"Which PC should be accessed?"
waitmsg
special 0x106
waitstate
goto 0x81A0033

'---------------
#org 0x1A0033
copyvar 0x8000 LASTRESULT
compare 0x8000 0x0
if 0x1 goto 0x81A0085
compare 0x8000 0x1
if 0x1 goto 0x81A0070
compare 0x8000 0x2
if 0x1 goto 0x81A00CB
compare 0x8000 0x3
if 0x1 goto 0x81A00BE
compare 0x8000 0x7F
if 0x1 goto 0x81A00BE
end

'---------------
#org 0x1A0070
sound 0x2
msgbox 0x81A0A54 MSG_KEEPOPEN '"Accessed [player]'s PC."
special 0xFA
waitstate
goto 0x81A0023

'---------------
#org 0x1A00CB
checkflag 0x804
if 0x0 goto 0x81A00BE
sound 0x2
special 0x107
waitstate
goto 0x81A0033

'---------------
#org 0x1A00BE
setvar 0x8004 0x0
sound 0x3
special 0xD7
releaseall
end


'---------
' Strings
'---------
#org 0x1A0A35
= POKéMON Storage System opened.

#org 0x1A0A1E
= Accessed someone's PC.

#org 0x1A0A66
= Accessed LANETTE's PC.

#org 0x1A0A01
= Which PC should be accessed?

#org 0x1A0A54
= Accessed [player]'s PC.

*lo tenia anotado porque hace tiempo lo busque*
 
Estado
Cerrado para nuevas respuestas.
Arriba