From c6b51a8485895df3d3f21315694da8d6927da41e Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 21 Jul 2020 11:13:10 -0400 Subject: =?UTF-8?q?"=20"=20=E2=86=92=20$7f?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- engine/overworld/scripting.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/overworld/scripting.asm') diff --git a/engine/overworld/scripting.asm b/engine/overworld/scripting.asm index 3ebc8dd4..4d395c63 100644 --- a/engine/overworld/scripting.asm +++ b/engine/overworld/scripting.asm @@ -2182,7 +2182,7 @@ ExitScriptSubroutine: add hl, de ld a, [hli] ld b, a - and " " + and $7f ld [wScriptBank], a ld a, [hli] ld e, a -- cgit v1.2.3