summaryrefslogtreecommitdiff
path: root/npc/015-8
diff options
context:
space:
mode:
Diffstat (limited to 'npc/015-8')
-rw-r--r--npc/015-8/sealedshrine.txt60
1 files changed, 30 insertions, 30 deletions
diff --git a/npc/015-8/sealedshrine.txt b/npc/015-8/sealedshrine.txt
index 038d854be..571030dd1 100644
--- a/npc/015-8/sealedshrine.txt
+++ b/npc/015-8/sealedshrine.txt
@@ -168,43 +168,43 @@ OnTouch:
}
// It is stage 3, so we will write to setq3 that the seal is open... Soon.
- SaggySealInit(.name$, .x, .y, 0, getmap());
+ SaggySealInit(.name$, .x, .y, 0);
end;
OnBreakSeal01:
- SaggySealInit(.name$, .x, .y, 1, getmap());
+ SaggySealInit(.name$, .x, .y, 1);
end;
OnBreakSeal02:
- SaggySealInit(.name$, .x, .y, 2, getmap());
+ SaggySealInit(.name$, .x, .y, 2);
end;
OnBreakSeal03:
- SaggySealInit(.name$, .x, .y, 3, getmap());
+ SaggySealInit(.name$, .x, .y, 3);
end;
OnBreakSeal04:
- SaggySealInit(.name$, .x, .y, 4, getmap());
+ SaggySealInit(.name$, .x, .y, 4);
end;
OnBreakSeal05:
- SaggySealInit(.name$, .x, .y, 5, getmap());
+ SaggySealInit(.name$, .x, .y, 5);
end;
OnBreakSeal06:
- SaggySealInit(.name$, .x, .y, 6, getmap());
+ SaggySealInit(.name$, .x, .y, 6);
end;
OnBreakSeal07:
- SaggySealInit(.name$, .x, .y, 7, getmap());
+ SaggySealInit(.name$, .x, .y, 7);
end;
OnBreakSeal08:
- SaggySealInit(.name$, .x, .y, 8, getmap());
+ SaggySealInit(.name$, .x, .y, 8);
end;
OnBreakSeal09:
- SaggySealInit(.name$, .x, .y, 9, getmap());
+ SaggySealInit(.name$, .x, .y, 9);
end;
OnBreakSeal10:
@@ -254,43 +254,43 @@ OnTouch:
}
// It is stage 3, so we will write to setq3 that the seal is open... Soon.
- SaggySealInit(.name$, .x, .y, 0, getmap());
+ SaggySealInit(.name$, .x, .y, 0);
end;
OnBreakSeal01:
- SaggySealInit(.name$, .x, .y, 1, getmap());
+ SaggySealInit(.name$, .x, .y, 1);
end;
OnBreakSeal02:
- SaggySealInit(.name$, .x, .y, 2, getmap());
+ SaggySealInit(.name$, .x, .y, 2);
end;
OnBreakSeal03:
- SaggySealInit(.name$, .x, .y, 3, getmap());
+ SaggySealInit(.name$, .x, .y, 3);
end;
OnBreakSeal04:
- SaggySealInit(.name$, .x, .y, 4, getmap());
+ SaggySealInit(.name$, .x, .y, 4);
end;
OnBreakSeal05:
- SaggySealInit(.name$, .x, .y, 5, getmap());
+ SaggySealInit(.name$, .x, .y, 5);
end;
OnBreakSeal06:
- SaggySealInit(.name$, .x, .y, 6, getmap());
+ SaggySealInit(.name$, .x, .y, 6);
end;
OnBreakSeal07:
- SaggySealInit(.name$, .x, .y, 7, getmap());
+ SaggySealInit(.name$, .x, .y, 7);
end;
OnBreakSeal08:
- SaggySealInit(.name$, .x, .y, 8, getmap());
+ SaggySealInit(.name$, .x, .y, 8);
end;
OnBreakSeal09:
- SaggySealInit(.name$, .x, .y, 9, getmap());
+ SaggySealInit(.name$, .x, .y, 9);
end;
OnBreakSeal10:
@@ -340,43 +340,43 @@ OnTouch:
}
// It is stage 3, so we will write to setq3 that the seal is open... Soon.
- SaggySealInit(.name$, .x, .y, 0, getmap());
+ SaggySealInit(.name$, .x, .y, 0);
end;
OnBreakSeal01:
- SaggySealInit(.name$, .x, .y, 1, getmap());
+ SaggySealInit(.name$, .x, .y, 1);
end;
OnBreakSeal02:
- SaggySealInit(.name$, .x, .y, 2, getmap());
+ SaggySealInit(.name$, .x, .y, 2);
end;
OnBreakSeal03:
- SaggySealInit(.name$, .x, .y, 3, getmap());
+ SaggySealInit(.name$, .x, .y, 3);
end;
OnBreakSeal04:
- SaggySealInit(.name$, .x, .y, 4, getmap());
+ SaggySealInit(.name$, .x, .y, 4);
end;
OnBreakSeal05:
- SaggySealInit(.name$, .x, .y, 5, getmap());
+ SaggySealInit(.name$, .x, .y, 5);
end;
OnBreakSeal06:
- SaggySealInit(.name$, .x, .y, 6, getmap());
+ SaggySealInit(.name$, .x, .y, 6);
end;
OnBreakSeal07:
- SaggySealInit(.name$, .x, .y, 7, getmap());
+ SaggySealInit(.name$, .x, .y, 7);
end;
OnBreakSeal08:
- SaggySealInit(.name$, .x, .y, 8, getmap());
+ SaggySealInit(.name$, .x, .y, 8);
end;
OnBreakSeal09:
- SaggySealInit(.name$, .x, .y, 9, getmap());
+ SaggySealInit(.name$, .x, .y, 9);
end;
OnBreakSeal10: