diff options
author | yenatch <yenatch@gmail.com> | 2017-09-03 18:11:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-03 18:11:57 -0400 |
commit | 7ea0d462c49360351006f246f0a300aaa765a843 (patch) | |
tree | c930fe4733b8ae2bc02940ae6a35fbf73f933aca /data/rtc.inc | |
parent | cbe13acff18405e99827df7c4a772d20b851f33b (diff) | |
parent | 5afd2d5bfb1ec117d80898d9ad1c2529d28a091c (diff) |
Merge pull request #22 from DizzyEggg/clean_up
bring pokeemerald to usable state
Diffstat (limited to 'data/rtc.inc')
-rw-r--r-- | data/rtc.inc | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/data/rtc.inc b/data/rtc.inc deleted file mode 100644 index ebb0fac3d..000000000 --- a/data/rtc.inc +++ /dev/null @@ -1,28 +0,0 @@ - .align 2 -gDefaultRTCInfo:: @ 82FECC0 - .byte 0 @ year - .byte 1 @ month - .byte 1 @ day of month - .byte 0 @ day of week - .byte 0 @ hour - .byte 0 @ minute - .byte 0 @ second - .byte 0 @ control register value - .byte 0 @ unknown 1 - .byte 0 @ unknown 2 - .2byte 0 @ padding - - .align 2 -gDaysInEachMonth:: @ 82FECCC - .4byte 31 @ January - .4byte 28 @ February - .4byte 31 @ March - .4byte 30 @ April - .4byte 31 @ May - .4byte 30 @ June - .4byte 31 @ July - .4byte 31 @ August - .4byte 30 @ September - .4byte 31 @ October - .4byte 30 @ November - .4byte 31 @ December |