From 4a47df0f0e23f8afd4b4ef7c6bb0c742da0b0a53 Mon Sep 17 00:00:00 2001 From: aaaaaa123456789 Date: Wed, 9 Sep 2020 07:40:06 -0300 Subject: [PATCH] Version 002 --- src/rom.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rom.asm b/src/rom.asm index a9b0d7e..e96b6f6 100644 --- a/src/rom.asm +++ b/src/rom.asm @@ -1,4 +1,4 @@ -VERSION EQU 1 +VERSION EQU 2 INCLUDE "hardware.asm" INCLUDE "charmap.asm"