diff options
author | Swastik Baranwal <swstkbaranwal@gmail.com> | 2019-06-23 18:47:35 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-23 18:47:35 +0530 |
commit | 99703c6ab831d34e6859d8a8f53ba8e73dc4d3d9 (patch) | |
tree | 3a712d3039d152616af58a45a13d82c40a87e58f /data/maps/SSAnne_Kitchen/scripts.inc | |
parent | 6d190f861e3559eec922cd760778c0cba6e08397 (diff) | |
parent | 9ee0c34758a63f8c00724b6fc984b4e96be2f7af (diff) |
Merge pull request #5 from pret/master
Take files
Diffstat (limited to 'data/maps/SSAnne_Kitchen/scripts.inc')
-rw-r--r-- | data/maps/SSAnne_Kitchen/scripts.inc | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/data/maps/SSAnne_Kitchen/scripts.inc b/data/maps/SSAnne_Kitchen/scripts.inc new file mode 100644 index 000000000..b1b60056d --- /dev/null +++ b/data/maps/SSAnne_Kitchen/scripts.inc @@ -0,0 +1,53 @@ +SSAnne_Kitchen_MapScripts:: @ 8160AB2 + .byte 0 + +SSAnne_Kitchen_EventScript_160AB3:: @ 8160AB3 + msgbox gUnknown_81733F8, 2 + end + +SSAnne_Kitchen_EventScript_160ABC:: @ 8160ABC + msgbox gUnknown_8173429, 2 + end + +SSAnne_Kitchen_EventScript_160AC5:: @ 8160AC5 + msgbox gUnknown_8173462, 2 + end + +SSAnne_Kitchen_EventScript_160ACE:: @ 8160ACE + lock + faceplayer + msgbox gUnknown_8173570 + random 3 + copyvar VAR_0x8008, VAR_RESULT + compare_var_to_value VAR_0x8008, 0 + call_if 1, EventScript_160B03 + compare_var_to_value VAR_0x8008, 1 + call_if 1, EventScript_160B0C + compare_var_to_value VAR_0x8008, 2 + call_if 1, EventScript_160B15 + release + end + +EventScript_160B03:: @ 8160B03 + msgbox gUnknown_817359F + return + +EventScript_160B0C:: @ 8160B0C + msgbox gUnknown_81735DF + return + +EventScript_160B15:: @ 8160B15 + msgbox gUnknown_8173611 + return + +SSAnne_Kitchen_EventScript_160B1E:: @ 8160B1E + msgbox gUnknown_81734A0, 2 + end + +SSAnne_Kitchen_EventScript_160B27:: @ 8160B27 + msgbox gUnknown_81734D3, 2 + end + +SSAnne_Kitchen_EventScript_160B30:: @ 8160B30 + msgbox gUnknown_817353E, 2 + end |