mirror of https://github.com/pret/pokecrystal.git
fix parsing errors in RuinsofAlphOutside
This commit is contained in:
parent
d4fe2c9953
commit
e46e8a3023
|
@ -141,22 +141,37 @@ PsychicNathanScript: ; 0x58095
|
||||||
end
|
end
|
||||||
; 0x5809d
|
; 0x5809d
|
||||||
|
|
||||||
UnknownScript_0x5809d: ; 0x5809d
|
|
||||||
musicfadeout $2905, $1
|
|
||||||
; 0x580a2
|
|
||||||
|
|
||||||
; probably not a script?
|
TrainerSuperNerdStan: ; 0x5809d
|
||||||
UnknownScript_0x580a2: ; 0x580a2
|
; bit/flag number
|
||||||
db $e5
|
dw $581
|
||||||
itemtotext THUNDERSTONE, $42
|
|
||||||
2call $a900
|
; trainer group && trainer id
|
||||||
pokenamemem EXEGGCUTE, $47
|
db SUPER_NERD, STAN
|
||||||
|
|
||||||
|
; text when seen
|
||||||
|
dw UnknownText_0x581e5
|
||||||
|
|
||||||
|
; text when trainer beaten
|
||||||
|
dw UnknownText_0x58217
|
||||||
|
|
||||||
|
; script when lost
|
||||||
|
dw $0000
|
||||||
|
|
||||||
|
; script when talk again
|
||||||
|
dw UnknownScript_0x580a9
|
||||||
|
; 0x580a9
|
||||||
|
|
||||||
|
UnknownScript_0x580a9: ; 0x580a9
|
||||||
|
talkaftercancel
|
||||||
|
loadfont
|
||||||
2writetext UnknownText_0x58250
|
2writetext UnknownText_0x58250
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
end
|
end
|
||||||
; 0x580b1
|
; 0x580b1
|
||||||
|
|
||||||
|
|
||||||
MapRuinsofAlphOutsideSignpost0Script: ; 0x580b1
|
MapRuinsofAlphOutsideSignpost0Script: ; 0x580b1
|
||||||
jumptext UnknownText_0x58325
|
jumptext UnknownText_0x58325
|
||||||
; 0x580b4
|
; 0x580b4
|
||||||
|
|
Loading…
Reference in New Issue