summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.asm14
1 files changed, 10 insertions, 4 deletions
diff --git a/main.asm b/main.asm
index 6369648c5..245ca6553 100644
--- a/main.asm
+++ b/main.asm
@@ -12071,19 +12071,25 @@ SECTION "bank3",ROMX,BANK[$3]
Functionc000: ; c000
ld a, [TimeOfDay]
- ld hl, $4012
- ld de, $0002
+ ld hl, Datac012
+ ld de, 2
call IsInArray
inc hl
ld c, [hl]
ret c
+
xor a
ld c, a
ret
; c012
-INCBIN "baserom.gbc", $c012, $c01b - $c012
-
+Datac012: ; c012
+ db MORN, 1
+ db DAY, 2
+ db NITE, 4
+ db NITE, 4
+ db $ff
+; c01b
Functionc01b: ; c01b
ld hl, SpecialsPointers