diff options
author | yenatch <yenatch@gmail.com> | 2016-06-27 23:34:53 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-06-27 23:34:53 -0400 |
commit | b9762fbc8374cc0d7c42f65623832bc3f0c0b618 (patch) | |
tree | 1efd3bb4160b7b8968f1859a51d8412b9b25d374 /data/scripts/maps/FallarborTown.s | |
parent | c306d47045120ebd46eed9a2a2e76900019e3a10 (diff) |
Move data/maps/{text,scripts}/ to data/{text,scripts}/maps/.
Diffstat (limited to 'data/scripts/maps/FallarborTown.s')
-rw-r--r-- | data/scripts/maps/FallarborTown.s | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/data/scripts/maps/FallarborTown.s b/data/scripts/maps/FallarborTown.s new file mode 100644 index 000000000..a2e3865c3 --- /dev/null +++ b/data/scripts/maps/FallarborTown.s @@ -0,0 +1,57 @@ +FallarborTown_MapScripts:: @ 814E7E0 + map_script 3, FallarborTown_MapScript1_14E7E6 + .byte 0 + +FallarborTown_MapScript1_14E7E6:: @ 814E7E6 + setflag 2067 + setvar 0x4086, 0 + setflag 800 + clearflag 270 + end + +FallarborTown_EventScript_14E7F5:: @ 814E7F5 + lock + faceplayer + checkflag 139 + jumpeq FallarborTown_EventScript_14E80A + msgbox FallarborTown_Text_16C7FF, 4 + release + end + +FallarborTown_EventScript_14E80A:: @ 814E80A + msgbox FallarborTown_Text_16C855, 4 + release + end + +FallarborTown_EventScript_14E814:: @ 814E814 + msgbox FallarborTown_Text_16C8D6, 2 + end + +FallarborTown_EventScript_14E81D:: @ 814E81D + msgbox FallarborTown_Text_16C941, 2 + end + +FallarborTown_EventScript_14E826:: @ 814E826 + lock + faceplayer + checksound + pokecry SPECIES_AZURILL, 0 + msgbox FallarborTown_Text_16C92C, 4 + waitpokecry + release + end + +FallarborTown_EventScript_14E839:: @ 814E839 + msgbox FallarborTown_Text_16CA39, 3 + end + +FallarborTown_EventScript_14E842:: @ 814E842 +MeteorFalls_1F_1R_EventScript_14E842:: @ 814E842 +MeteorFalls_1F_2R_EventScript_14E842:: @ 814E842 + msgbox FallarborTown_Text_16CA83, 3 + end + +FallarborTown_EventScript_14E84B:: @ 814E84B + msgbox FallarborTown_Text_16CAB9, 3 + end + |