diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-11 17:43:20 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-11 17:43:20 -0500 |
commit | 97a11c623ebd2c3e8d40a9c01b42669b2094da2c (patch) | |
tree | fdf8c33ef5d460793b4e84450ab42e030a58fe01 /engine/overworld/cmd_queue.asm | |
parent | d132a20b7aa5e0e411683e792d90947ab195e1d4 (diff) |
Sync some files with pokegold
Diffstat (limited to 'engine/overworld/cmd_queue.asm')
-rw-r--r-- | engine/overworld/cmd_queue.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/cmd_queue.asm b/engine/overworld/cmd_queue.asm index 906a02faa..f94bf5c64 100644 --- a/engine/overworld/cmd_queue.asm +++ b/engine/overworld/cmd_queue.asm @@ -163,7 +163,7 @@ CmdQueue_Type1: CmdQueue_Type4: call CmdQueues_AnonJumptable - ; anonymous dw +.anon_dw dw .zero dw .one @@ -207,7 +207,7 @@ CmdQueue_Type4: CmdQueue_Type3: call CmdQueues_AnonJumptable - ; anonymous dw +.anon_dw dw .zero dw .one dw .two |