diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-14 16:45:10 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-14 16:45:10 -0400 |
commit | efbbd67f81538a6c1774201cef2c1b33083a3a65 (patch) | |
tree | b5a98724d4c9b01e9e10e61bc843991d15182dbf /data | |
parent | 683c9edf348c8a7730e72eb4a21a934e158a58c0 (diff) |
Fix scrcmd names and define world map flags
Diffstat (limited to 'data')
-rw-r--r-- | data/script_cmd_table.inc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/data/script_cmd_table.inc b/data/script_cmd_table.inc index 2faa40381..6e7889a17 100644 --- a/data/script_cmd_table.inc +++ b/data/script_cmd_table.inc @@ -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 |