From 4f7a07efa9e93d491c6efcc14994b19cd794d3f6 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Wed, 25 Jan 2012 22:33:42 -0600 Subject: rename common.asm -> main.asm hg-commit-id: adec8319c54b --- pokered.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pokered.asm') diff --git a/pokered.asm b/pokered.asm index 0fb863a4..a6e1f6c8 100644 --- a/pokered.asm +++ b/pokered.asm @@ -1,3 +1,3 @@ _RED EQU 1 _BLUE EQU 0 -INCLUDE "common.tx" +INCLUDE "main.tx" -- cgit v1.3.1-sl0p