From be884e24b5081fec078acfa2557a5b9570682d91 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Fri, 5 Jun 2015 21:03:23 -0400 Subject: Fix home/play_time.asm and add it into the respective location in home.asm --- home.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'home.asm') diff --git a/home.asm b/home.asm index 3bb81ec2..f5ce00dc 100644 --- a/home.asm +++ b/home.asm @@ -1092,6 +1092,7 @@ INCLUDE "home/vcopy.asm" INCLUDE "home/init.asm" INCLUDE "home/vblank.asm" INCLUDE "home/fade.asm" +INCLUDE "home/play_time.asm" INCLUDE "home/serial.asm" INCLUDE "home/timer.asm" INCLUDE "home/audio.asm" -- cgit v1.2.3