diff options
author | YamaArashi <shadow962@live.com> | 2016-06-29 22:40:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-29 22:40:49 -0700 |
commit | 8f08ae61851a6d21b1da046e50670b267a43b144 (patch) | |
tree | fe8cc1d86cd051b4bd09f59d1cd689bb72af1ec6 /data/scripts/safari_zone.s | |
parent | 98e83e359936121ca7a06f67d529b551dda0cfed (diff) | |
parent | bed5e78b438bda7d99f11a2f2dc7492428c44818 (diff) |
Merge pull request #20 from yenatch/master
Split a bunch of misc scripts and text.
Diffstat (limited to 'data/scripts/safari_zone.s')
-rw-r--r-- | data/scripts/safari_zone.s | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/data/scripts/safari_zone.s b/data/scripts/safari_zone.s new file mode 100644 index 000000000..c8d519038 --- /dev/null +++ b/data/scripts/safari_zone.s @@ -0,0 +1,74 @@ +gUnknown_081C340A:: @ 81C340A + setvar 0x40a4, 1 + special 206 + warp3 Route121_SafariZoneEntrance, 255, 2, 5 + end + +EventScript_1C341B: @ 81C341B + setvar 0x40a4, 1 + special 206 + warp Route121_SafariZoneEntrance, 255, 2, 5 + waitstate + end + +gUnknown_081C342D:: @ 81C342D + lockall + msgbox UnknownString_81C34B2, 5 + compare RESULT, 1 + jumpeq EventScript_1C3443 + releaseall + end + +EventScript_1C3443: + jump EventScript_1C341B + +gUnknown_081C3448:: @ 81C3448 + lockall + playsfx 73 + message UnknownString_81C34E4 + waittext + waitbutton + releaseall + jump EventScript_1C341B + +gUnknown_081C3459:: @ 81C3459 + lockall + playsfx 73 + message UnknownString_81C3514 + waittext + waitbutton + releaseall + jump EventScript_1C341B + +gUnknown_081C346A:: @ 81C346A + lockall + special 207 + compare RESULT, -1 + jumpif 5, EventScript_1C34A9 + msgbox UnknownString_81C354E, 5 + compare RESULT, 1 + jumpeq EventScript_1C348E + releaseall + end + +EventScript_1C348E: + fadescreen 1 + special 208 + waitstate + compare RESULT, -1 + jumpif 5, EventScript_1C34A0 + end + +EventScript_1C34A0: + message UnknownString_81C35A9 + waittext + waitbutton + releaseall + end + +EventScript_1C34A9: + message UnknownString_81C3583 + waittext + waitbutton + releaseall + end |