diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-03-03 23:59:05 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-03-03 23:59:05 -0800 |
commit | 3f0ce47e23fa226b30a4322660b8aab3e74d5240 (patch) | |
tree | 0784bd8607151b4b1e786530eca934cf43dc9d4d | |
parent | b4167267d66cc5fcb6bc1a946784636120e0ef63 (diff) | |
download | tmwa-3f0ce47e23fa226b30a4322660b8aab3e74d5240.tar.gz tmwa-3f0ce47e23fa226b30a4322660b8aab3e74d5240.tar.bz2 tmwa-3f0ce47e23fa226b30a4322660b8aab3e74d5240.tar.xz tmwa-3f0ce47e23fa226b30a4322660b8aab3e74d5240.zip |
Replace C1 characters with printable
I'm fairly sure 0x96 is meant to be -, but I have no idea what 0x9c was supposed to be.
-rw-r--r-- | doc/script_ref.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/script_ref.txt b/doc/script_ref.txt index c24ac57..3a0ccfe 100644 --- a/doc/script_ref.txt +++ b/doc/script_ref.txt @@ -36,13 +36,13 @@ AthenaNPCScript dy It is the vertical effect range of a warp point. Probably I do not write a circle but think that it is a region. Example of dx and dy (- is x and y) : 0,0 1,0 2,2 - *@* ***** ******* - *** ***** ******* - *@* ***** ******* - *@ ******* - *@ ******* - *@ ******* - *@ ******* + *@*- *-*-*-*-*- *-*-*-*-*-*-*- + *-*?*- *-*-*?*-*- *-*-*-*-*-*-*- + *@*- *-*-*-*-*- *-*-*-*-*-*-*- + *@ *-*-*-*?*-*-*- + *@ *-*-*-*-*-*-*- + *@ *-*-*-*-*-*-*- + *@ *-*-*-*-*-*-*- *@ * I hear that and it will leap if the cell of - is stepped on. *@ @@ -64,9 +64,9 @@ AthenaNPCScript ys The appearing vertical range is specified. Example of xs and ys (- is x and y) : 0,0 2,1 - *@* ***** - *@ ***** - *@ ***** + *@*? *-*-*-*-*- + *@ *-*-*?*-*- + *@ *-*-*-*-*- *@ * And a monster appears from the cell of -. |