diff options
author | dannye <33dannye@gmail.com> | 2020-05-24 18:59:05 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2020-05-24 18:59:05 -0500 |
commit | 9a8811b492115a3b078a260c0e6be37b2e4c1ee4 (patch) | |
tree | 9404e9750120195b0756b81ae1239dec37b5e177 /engine/battle/core.asm | |
parent | 4889e8fa3ea9401a7692ed588ab24239b328f30e (diff) |
Misc minor clean up
spotted by comparing against pokeyellow
Diffstat (limited to 'engine/battle/core.asm')
-rwxr-xr-x | engine/battle/core.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 2b00a812..90033b53 100755 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -2576,7 +2576,7 @@ MoveSelectionMenu: coord hl, 4, 12 ld b, 4 ld c, 14 - di ; out of pure coincidence, it is possible for vblank to occur between the di and ei + di ; out of pure coincidence, it is possible for vblank to occur between the di and ei ; so it is necessary to put the di ei block to not cause tearing call TextBoxBorder coord hl, 4, 12 |