diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-15 10:57:06 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-15 10:57:06 -0500 |
commit | 65d3b583748bf1a8e03bc55baa31760bd5bdc384 (patch) | |
tree | e9a0b232711ce82ced478c4786c744eb27603b96 /data/script_cmd_table.inc | |
parent | f85de6eca57ee9497bf81f023bd7784b3115f2ce (diff) |
Add PARTY_NOTHING_CHOSEN
Diffstat (limited to 'data/script_cmd_table.inc')
-rw-r--r-- | data/script_cmd_table.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/script_cmd_table.inc b/data/script_cmd_table.inc index dcc0da9f7..566ac3b36 100644 --- a/data/script_cmd_table.inc +++ b/data/script_cmd_table.inc @@ -207,7 +207,7 @@ gScriptCmdTable:: .4byte ScrCmd_nop1 @ 0xcc .4byte ScrCmd_setmoneventlegal @ 0xcd .4byte ScrCmd_checkmoneventlegal @ 0xce - .4byte ScrCmd_gotoram @ 0xcf + .4byte ScrCmd_gotowondercardscript @ 0xcf .4byte ScrCmd_nop1 @ 0xd0 .4byte ScrCmd_warpspinenter @ 0xd1 .4byte ScrCmd_setmonmetlocation @ 0xd2 |