From 7489e90092370b74f2032fe9fa50e94ca74a1e57 Mon Sep 17 00:00:00 2001 From: scawful Date: Wed, 18 Sep 2024 18:22:05 -0400 Subject: [PATCH] replace = operator with == --- Oracle_main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oracle_main.asm b/Oracle_main.asm index 9ae0016..47be94a 100644 --- a/Oracle_main.asm +++ b/Oracle_main.asm @@ -88,7 +88,7 @@ print "End of custom_gfx.asm ", pc ; ZSCustomOverworld version ; Kept in case of serious issues which impedes progress ZS_CUSTOM_OW_V2 = 1 -if ZS_CUSTOM_OW_V2 = 1 +if ZS_CUSTOM_OW_V2 == 1 incsrc "Overworld/ZCustomOverworld2.asm" print "End of ZCustomOverworld2.asm ", pc else