diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2013-05-06 22:15:41 -0700 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2013-05-06 22:15:41 -0700 |
| commit | 2a44711fa7b96868048f39418a6095ea7013608d (patch) | |
| tree | ea7ffffcfb4c93f6ae6113fd09ca721ab7271d14 /maps/RuinsofAlphOutside.asm | |
| parent | 0e47273378b1f7f010e4d3e6dbab2a14dcc781ce (diff) | |
| parent | 5a4098891ac52126c935311d891bab3fbd248c62 (diff) | |
Merge pull request #126 from yenatch/master
map scripts + ai + disabled line ending correction
Diffstat (limited to 'maps/RuinsofAlphOutside.asm')
| -rw-r--r-- | maps/RuinsofAlphOutside.asm | 35 |
1 files changed, 25 insertions, 10 deletions
diff --git a/maps/RuinsofAlphOutside.asm b/maps/RuinsofAlphOutside.asm index 0f4408684..daa5f07e7 100644 --- a/maps/RuinsofAlphOutside.asm +++ b/maps/RuinsofAlphOutside.asm @@ -141,22 +141,37 @@ PsychicNathanScript: ; 0x58095 end ; 0x5809d -UnknownScript_0x5809d: ; 0x5809d - musicfadeout $2905, $1 -; 0x580a2 - -; probably not a script? -UnknownScript_0x580a2: ; 0x580a2 - db $e5 - itemtotext THUNDERSTONE, $42 - 2call $a900 - pokenamemem EXEGGCUTE, $47 + +TrainerSuperNerdStan: ; 0x5809d + ; bit/flag number + dw $581 + + ; trainer group && trainer id + 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 closetext loadmovesprites end ; 0x580b1 + MapRuinsofAlphOutsideSignpost0Script: ; 0x580b1 jumptext UnknownText_0x58325 ; 0x580b4 |
