diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-03 22:13:13 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-03 22:13:13 -0400 |
commit | c9525c0c8b267b71164cf9da5623c27a16d0380a (patch) | |
tree | 5573cbd622a7159fdb86d14b8d89fb4c7c4e960e | |
parent | 331a127e9e311f604ffcda4e02722188668e0365 (diff) |
Fix typo
-rwxr-xr-x | data/map_scripts.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/map_scripts.asm b/data/map_scripts.asm index d100bd2..ebe67c5 100755 --- a/data/map_scripts.asm +++ b/data/map_scripts.asm @@ -1,4 +1,4 @@ -; each map has a mximum of 8 scripts +; each map has a maximum of 8 scripts ; scripts are referenced with ids [0,2,4,6,8,a,c,e] ; each script id is used for a specific event ; if a script pointer is $0000, that map has no script for that event |