diff options
author | yenatch <yenatch@gmail.com> | 2017-05-29 23:27:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-29 23:27:19 -0400 |
commit | fb154f5a6e43a86801fd16f392633c854d099ac4 (patch) | |
tree | e366da5a9cbeb763e31a0cb1ab00b0390e853816 /engine/time.asm | |
parent | 288902139f00a9113ea9b360eb00d3109727dcfe (diff) | |
parent | 6001eeba40879de457ed9cce6e980e1a3b32543f (diff) |
Merge pull request #362 from yenatch/c-tools
Replace the python tools with C tools and rgbgfx. Add Pokemon pngs
Diffstat (limited to 'engine/time.asm')
-rwxr-xr-x | engine/time.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/time.asm b/engine/time.asm index 2112ec35c..296cc335d 100755 --- a/engine/time.asm +++ b/engine/time.asm @@ -462,4 +462,4 @@ CopyDayHourMinToHL: ; 1162e ld a, [hMinutes] ld [hli], a ret -; 11639
\ No newline at end of file +; 11639 |