diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-01 21:04:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-01 21:04:00 -0500 |
commit | 7e26aa3d21f55e1375bfde6ffbc70210170fdc37 (patch) | |
tree | 8904e34e1c44fc10c413b2ba5a42d06b61ca1343 /data/script_cmd_table.inc | |
parent | 90513a9d726e6cda19a3f8fdc8988ee31d9f4ff1 (diff) | |
parent | 92bd6400b7ded57bde9a41206d10a5dcbd9f6383 (diff) |
Merge pull request #1316 from GriffinRichards/doc-scrcmd
Label remaining script commands, document some scrcmd.c, event_object_lock, trainer_see, berry tree
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 7edb5c4b7..f89e0a72a 100644 --- a/data/script_cmd_table.inc +++ b/data/script_cmd_table.inc @@ -216,10 +216,10 @@ gScriptCmdTable:: @ 81DB67C .4byte ScrCmd_initrotatingtilepuzzle @ 0xd5 .4byte ScrCmd_freerotatingtilepuzzle @ 0xd6 .4byte ScrCmd_warpmossdeepgym @ 0xd7 - .4byte ScrCmd_cmdD8 @ 0xd8 - .4byte ScrCmd_cmdD9 @ 0xd9 + .4byte ScrCmd_selectapproachingtrainer @ 0xd8 + .4byte ScrCmd_lockfortrainer @ 0xd9 .4byte ScrCmd_closebraillemessage @ 0xda - .4byte ScrCmd_cmdDB @ 0xdb + .4byte ScrCmd_messageinstant @ 0xdb .4byte ScrCmd_fadescreenswapbuffers @ 0xdc .4byte ScrCmd_buffertrainerclassname @ 0xdd .4byte ScrCmd_buffertrainername @ 0xde |