From c82edadadde0bd7fe8b04962773f834eaafd577b Mon Sep 17 00:00:00 2001 From: cassidy Date: Tue, 7 Dec 2021 15:45:22 -0500 Subject: [PATCH] Change version defines to use ?= operator Now these defines can be set via CLI, otherwise will be what they are in the file --- LTTP_RND_GeneralBugfixes.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LTTP_RND_GeneralBugfixes.asm b/LTTP_RND_GeneralBugfixes.asm index a9c3585..20030f6 100644 --- a/LTTP_RND_GeneralBugfixes.asm +++ b/LTTP_RND_GeneralBugfixes.asm @@ -28,8 +28,8 @@ org $1FFFF8 ; <- FFFF8 timestamp rom db #$20, #$19, #$08, #$31 ; year/month/day ;================================================================================ -!ROM_VERSION_LOW = 1 ; ROM version (two 16-bit integers) -!ROM_VERSION_HIGH = 1 ; +!ROM_VERSION_LOW ?= 1 ; ROM version (two 16-bit integers) +!ROM_VERSION_HIGH ?= 1 ; org $00FFE0 ; Unused hardware vector RomVersion: