Registrarse

[duda]Combinar Script de gatillo con script de habla de un tutorial

Estado
Cerrado para nuevas respuestas.

NozZ C

Ando activo
Hola gente, como estan? Bien ?
Pues yo no :v

he estado todo el dia viendo este Tutorial De MegaSceptile C:
Y HE TRATADO, "TRATADO" :V DE HACERLO POR MI CUENTA PERO NO HE PODIDO. LES DEJO MI RESULTADO HABER SI TENGO ALGUN ERROR Y ASI ME CORRIGEN.

Código:
#dynamic 0x800000

'---------------
#org 0x16587B
applymovement 0x1 @mov1
waitmovement 0x1
call 0x8000D2
msgbox 0x8800138 MSG_NORMAL "[black_fr]Donde estoy?"
call 0x800163
release
end

'---------------
#org 0x8000D2
writebytetooffset 0x3F 0x4000048
writebytetooffset 0x1F 0x4000049
writebytetooffset 0x41 0x4000050
writebytetooffset 0x3F 0x4000051
writebytetooffset 0xF 0x4000052
writebytetooffset 0x4 0x4000053
writebytetooffset 0xFF 0x202F0AA
writebytetooffset 0xFF 0x202F0AB
writebytetooffset 0x0 0x202F0B8
writebytetooffset 0x0 0x202F0B9
writebytetooffset 0x0 0x202F0AC
writebytetooffset 0x0 0x202F0AD
writebytetooffset 0x0 0x202F0BE
writebytetooffset 0x0 0x202F0BF
writebytetooffset 0x0 0x202F0C0
writebytetooffset 0x0 0x202F0C1
writebytetooffset 0x0 0x202F0C2
writebytetooffset 0x0 0x202F0C3
writebytetooffset 0x0 0x202F0C4
writebytetooffset 0x0 0x202F0C5
writebytetooffset 0x0 0x202F0C6
writebytetooffset 0x0 0x202F0C7
writebytetooffset 0x0 0x202F0C8
writebytetooffset 0x0 0x202F0C9
return

'---------------
#org 0x800163
writebytetooffset 0x3F 0x4000048
writebytetooffset 0x1F 0x4000049
writebytetooffset 0x41 0x4000050
writebytetooffset 0x3F 0x4000051
writebytetooffset 0x10 0x4000052
writebytetooffset 0x0 0x4000053
writebytetooffset 0xFF 0x202F0AA
writebytetooffset 0xFF 0x202F0AB
writebytetooffset 0x0 0x202F0B8
writebytetooffset 0x0 0x202F0B9
writebytetooffset 0x0 0x202F0AC
writebytetooffset 0x0 0x202F0AD
writebytetooffset 0x0 0x202F0BE
writebytetooffset 0x0 0x202F0BF
writebytetooffset 0x0 0x202F0C0
writebytetooffset 0x0 0x202F0C1
writebytetooffset 0x0 0x202F0C2
writebytetooffset 0x0 0x202F0C3
writebytetooffset 0x0 0x202F0C4
writebytetooffset 0x0 0x202F0C5
writebytetooffset 0x0 0x202F0C6
writebytetooffset 0x0 0x202F0C7
writebytetooffset 0x0 0x202F0C8
writebytetooffset 0x0 0x202F0C9
return

#org @mov1
#raw 0x63 
#raw 0x54 
#raw 0x52
#raw 0x55
#raw 0x53
#raw 0x55 
#raw 0xFE
'---------
' Strings
'---------
#org 0x800138
= [black_fr]Donde estoy?
 
Última edición:

DeadApolo

A'KERIA'S TRACES
Solo para aclarar antes de que cierren este tema, para todo los novatos que lean esto:
El Hex no es tan dificil, solo debes saber buscar las offsets, ya que en los tutoriales te dicen los bytes que cambiar y agregar, luego ya te vas interiorizando y aprendes a cambiarlos solo, pero en principio es bien fácil, no se asusten con el HEX, que al final no es tan dificil xDDD.

Solo eso, saludos

Atte:

ApoloD - DeadApolo actualmente.
 
Estado
Cerrado para nuevas respuestas.
Arriba