diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-17 17:15:45 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-17 17:45:59 -0500 |
commit | c940b6771687f7f303e2380a1994939a60e8a139 (patch) | |
tree | 5f8bff9cabebdbdf5ab2db77542abe5485821b14 /data/script_cmd_table.inc | |
parent | 700425ef5fcdd5114fb76e362f745f558084638b (diff) |
Continue macro comment updating
Diffstat (limited to 'data/script_cmd_table.inc')
-rw-r--r-- | data/script_cmd_table.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/script_cmd_table.inc b/data/script_cmd_table.inc index f3afb2e43..3d2ab82a9 100644 --- a/data/script_cmd_table.inc +++ b/data/script_cmd_table.inc @@ -168,8 +168,8 @@ gScriptCmdTable:: .4byte ScrCmd_doweather @ 0xa5 .4byte ScrCmd_setstepcallback @ 0xa6 .4byte ScrCmd_setmaplayoutindex @ 0xa7 - .4byte ScrCmd_setobjectpriority @ 0xa8 - .4byte ScrCmd_resetobjectpriority @ 0xa9 + .4byte ScrCmd_setobjectsubpriority @ 0xa8 + .4byte ScrCmd_resetobjectsubpriority @ 0xa9 .4byte ScrCmd_createvobject @ 0xaa .4byte ScrCmd_turnvobject @ 0xab .4byte ScrCmd_opendoor @ 0xac @@ -225,7 +225,7 @@ gScriptCmdTable:: .4byte ScrCmd_buffertrainername @ 0xde .4byte ScrCmd_pokenavcall @ 0xdf .4byte ScrCmd_warpsootopolislegend @ 0xe0 - .4byte ScrCmd_buffercontesttype @ 0xe1 + .4byte ScrCmd_buffercontestname @ 0xe1 .4byte ScrCmd_bufferitemnameplural @ 0xe2 gScriptCmdTableEnd:: |