diff --git a/src/rom.asm b/src/rom.asm index df618fc..4f3f928 100644 --- a/src/rom.asm +++ b/src/rom.asm @@ -1,4 +1,4 @@ -VERSION EQU 2 +VERSION EQU 3 INCLUDE "hardware.asm" INCLUDE "charmap.asm"