diff options
author | yenatch <yenatch@gmail.com> | 2016-06-16 16:11:29 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-06-16 16:11:29 -0400 |
commit | 8de49d722cbd21abff92ec384e5faaf1f0dde2d5 (patch) | |
tree | f2a577679cdd5b20b58285afe3695587ceb84488 /data/maps/scripts/MossdeepCity_House3.s | |
parent | 9d8d999973a627b319413e33344103913b630499 (diff) |
Dump the maps.
Diffstat (limited to 'data/maps/scripts/MossdeepCity_House3.s')
-rw-r--r-- | data/maps/scripts/MossdeepCity_House3.s | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/data/maps/scripts/MossdeepCity_House3.s b/data/maps/scripts/MossdeepCity_House3.s new file mode 100644 index 000000000..9401bf58e --- /dev/null +++ b/data/maps/scripts/MossdeepCity_House3.s @@ -0,0 +1,28 @@ +MossdeepCity_House3_MapScripts:: @ 815A971 + .byte 0 + +MossdeepCity_House3_EventScript_15A972:: @ 815A972 + lock + faceplayer + checkflag 152 + jumpeq MossdeepCity_House3_EventScript_15A9B1 + msgbox MossdeepCity_House3_Text_18D909, 5 + compare RESULT, 0 + jumpeq MossdeepCity_House3_EventScript_15A9BB + msgbox MossdeepCity_House3_Text_18D9A9, 4 + giveitem ITEM_SUPER_ROD + setflag 152 + msgbox MossdeepCity_House3_Text_18D9E3, 4 + release + end + +MossdeepCity_House3_EventScript_15A9B1:: @ 815A9B1 + msgbox MossdeepCity_House3_Text_18DA44, 4 + release + end + +MossdeepCity_House3_EventScript_15A9BB:: @ 815A9BB + msgbox MossdeepCity_House3_Text_18DA26, 4 + release + end + |