diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-06-05 21:03:23 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-06-05 21:03:23 -0400 |
commit | be884e24b5081fec078acfa2557a5b9570682d91 (patch) | |
tree | 231bd4608272a7b078c2d18dbaa770e0e5345cdf /home.asm | |
parent | 5ecda4d2741cc8f43a0b172aefc8299e44687832 (diff) |
Fix home/play_time.asm and add it into the respective location in home.asm
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |