From 80ae792bf1b3c3387929b912e6df001af3511e24 Mon Sep 17 00:00:00 2001 From: aaaaaa123456789 Date: Wed, 2 Dec 2020 15:52:18 -0300 Subject: [PATCH] Version 004 --- src/rom.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rom.asm b/src/rom.asm index 4f3f928..21e2c93 100644 --- a/src/rom.asm +++ b/src/rom.asm @@ -1,4 +1,4 @@ -VERSION EQU 3 +VERSION EQU 4 INCLUDE "hardware.asm" INCLUDE "charmap.asm"