9358-\[Pokémon_FireRed_Ingles]_Gran_problema_con_el_incio.
#2
Stupidest Kiwi Ever 15154
Bueno, pues este es el script más importante que hay en ese mapa:
'---------------
#org 0x800220
lock
msgbox 0x8800263 0x6 '"¡Hola, si me atrapas te\ndoy algo!"
applymovement 0x2 0x880024E
waitmovement 0x2
msgbox 0x8800287 0x6 '"¡Pillame si puedes!"
applymovement 0x2 0x880025B
waitmovement 0x2
hidesprite 0x2
setflag 0x212A
release
end


'---------
' Strings
'---------
#org 0x800263
= ¡Hola, si me atrapas te\ndoy algo!

#org 0x800287
= ¡Pillame si puedes!


'-----------
' Movements
'-----------
#org 0x80024E
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x16 'Jump2 Left
#raw 0x3 'Face Right
#raw 0xFE 'End of Movements

#org 0x80025B
#raw 0x12 'Step Left (Normal)
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 'End of Movements