Increment ROM version

This commit is contained in:
cassidoxa
2022-02-03 22:48:20 -05:00
parent 3c6c45ddb4
commit 959aa40f58

View File

@@ -28,7 +28,7 @@ db #$20, #$19, #$08, #$31 ; year/month/day
;================================================================================
!ROM_VERSION_LOW ?= 1 ; ROM version (two 16-bit integers)
!ROM_VERSION_HIGH ?= 1 ;
!ROM_VERSION_HIGH ?= 2 ;
org $00FFE0 ; Unused hardware vector
RomVersion: