diff options
author | yenatch <yenatch@gmail.com> | 2014-07-22 22:39:41 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-07-22 22:39:41 -0700 |
commit | cda504fbceef2fbe0676ffccb54c46a6f1fb0009 (patch) | |
tree | 1ab57a5bb012f6c358d3f6102d714e380a095fde | |
parent | 0671d46bb1b4045d575540794d3462a20359459a (diff) |
Fix "name" event command parameter comments.
-rw-r--r-- | engine/scripting.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index 81d14611a..7bfe21b54 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -2202,6 +2202,7 @@ Script_name: ; 0x97716 ; parameters: ; type (SingleByteParam) ; id (SingleByteParam) +; memory (SingleByteParam) call GetScriptByte ld [$cf61], a @@ -2216,6 +2217,9 @@ Unknown_9771c: ; 0x9771c Script_trainerclassname: ; 0x9772b ; script command 0xa6 +; parameters: +; id (SingleByteParam) +; memory (SingleByteParam) ld a, $7 ld [$cf61], a |