diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-16 17:55:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 17:55:56 -0500 |
commit | 33126a06331f8afce668a1152a26e9ed6f5d9a16 (patch) | |
tree | 0d603397418119f4f055b29a339e094fba1a4141 /data/script_cmd_table.inc | |
parent | bc4f88d72c5efd05f6dd5ee76966a1fc7c69bc3a (diff) | |
parent | 57e3f5e0f8743191420de5d5569680ade54c4619 (diff) |
Merge pull request #392 from Deokishisu/ExternalEvents-doc
Mirror pokeemerald PR#1329 & PR#1335 to pokefirered
Diffstat (limited to 'data/script_cmd_table.inc')
-rw-r--r-- | data/script_cmd_table.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/script_cmd_table.inc b/data/script_cmd_table.inc index 84996a5d6..8612b810d 100644 --- a/data/script_cmd_table.inc +++ b/data/script_cmd_table.inc @@ -206,8 +206,8 @@ gScriptCmdTable:: @ 815F9B4 .4byte ScrCmd_signmsg .4byte ScrCmd_normalmsg .4byte ScrCmd_comparestattoword - .4byte ScrCmd_setmonobedient - .4byte ScrCmd_checkmonobedience + .4byte ScrCmd_setmoneventlegal + .4byte ScrCmd_checkmoneventlegal .4byte ScrCmd_execram .4byte ScrCmd_setworldmapflag .4byte ScrCmd_warpteleport2 |