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 | Merge git://github.com/dannye/pokeyellow into dannye-master (diff) | |
| download | pokeyellow-be884e24b5081fec078acfa2557a5b9570682d91.tar.gz pokeyellow-be884e24b5081fec078acfa2557a5b9570682d91.tar.xz pokeyellow-be884e24b5081fec078acfa2557a5b9570682d91.zip | |
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" |
