From 9a8811b492115a3b078a260c0e6be37b2e4c1ee4 Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Sun, 24 May 2020 18:59:05 -0500 Subject: Misc minor clean up spotted by comparing against pokeyellow --- engine/battle/core.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/battle/core.asm') 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 -- cgit v1.3.1-sl0p