diff options
author | yenatch <yenatch@gmail.com> | 2014-07-22 22:05:06 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-07-22 22:05:06 -0700 |
commit | e75e735f7f07730649bdb91dc4a47c729926e550 (patch) | |
tree | 721da8d3519b39c0b920083df4cfaea0da01bc1e /engine/scripting.asm | |
parent | 1f9ae9edb4ff3eb59b5e0e6c88894e943c239e4d (diff) |
Reflect the extra loadwilddata argument in its function comment.
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index 60d96f4d1..81d14611a 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -844,6 +844,7 @@ Script_fruittree: ; 0x970ee Script_loadwilddata: ; 0x970fc ; script command 0xa0 ; parameters: +; flag (SingleByteParam) ; map_group (MapGroupParam) ; map_id (MapIdParam) |