diff options
author | dannye <33dannye@gmail.com> | 2021-02-07 11:43:44 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-02-07 11:43:44 -0600 |
commit | 3ae827ab30372596b50e39a89ad9e6e26d39b2b1 (patch) | |
tree | 1f99134081230b81a59d17a40cc9f0b44383d736 /src/engine/bank04.asm | |
parent | 353e68e5588587017ff288250e85369c2116a19d (diff) |
Rename jump_if_event_not_less_than to jump_if_event_greater_or_equal
Diffstat (limited to 'src/engine/bank04.asm')
-rw-r--r-- | src/engine/bank04.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/bank04.asm b/src/engine/bank04.asm index 34d64f0..d4df346 100644 --- a/src/engine/bank04.asm +++ b/src/engine/bank04.asm @@ -1107,7 +1107,7 @@ OverworldScriptTable: ; 1217b (4:617b) dw ScriptCommand_JumpIfEventNonzero1 dw ScriptCommand_JumpIfEventEqual dw ScriptCommand_JumpIfEventNotEqual - dw ScriptCommand_JumpIfEventNotLessThan + dw ScriptCommand_JumpIfEventGreaterOrEqual dw ScriptCommand_JumpIfEventLessThan dw ScriptCommand_MaxOutEventValue dw ScriptCommand_ZeroOutEventValue |