From e394c788494bf09fd399532d528db0ac2fc811c2 Mon Sep 17 00:00:00 2001 From: aaaaaa123456789 Date: Wed, 23 Sep 2020 07:57:56 -0300 Subject: [PATCH] Version 003 --- src/rom.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"