diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-15 17:33:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 17:33:29 -0500 |
commit | f8a70fdf24aa9e405af7abbbcf22ffa1c12c89a2 (patch) | |
tree | e0b21e29ff6fd427d48ed1d55f57d119ab192836 /data/script_cmd_table.inc | |
parent | 5f58ea02c66a7e1a7d0164ba497bfa2d7527328b (diff) | |
parent | d418321627afa2e5796fe8287ba880b0c84c81fa (diff) |
Merge pull request #1334 from Deokishisu/giftRibbons-doc
[LEAK-INFORMED] Fix giftRibbons Field in SaveBlock1 & Relabel Gift Ribbons in pokemon.h
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 f89e0a72a..a26ce6bf2 100644 --- a/data/script_cmd_table.inc +++ b/data/script_cmd_table.inc @@ -205,8 +205,8 @@ gScriptCmdTable:: @ 81DB67C .4byte ScrCmd_nop1 @ 0xca .4byte ScrCmd_nop1 @ 0xcb .4byte ScrCmd_nop1 @ 0xcc - .4byte ScrCmd_setmonobedient @ 0xcd - .4byte ScrCmd_checkmonobedience @ 0xce + .4byte ScrCmd_setmoneventlegal @ 0xcd + .4byte ScrCmd_checkmoneventlegal @ 0xce .4byte ScrCmd_gotoram @ 0xcf .4byte ScrCmd_nop1 @ 0xd0 .4byte ScrCmd_warpspinenter @ 0xd1 |