diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-05-16 14:59:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-16 14:59:02 -0400 |
commit | fa52c7fc159a749cb97f4a78d7cf39781b55c62f (patch) | |
tree | 8a88de09420ad7f53eb2154ba49f04d3d93c4e0b /data/script_cmd_table.inc | |
parent | 683c9edf348c8a7730e72eb4a21a934e158a58c0 (diff) | |
parent | 4156dd6b5789e613e4c25ec2cfe9867ec491f85a (diff) |
Merge pull request #56 from pret/document_map_vars
Document map vars, 1
Diffstat (limited to 'data/script_cmd_table.inc')
-rw-r--r-- | data/script_cmd_table.inc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/data/script_cmd_table.inc b/data/script_cmd_table.inc index 2faa40381..23cd757c2 100644 --- a/data/script_cmd_table.inc +++ b/data/script_cmd_table.inc @@ -1,4 +1,4 @@ - .align 2 + .align 2 gScriptCmdTable:: @ 815F9B4 .4byte ScrCmd_nop @@ -200,17 +200,17 @@ gScriptCmdTable:: @ 815F9B4 .4byte ScrCmd_setescapewarp .4byte ScrCmd_waitmoncry .4byte ScrCmd_bufferboxname - .4byte ScrCmd_cmdC7 - .4byte ScrCmd_cmdC8 - .4byte ScrCmd_cmdC9 - .4byte ScrCmd_cmdCA - .4byte ScrCmd_cmdCB + .4byte ScrCmd_textcolor + .4byte ScrCmd_loadhelp + .4byte ScrCmd_unloadhelp + .4byte ScrCmd_signmsg + .4byte ScrCmd_normalmsg .4byte ScrCmd_comparestattoword .4byte ScrCmd_setmonobedient .4byte ScrCmd_checkmonobedience - .4byte ScrCmd_cmdCF - .4byte ScrCmd_cmdD0 - .4byte ScrCmd_warpD1 + .4byte ScrCmd_execram + .4byte ScrCmd_setworldmapflag + .4byte ScrCmd_warpteleport2 .4byte ScrCmd_setmonmetlocation .4byte ScrCmd_getbraillestringwidth .4byte ScrCmd_bufferitemnameplural |