shithub: pokecrystal

Download patch

ref: cda504fbceef2fbe0676ffccb54c46a6f1fb0009
parent: 0671d46bb1b4045d575540794d3462a20359459a
author: yenatch <yenatch@gmail.com>
date: Tue Jul 22 18:39:41 EDT 2014

Fix "name" event command parameter comments.

--- a/engine/scripting.asm
+++ b/engine/scripting.asm
@@ -2202,6 +2202,7 @@
 ; parameters:
 ;     type (SingleByteParam)
 ;     id (SingleByteParam)
+;     memory (SingleByteParam)
 
 	call GetScriptByte
 	ld [$cf61], a
@@ -2216,6 +2217,9 @@
 
 Script_trainerclassname: ; 0x9772b
 ; script command 0xa6
+; parameters:
+;     id (SingleByteParam)
+;     memory (SingleByteParam)
 
 	ld a, $7
 	ld [$cf61], a
--