fix local pointers in UnknownScript_0x18508f (legendaries)

This commit is contained in:
Bryan Bishop
2012-05-28 10:40:51 -05:00
parent 0aecb683a0
commit b987b525b9

View File

@@ -71224,7 +71224,7 @@ UnknownScript_0x18508f: ; 0x18508f
pause 15 pause 15
writebyte $f3 writebyte $f3
special $0097 special $0097
iftrue $50b6 iftrue UnknownScript_0x1850b6
applymovement $3, MovementData_0x1851d0 applymovement $3, MovementData_0x1851d0
spriteface $0, $2 spriteface $0, $2
cry RAIKOU cry RAIKOU
@@ -71234,9 +71234,10 @@ UnknownScript_0x18508f: ; 0x18508f
disappear $3 disappear $3
playsound $0023 playsound $0023
waitbutton waitbutton
UnknownScript_0x1850b6: ; 0x1850b6
writebyte $f4 writebyte $f4
special $0097 special $0097
iftrue $50d7 iftrue UnknownScript_0x1850d7
applymovement $4, MovementData_0x1851da applymovement $4, MovementData_0x1851da
spriteface $0, $3 spriteface $0, $3
cry ENTEI cry ENTEI
@@ -71246,6 +71247,7 @@ UnknownScript_0x18508f: ; 0x18508f
disappear $4 disappear $4
playsound $0023 playsound $0023
waitbutton waitbutton
UnknownScript_0x1850d7: ; 0x1850d7
spriteface $0, $1 spriteface $0, $1
pause 10 pause 10
applymovement $0, MovementData_0x1851e8 applymovement $0, MovementData_0x1851e8