diff options
Diffstat (limited to 'data/scripts/maps/SlateportCity_House2.s')
-rw-r--r-- | data/scripts/maps/SlateportCity_House2.s | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/scripts/maps/SlateportCity_House2.s b/data/scripts/maps/SlateportCity_House2.s new file mode 100644 index 000000000..87581ceaf --- /dev/null +++ b/data/scripts/maps/SlateportCity_House2.s @@ -0,0 +1,22 @@ +SlateportCity_House2_MapScripts:: @ 815638F + .byte 0 + +SlateportCity_House2_EventScript_156390:: @ 8156390 + msgbox SlateportCity_House2_Text_1804CF, 2 + end + +SlateportCity_House2_EventScript_156399:: @ 8156399 + lock + faceplayer + checkitem ITEM_CONTEST_PASS, 1 + compare RESULT, 1 + jumpeq SlateportCity_House2_EventScript_1563B5 + msgbox SlateportCity_House2_Text_180567, 4 + release + end + +SlateportCity_House2_EventScript_1563B5:: @ 81563B5 + msgbox SlateportCity_House2_Text_1805CD, 4 + release + end + |