mirror of https://github.com/pret/pokecrystal.git
Fix "name" event command parameter comments.
This commit is contained in:
parent
0671d46bb1
commit
cda504fbce
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue