From f58dbe3849ecb6c47a703c674458fd63436db946 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 2 Oct 2022 21:14:23 -0400 Subject: Require rgbds 0.6.0 --- vc/pokeblue.constants.asm | 2 -- vc/pokered.constants.asm | 2 -- 2 files changed, 4 deletions(-) (limited to 'vc') diff --git a/vc/pokeblue.constants.asm b/vc/pokeblue.constants.asm index f89c4fd9..c32c39e6 100644 --- a/vc/pokeblue.constants.asm +++ b/vc/pokeblue.constants.asm @@ -1,5 +1,3 @@ -INCLUDE "constants.asm" - ; These are all the asm constants needed to make the blue_vc patch. MACRO vc_const diff --git a/vc/pokered.constants.asm b/vc/pokered.constants.asm index cb7efa96..646444ee 100644 --- a/vc/pokered.constants.asm +++ b/vc/pokered.constants.asm @@ -1,5 +1,3 @@ -INCLUDE "constants.asm" - ; These are all the asm constants needed to make the red_vc patch. MACRO vc_const -- cgit v1.3.1-sl0p