diff options
Diffstat (limited to 'data')
-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 |